COLOR #D2E9DC

HEX: #D2E9DC
RGB: (210,233,220)

Color info

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

RGB color model

#D2E9DC color RGB value is (210,233,220).

  • red value is 210;
  • green value is 233;
  • blue value is 220.
RGB:
(210,233,220)
(82%,91%,86%)

RGB channels and saturation

R 210 of 255 = 82%
G 233 of 255 = 91%
B 220 of 255 = 86%

210
233
220

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

Portions of RGB colors in percentages

R + G + B =
210 + 233 + 220 = 663 (100%)
R 210 of 663 ~ 31.67%
G 233 of 663 ~ 35.14%
B 220 of 663 ~ 33.18%

%31.67
%35.14
%33.18

CMYK color model

#D2E9DC color CMYK value is (10,0,6,9).

  • cyan value is 9.87%
  • magenta value is 0.00%
  • yellow value is 5.58%
  • key color value is 8.63%
CMYK:
(10,0,6,9)
C10M0Y6K9 
(10%,0%,6%,9%)
(0.10/0.00/0.06/0.09)	

CMYK percentages

%9.87
%0
%5.58
%8.63

Codes

Color #D2E9DC in popluar color models

D2E9DC
RGB210233220
HSL146°34.33%86.86%
HSB/HSV146°9.87%91.37%
CMYK9.87%0.00%5.58%
8.63%

Color #D2E9DC in popluar number systems.

HEXD2E9DC
Decimal210233220
Binary110100101110100111011100
Octal322351334

Shades and tints

Shades of #D2E9DC

#D2E9DC
(210,233,220)
#BFD4C8
(191,212,200)
#ACBFB4
(172,191,180)
#99AAA0
(153,170,160)
#86958C
(134,149,140)
#738078
(115,128,120)
#606B64
(96,107,100)
#4D5650
(77,86,80)
#3A413C
(58,65,60)
#272C28
(39,44,40)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #D2E9DC

#D2E9DC
(210,233,220)
#D6EBDF
(214,235,223)
#DAEDE2
(218,237,226)
#DEEFE5
(222,239,229)
#E2F1E8
(226,241,232)
#E6F3EB
(230,243,235)
#EAF5EE
(234,245,238)
#EEF7F1
(238,247,241)
#F2F9F4
(242,249,244)
#F6FBF7
(246,251,247)
#FAFDFA
(250,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E9DC color. Also use rgb(210,233,220) instead hex code.

Text Font Color

.myTextColor { color: #D2E9DC; }

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

This text font color is #D2E9DC.


Background Color

.myBgColor { background-color: #D2E9DC; }

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

This div background color is #D2E9DC.


Border color

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

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

This div border color is #D2E9DC.


Opacity

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

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

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

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

This text has shadow with #D2E9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E9DC on black background.


Color preview on white background

This text has color #D2E9DC on white background.



Black color preview on #D2E9DC background

This text has black color on #D2E9DC background.


White color preview on #D2E9DC background

This text has white color on #D2E9DC background.