COLOR #D6E5EC

HEX: #D6E5EC RGB: (214,229,236)

Color info

#D6E5EC contains red, green and blue colors in about the same proportion. Web safe color of #D6E5EC is #CCCCFF (or #CCF).

RGB color model

#D6E5EC color RGB value is (214,229,236).

RGB: (214,229,236) (84%, 90%, 93%)

RGB channels and saturation

R 214 of 255 = 84%
G 229 of 255 = 90%
B 236 of 255 = 93%

214
229
236

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

Portions of RGB colors in percentages

R + G + B = 214 + 229 + 236 = 679 (100%)
R 214 of 679 ~ 31.52%
G 229 of 679 ~ 33.73%
B 236 of 679 ~ 34.76'%

%31.52
%33.73
%34.76

CMYK color model

#D6E5EC color CMYK value is (9,3,0,7).

  • cyan value is 9.32%
  • magenta value is 2.97%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (9,3,0,7)
C9M3Y0K7 (9%, 3%, 0%, 7%)
(0.09 / 0.03 / 0.00 / 0.07)

CMYK percentages

%9.32
%2.97
%0
%7.45

Codes

Color #D6E5EC in popluar color models

D6 E5 EC
RGB 214 229 236
HSL 199° 36.67% 88.24%
HSB/HSV 199° 9.32% 92.55%
CMYK 9.32% 2.97% 0.00%
7.45%

Color #D6E5EC in popluar number systems.

HEX D6 E5 EC
Decimal 214 229 236
Binary 11010110 11100101 11101100
Octal 326 345 354

Shades and tints

Shades of #D6E5EC

#D6E5EC
(214,229,236)
#C3D1D7
(195,209,215)
#B0BDC2
(176,189,194)
#9DA9AD
(157,169,173)
#8A9598
(138,149,152)
#778183
(119,129,131)
#646D6E
(100,109,110)
#515959
(81,89,89)
#3E4544
(62,69,68)
#2B312F
(43,49,47)
#181D1A
(24,29,26)
#000000
(0,0,0)

Tints of #D6E5EC

#D6E5EC
(214,229,236)
#D9E7ED
(217,231,237)
#DCE9EE
(220,233,238)
#DFEBEF
(223,235,239)
#E2EDF0
(226,237,240)
#E5EFF1
(229,239,241)
#E8F1F2
(232,241,242)
#EBF3F3
(235,243,243)
#EEF5F4
(238,245,244)
#F1F7F5
(241,247,245)
#F4F9F6
(244,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E5EC; }

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

This text font color is #D6E5EC.

Background Color

.myBgColor { background-color: #D6E5EC; }

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

This div background color is #D6E5EC.

Border color

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

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

This div border color is #D6E5EC.

Opacity

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

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

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

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

This text has shadow with #D6E5EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6E5EC.

Preview

Color preview on black background

This text has color #D6E5EC on black background.


Color preview on white background

This text has color #D6E5EC on white background.


Black color preview on #D6E5EC background

This text has black color on #D6E5EC background.


White color preview on #D6E5EC background

This text has white color on #D6E5EC background.


Related colors

Complementary color

Complementary color for #hex is #291A13.


I love getcolorcode.com

Triadic colors

1 #ECD6E5 and #E5ECD6 with #D6E5EC are triadic colors.

2 #ECE5D6 and #E5D6EC with #D6E5EC are triadic colors.