COLOR #D6E9EC

HEX: #D6E9EC
RGB: (214,233,236)

Color info

#D6E9EC contains red, green and blue colors in about the same proportion. Web safe color of #D6E9EC is #CCFFFF (or #CFF).

RGB color model

#D6E9EC color RGB value is (214,233,236).

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

RGB channels and saturation

R 214 of 255 = 84%
G 233 of 255 = 91%
B 236 of 255 = 93%

214
233
236

R + G + B ~ 89%. #D6E9EC is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 233 + 236 = 683 (100%)
R 214 of 683 ~ 31.33%
G 233 of 683 ~ 34.11%
B 236 of 683 ~ 34.55%

%31.33
%34.11
%34.55

CMYK color model

#D6E9EC color CMYK value is (9,1,0,7).

  • cyan value is 9.32%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(9,1,0,7)
C9M1Y0K7 
(9%,1%,0%,7%)
(0.09/0.01/0.00/0.07)	

CMYK percentages

%9.32
%1.27
%0
%7.45

Codes

Color #D6E9EC in popluar color models

D6E9EC
RGB214233236
HSL188°36.67%88.24%
HSB/HSV188°9.32%92.55%
CMYK9.32%1.27%0.00%
7.45%

Color #D6E9EC in popluar number systems.

HEXD6E9EC
Decimal214233236
Binary110101101110100111101100
Octal326351354

Shades and tints

Shades of #D6E9EC

#D6E9EC
(214,233,236)
#C3D4D7
(195,212,215)
#B0BFC2
(176,191,194)
#9DAAAD
(157,170,173)
#8A9598
(138,149,152)
#778083
(119,128,131)
#646B6E
(100,107,110)
#515659
(81,86,89)
#3E4144
(62,65,68)
#2B2C2F
(43,44,47)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #D6E9EC

#D6E9EC
(214,233,236)
#D9EBED
(217,235,237)
#DCEDEE
(220,237,238)
#DFEFEF
(223,239,239)
#E2F1F0
(226,241,240)
#E5F3F1
(229,243,241)
#E8F5F2
(232,245,242)
#EBF7F3
(235,247,243)
#EEF9F4
(238,249,244)
#F1FBF5
(241,251,245)
#F4FDF6
(244,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E9EC; }

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

This text font color is #D6E9EC.


Background Color

.myBgColor { background-color: #D6E9EC; }

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

This div background color is #D6E9EC.


Border color

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

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

This div border color is #D6E9EC.


Opacity

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

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

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

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

This text has shadow with #D6E9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E9EC on black background.


Color preview on white background

This text has color #D6E9EC on white background.



Black color preview on #D6E9EC background

This text has black color on #D6E9EC background.


White color preview on #D6E9EC background

This text has white color on #D6E9EC background.