COLOR #D6DEE5

HEX: #D6DEE5
RGB: (214,222,229)

Color info

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

RGB color model

#D6DEE5 color RGB value is (214,222,229).

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

RGB channels and saturation

R 214 of 255 = 84%
G 222 of 255 = 87%
B 229 of 255 = 90%

214
222
229

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

Portions of RGB colors in percentages

R + G + B =
214 + 222 + 229 = 665 (100%)
R 214 of 665 ~ 32.18%
G 222 of 665 ~ 33.38%
B 229 of 665 ~ 34.44%

%32.18
%33.38
%34.44

CMYK color model

#D6DEE5 color CMYK value is (7,3,0,10).

  • cyan value is 6.55%
  • magenta value is 3.06%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(7,3,0,10)
C7M3Y0K10 
(7%,3%,0%,10%)
(0.07/0.03/0.00/0.10)	

CMYK percentages

%6.55
%3.06
%0
%10.2

Codes

Color #D6DEE5 in popluar color models

D6DEE5
RGB214222229
HSL208°22.39%86.86%
HSB/HSV208°6.55%89.80%
CMYK6.55%3.06%0.00%
10.20%

Color #D6DEE5 in popluar number systems.

HEXD6DEE5
Decimal214222229
Binary110101101101111011100101
Octal326336345

Shades and tints

Shades of #D6DEE5

#D6DEE5
(214,222,229)
#C3CAD1
(195,202,209)
#B0B6BD
(176,182,189)
#9DA2A9
(157,162,169)
#8A8E95
(138,142,149)
#777A81
(119,122,129)
#64666D
(100,102,109)
#515259
(81,82,89)
#3E3E45
(62,62,69)
#2B2A31
(43,42,49)
#18161D
(24,22,29)
#000000
(0,0,0)

Tints of #D6DEE5

#D6DEE5
(214,222,229)
#D9E1E7
(217,225,231)
#DCE4E9
(220,228,233)
#DFE7EB
(223,231,235)
#E2EAED
(226,234,237)
#E5EDEF
(229,237,239)
#E8F0F1
(232,240,241)
#EBF3F3
(235,243,243)
#EEF6F5
(238,246,245)
#F1F9F7
(241,249,247)
#F4FCF9
(244,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DEE5; }

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

This text font color is #D6DEE5.


Background Color

.myBgColor { background-color: #D6DEE5; }

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

This div background color is #D6DEE5.


Border color

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

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

This div border color is #D6DEE5.


Opacity

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

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

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

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

This text has shadow with #D6DEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DEE5 on black background.


Color preview on white background

This text has color #D6DEE5 on white background.



Black color preview on #D6DEE5 background

This text has black color on #D6DEE5 background.


White color preview on #D6DEE5 background

This text has white color on #D6DEE5 background.