COLOR #D2ECD6

HEX: #D2ECD6 RGB: (210,236,214)

Color info

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

RGB color model

#D2ECD6 color RGB value is (210,236,214).

RGB: (210,236,214) (82%, 93%, 84%)

RGB channels and saturation

R 210 of 255 = 82%
G 236 of 255 = 93%
B 214 of 255 = 84%

210
236
214

R + G + B ~ 86%. #D2ECD6 is light color.

Portions of RGB colors in percentages

R + G + B = 210 + 236 + 214 = 660 (100%)
R 210 of 660 ~ 31.82%
G 236 of 660 ~ 35.76%
B 214 of 660 ~ 32.42'%

%31.82
%35.76
%32.42

CMYK color model

#D2ECD6 color CMYK value is (11,0,9,7).

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

CMYK: (11,0,9,7)
C11M0Y9K7 (11%, 0%, 9%, 7%)
(0.11 / 0.00 / 0.09 / 0.07)

CMYK percentages

%11.02
%0
%9.32
%7.45

Codes

Color #D2ECD6 in popluar color models

D2 EC D6
RGB 210 236 214
HSL 129° 40.63% 87.45%
HSB/HSV 129° 11.02% 92.55%
CMYK 11.02% 0.00% 9.32%
7.45%

Color #D2ECD6 in popluar number systems.

HEX D2 EC D6
Decimal 210 236 214
Binary 11010010 11101100 11010110
Octal 322 354 326

Shades and tints

Shades of #D2ECD6

#D2ECD6
(210,236,214)
#BFD7C3
(191,215,195)
#ACC2B0
(172,194,176)
#99AD9D
(153,173,157)
#86988A
(134,152,138)
#738377
(115,131,119)
#606E64
(96,110,100)
#4D5951
(77,89,81)
#3A443E
(58,68,62)
#272F2B
(39,47,43)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #D2ECD6

#D2ECD6
(210,236,214)
#D6EDD9
(214,237,217)
#DAEEDC
(218,238,220)
#DEEFDF
(222,239,223)
#E2F0E2
(226,240,226)
#E6F1E5
(230,241,229)
#EAF2E8
(234,242,232)
#EEF3EB
(238,243,235)
#F2F4EE
(242,244,238)
#F6F5F1
(246,245,241)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2ECD6; }

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

This text font color is #D2ECD6.

Background Color

.myBgColor { background-color: #D2ECD6; }

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

This div background color is #D2ECD6.

Border color

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

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

This div border color is #D2ECD6.

Opacity

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

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

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

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

This text has shadow with #D2ECD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2ECD6.

Preview

Color preview on black background

This text has color #D2ECD6 on black background.


Color preview on white background

This text has color #D2ECD6 on white background.


Black color preview on #D2ECD6 background

This text has black color on #D2ECD6 background.


White color preview on #D2ECD6 background

This text has white color on #D2ECD6 background.


Related colors

Complementary color

Complementary color for #hex is #2D1329.


I love getcolorcode.com

Triadic colors

1 #D6D2EC and #ECD6D2 with #D2ECD6 are triadic colors.

2 #D6ECD2 and #ECD2D6 with #D2ECD6 are triadic colors.