Hex #d7e3ea Color
equivalent to
RGB
(215, 227, 234)Details of #d7e3ea
|
|
|
|
Color HEX #d7e3ea matches (215, 227, 234) in RGB.
#d7e3ea hex color red value is 215, green value is 227 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d7e3ea hue: 0.56, saturation: 0.31 and the lightness value of d7e3ea is 0.88.
The process color (four color CMYK) of #d7e3ea color hex is 0.08, 0.03, 0.00, 0.08. Web safe color of #d7e3ea is #ccccff. Color #d7e3ea contains mainly BLUE color.
Base Numbers
|
|
|
|
#d7e3ea tints
#d7e3ea shades
RGB in % of #d7e3ea
CMYK in % of #d7e3ea
Preview Color #d7e3ea on black ground
Very nice color.
Preview Color #d7e3ea on white ground
Very nice color.
CSS Codes #d7e3ea color
.mybgcolor {background-color:#d7e3ea; } .myforecolor {color:#d7e3ea; } .mybordercolor {border:3px solid #d7e3ea; }
Text Font Color #d7e3ea
<p style="color:#d7e3ea">Text here</p>
This sample text font color is #d7e3ea
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Background Color #d7e3ea
<div style="background-color:#d7e3ea">
Div content here</div>
This div background color is #d7e3ea
Border Color #d7e3ea
<div style="border:3px solid #d7e3ea">
Div here</div>
The color of this border is #d7e3ea
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d7e3ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d7e3ea; -webkit-box-shadow: 1px 1px 3px 2px #d7e3ea; box-shadow: 1px 1px 3px 2px #d7e3ea; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #d7e3ea">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d7e3ea; -webkit-box-shadow: 1px 1px 3px 2px #d7e3ea; box-shadow: 1px 1px 3px 2px #d7e3ea;">
Div content here</div>
The shadow of div box using color #d7e3ea