COLOR #D6ECE9

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

Color info

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

RGB color model

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

RGB: (214,236,233) (84%, 93%, 91%)

RGB channels and saturation

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

214
236
233

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

Portions of RGB colors in percentages

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

%31.33
%34.55
%34.11

CMYK color model

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

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

CMYK: (9,0,1,7)
C9M0Y1K7 (9%, 0%, 1%, 7%)
(0.09 / 0.00 / 0.01 / 0.07)

CMYK percentages

%9.32
%0
%1.27
%7.45

Codes

Color #D6ECE9 in popluar color models

D6 EC E9
RGB 214 236 233
HSL 172° 36.67% 88.24%
HSB/HSV 172° 9.32% 92.55%
CMYK 9.32% 0.00% 1.27%
7.45%

Color #D6ECE9 in popluar number systems.

HEX D6 EC E9
Decimal 214 236 233
Binary 11010110 11101100 11101001
Octal 326 354 351

Shades and tints

Shades of #D6ECE9

#D6ECE9
(214,236,233)
#C3D7D4
(195,215,212)
#B0C2BF
(176,194,191)
#9DADAA
(157,173,170)
#8A9895
(138,152,149)
#778380
(119,131,128)
#646E6B
(100,110,107)
#515956
(81,89,86)
#3E4441
(62,68,65)
#2B2F2C
(43,47,44)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #D6ECE9

#D6ECE9
(214,236,233)
#D9EDEB
(217,237,235)
#DCEEED
(220,238,237)
#DFEFEF
(223,239,239)
#E2F0F1
(226,240,241)
#E5F1F3
(229,241,243)
#E8F2F5
(232,242,245)
#EBF3F7
(235,243,247)
#EEF4F9
(238,244,249)
#F1F5FB
(241,245,251)
#F4F6FD
(244,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6ECE9; }

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

This text font color is #D6ECE9.

Background Color

.myBgColor { background-color: #D6ECE9; }

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

This div background color is #D6ECE9.

Border color

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

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

This div border color is #D6ECE9.

Opacity

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

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

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

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

This text has shadow with #D6ECE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6ECE9.

Preview

Color preview on black background

This text has color #D6ECE9 on black background.


Color preview on white background

This text has color #D6ECE9 on white background.


Black color preview on #D6ECE9 background

This text has black color on #D6ECE9 background.


White color preview on #D6ECE9 background

This text has white color on #D6ECE9 background.


Related colors

Complementary color

Complementary color for #hex is #291316.


I love getcolorcode.com

Triadic colors

1 #E9D6EC and #ECE9D6 with #D6ECE9 are triadic colors.

2 #E9ECD6 and #ECD6E9 with #D6ECE9 are triadic colors.