At my web page I have background: gray, and now I need to add a white shadow circle such as shown in the picture. One of my decisions is to add url:('../img/background.png') no-repeat gray but I can’t connect the colors because the image had a vertical gradient.
I think that it is possible to do this using CSS 3, am I right?

That’s radial gradient.
Live demo: Tinkerbin