COLOR #D7E0E5

HEX: #D7E0E5
RGB: (215,224,229)

Color info

#D7E0E5 contains red, green and blue colors in about the same proportion. Web safe color of #D7E0E5 is #CCCCCC (or #CCC).

RGB color model

#D7E0E5 color RGB value is (215,224,229).

  • red value is 215;
  • green value is 224;
  • blue value is 229.
RGB:
(215,224,229)
(84%,88%,90%)

RGB channels and saturation

R 215 of 255 = 84%
G 224 of 255 = 88%
B 229 of 255 = 90%

215
224
229

R + G + B ~ 87%. #D7E0E5 is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 224 + 229 = 668 (100%)
R 215 of 668 ~ 32.19%
G 224 of 668 ~ 33.53%
B 229 of 668 ~ 34.28%

%32.19
%33.53
%34.28

CMYK color model

#D7E0E5 color CMYK value is (6,2,0,10).

  • cyan value is 6.11%
  • magenta value is 2.18%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(6,2,0,10)
C6M2Y0K10 
(6%,2%,0%,10%)
(0.06/0.02/0.00/0.10)	

CMYK percentages

%6.11
%2.18
%0
%10.2

Codes

Color #D7E0E5 in popluar color models

D7E0E5
RGB215224229
HSL201°21.21%87.06%
HSB/HSV201°6.11%89.80%
CMYK6.11%2.18%0.00%
10.20%

Color #D7E0E5 in popluar number systems.

HEXD7E0E5
Decimal215224229
Binary110101111110000011100101
Octal327340345

Shades and tints

Shades of #D7E0E5

#D7E0E5
(215,224,229)
#C4CCD1
(196,204,209)
#B1B8BD
(177,184,189)
#9EA4A9
(158,164,169)
#8B9095
(139,144,149)
#787C81
(120,124,129)
#65686D
(101,104,109)
#525459
(82,84,89)
#3F4045
(63,64,69)
#2C2C31
(44,44,49)
#19181D
(25,24,29)
#000000
(0,0,0)

Tints of #D7E0E5

#D7E0E5
(215,224,229)
#DAE2E7
(218,226,231)
#DDE4E9
(221,228,233)
#E0E6EB
(224,230,235)
#E3E8ED
(227,232,237)
#E6EAEF
(230,234,239)
#E9ECF1
(233,236,241)
#ECEEF3
(236,238,243)
#EFF0F5
(239,240,245)
#F2F2F7
(242,242,247)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E0E5 color. Also use rgb(215,224,229) instead hex code.

Text Font Color

.myTextColor { color: #D7E0E5; }

<p style="color:#D7E0E5">This sample text font color is #D7E0E5.</p>

This text font color is #D7E0E5.


Background Color

.myBgColor { background-color: #D7E0E5; }

<div style="background-color:#D7E0E5">Inner text</div>

This div background color is #D7E0E5.


Border color

.myBorderColor { border: 1px solid #D7E0E5; }

<div style="border:3px solid #D7E0E5">Div</div>

This div border color is #D7E0E5.


Opacity

.myOpacity80 { color: #D7E0E5; opacity: 0.8; }

<p style="color:#D7E0E5;opacity:0.8;">80%</p>

Text with #D7E0E5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D7E0E5;}

<p style="text-shadow: 3px 3px 1px #D7E0E5">Text here.</p>

This text has shadow with #D7E0E5 color.

.textShadow {text-shadow: 3px 3px 1px #D7E0E5, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D7E0E5, 5px 5px 20px red">Text here.</p>

This text has shadow with #D7E0E5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D7E0E5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D7E0E5, Direction=45, Strength=4)">Text</p>

This text has shadow with #D7E0E5 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D7E0E5;
  -webkit-box-shadow:	1px 1px 3px 2px #D7E0E5;
  box-shadow:		1px 1px 3px 2px #D7E0E5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D7E0E5;
-webkit-box-shadow: 1px 1px 3px 2px #D7E0E5;
box-shadow:1px 1px 3px 2px #D7E0E5;">
Div content here</div>
This div box has shadow with color #D7E0E5.

Preview

Color preview on black background

This text has color #D7E0E5 on black background.


Color preview on white background

This text has color #D7E0E5 on white background.



Black color preview on #D7E0E5 background

This text has black color on #D7E0E5 background.


White color preview on #D7E0E5 background

This text has white color on #D7E0E5 background.