COLOR #D6E0E5

HEX: #D6E0E5
RGB: (214,224,229)

Color info

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

RGB color model

#D6E0E5 color RGB value is (214,224,229).

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

RGB channels and saturation

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

214
224
229

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

Portions of RGB colors in percentages

R + G + B =
214 + 224 + 229 = 667 (100%)
R 214 of 667 ~ 32.08%
G 224 of 667 ~ 33.58%
B 229 of 667 ~ 34.33%

%32.08
%33.58
%34.33

CMYK color model

#D6E0E5 color CMYK value is (7,2,0,10).

  • cyan value is 6.55%
  • magenta value is 2.18%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(7,2,0,10)
C7M2Y0K10 
(7%,2%,0%,10%)
(0.07/0.02/0.00/0.10)	

CMYK percentages

%6.55
%2.18
%0
%10.2

Codes

Color #D6E0E5 in popluar color models

D6E0E5
RGB214224229
HSL200°22.39%86.86%
HSB/HSV200°6.55%89.80%
CMYK6.55%2.18%0.00%
10.20%

Color #D6E0E5 in popluar number systems.

HEXD6E0E5
Decimal214224229
Binary110101101110000011100101
Octal326340345

Shades and tints

Shades of #D6E0E5

#D6E0E5
(214,224,229)
#C3CCD1
(195,204,209)
#B0B8BD
(176,184,189)
#9DA4A9
(157,164,169)
#8A9095
(138,144,149)
#777C81
(119,124,129)
#64686D
(100,104,109)
#515459
(81,84,89)
#3E4045
(62,64,69)
#2B2C31
(43,44,49)
#18181D
(24,24,29)
#000000
(0,0,0)

Tints of #D6E0E5

#D6E0E5
(214,224,229)
#D9E2E7
(217,226,231)
#DCE4E9
(220,228,233)
#DFE6EB
(223,230,235)
#E2E8ED
(226,232,237)
#E5EAEF
(229,234,239)
#E8ECF1
(232,236,241)
#EBEEF3
(235,238,243)
#EEF0F5
(238,240,245)
#F1F2F7
(241,242,247)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E0E5; }

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

This text font color is #D6E0E5.


Background Color

.myBgColor { background-color: #D6E0E5; }

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

This div background color is #D6E0E5.


Border color

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

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

This div border color is #D6E0E5.


Opacity

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

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

Text with #D6E0E5 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 #D6E0E5;}

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

This text has shadow with #D6E0E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E0E5 on black background.


Color preview on white background

This text has color #D6E0E5 on white background.



Black color preview on #D6E0E5 background

This text has black color on #D6E0E5 background.


White color preview on #D6E0E5 background

This text has white color on #D6E0E5 background.