COLOR #D2ECD9

HEX: #D2ECD9
RGB: (210,236,217)

Color info

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

RGB color model

#D2ECD9 color RGB value is (210,236,217).

  • red value is 210;
  • green value is 236;
  • blue value is 217.
RGB:
(210,236,217)
(82%,93%,85%)

RGB channels and saturation

R 210 of 255 = 82%
G 236 of 255 = 93%
B 217 of 255 = 85%

210
236
217

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

Portions of RGB colors in percentages

R + G + B =
210 + 236 + 217 = 663 (100%)
R 210 of 663 ~ 31.67%
G 236 of 663 ~ 35.6%
B 217 of 663 ~ 32.73%

%31.67
%35.6
%32.73

CMYK color model

#D2ECD9 color CMYK value is (11,0,8,7).

  • cyan value is 11.02%
  • magenta value is 0.00%
  • yellow value is 8.05%
  • key color value is 7.45%
CMYK:
(11,0,8,7)
C11M0Y8K7 
(11%,0%,8%,7%)
(0.11/0.00/0.08/0.07)	

CMYK percentages

%11.02
%0
%8.05
%7.45

Codes

Color #D2ECD9 in popluar color models

D2ECD9
RGB210236217
HSL136°40.63%87.45%
HSB/HSV136°11.02%92.55%
CMYK11.02%0.00%8.05%
7.45%

Color #D2ECD9 in popluar number systems.

HEXD2ECD9
Decimal210236217
Binary110100101110110011011001
Octal322354331

Shades and tints

Shades of #D2ECD9

#D2ECD9
(210,236,217)
#BFD7C6
(191,215,198)
#ACC2B3
(172,194,179)
#99ADA0
(153,173,160)
#86988D
(134,152,141)
#73837A
(115,131,122)
#606E67
(96,110,103)
#4D5954
(77,89,84)
#3A4441
(58,68,65)
#272F2E
(39,47,46)
#141A1B
(20,26,27)
#000000
(0,0,0)

Tints of #D2ECD9

#D2ECD9
(210,236,217)
#D6EDDC
(214,237,220)
#DAEEDF
(218,238,223)
#DEEFE2
(222,239,226)
#E2F0E5
(226,240,229)
#E6F1E8
(230,241,232)
#EAF2EB
(234,242,235)
#EEF3EE
(238,243,238)
#F2F4F1
(242,244,241)
#F6F5F4
(246,245,244)
#FAF6F7
(250,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2ECD9; }

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

This text font color is #D2ECD9.


Background Color

.myBgColor { background-color: #D2ECD9; }

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

This div background color is #D2ECD9.


Border color

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

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

This div border color is #D2ECD9.


Opacity

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

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

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

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

This text has shadow with #D2ECD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2ECD9 on black background.


Color preview on white background

This text has color #D2ECD9 on white background.



Black color preview on #D2ECD9 background

This text has black color on #D2ECD9 background.


White color preview on #D2ECD9 background

This text has white color on #D2ECD9 background.