COLOR #D6E9DE

HEX: #D6E9DE
RGB: (214,233,222)

Color info

#D6E9DE contains red, green and blue colors in about the same proportion. Web safe color of #D6E9DE is #CCFFCC (or #CFC).

RGB color model

#D6E9DE color RGB value is (214,233,222).

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

RGB channels and saturation

R 214 of 255 = 84%
G 233 of 255 = 91%
B 222 of 255 = 87%

214
233
222

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

Portions of RGB colors in percentages

R + G + B =
214 + 233 + 222 = 669 (100%)
R 214 of 669 ~ 31.99%
G 233 of 669 ~ 34.83%
B 222 of 669 ~ 33.18%

%31.99
%34.83
%33.18

CMYK color model

#D6E9DE color CMYK value is (8,0,5,9).

  • cyan value is 8.15%
  • magenta value is 0.00%
  • yellow value is 4.72%
  • key color value is 8.63%
CMYK:
(8,0,5,9)
C8M0Y5K9 
(8%,0%,5%,9%)
(0.08/0.00/0.05/0.09)	

CMYK percentages

%8.15
%0
%4.72
%8.63

Codes

Color #D6E9DE in popluar color models

D6E9DE
RGB214233222
HSL145°30.16%87.65%
HSB/HSV145°8.15%91.37%
CMYK8.15%0.00%4.72%
8.63%

Color #D6E9DE in popluar number systems.

HEXD6E9DE
Decimal214233222
Binary110101101110100111011110
Octal326351336

Shades and tints

Shades of #D6E9DE

#D6E9DE
(214,233,222)
#C3D4CA
(195,212,202)
#B0BFB6
(176,191,182)
#9DAAA2
(157,170,162)
#8A958E
(138,149,142)
#77807A
(119,128,122)
#646B66
(100,107,102)
#515652
(81,86,82)
#3E413E
(62,65,62)
#2B2C2A
(43,44,42)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #D6E9DE

#D6E9DE
(214,233,222)
#D9EBE1
(217,235,225)
#DCEDE4
(220,237,228)
#DFEFE7
(223,239,231)
#E2F1EA
(226,241,234)
#E5F3ED
(229,243,237)
#E8F5F0
(232,245,240)
#EBF7F3
(235,247,243)
#EEF9F6
(238,249,246)
#F1FBF9
(241,251,249)
#F4FDFC
(244,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E9DE; }

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

This text font color is #D6E9DE.


Background Color

.myBgColor { background-color: #D6E9DE; }

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

This div background color is #D6E9DE.


Border color

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

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

This div border color is #D6E9DE.


Opacity

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

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

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

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

This text has shadow with #D6E9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E9DE on black background.


Color preview on white background

This text has color #D6E9DE on white background.



Black color preview on #D6E9DE background

This text has black color on #D6E9DE background.


White color preview on #D6E9DE background

This text has white color on #D6E9DE background.