COLOR #D2E7DD

HEX: #D2E7DD
RGB: (210,231,221)

Color info

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

RGB color model

#D2E7DD color RGB value is (210,231,221).

  • red value is 210;
  • green value is 231;
  • blue value is 221.
RGB:
(210,231,221)
(82%,91%,87%)

RGB channels and saturation

R 210 of 255 = 82%
G 231 of 255 = 91%
B 221 of 255 = 87%

210
231
221

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

Portions of RGB colors in percentages

R + G + B =
210 + 231 + 221 = 662 (100%)
R 210 of 662 ~ 31.72%
G 231 of 662 ~ 34.89%
B 221 of 662 ~ 33.38%

%31.72
%34.89
%33.38

CMYK color model

#D2E7DD color CMYK value is (9,0,4,9).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 4.33%
  • key color value is 9.41%
CMYK:
(9,0,4,9)
C9M0Y4K9 
(9%,0%,4%,9%)
(0.09/0.00/0.04/0.09)	

CMYK percentages

%9.09
%0
%4.33
%9.41

Codes

Color #D2E7DD in popluar color models

D2E7DD
RGB210231221
HSL151°30.43%86.47%
HSB/HSV151°9.09%90.59%
CMYK9.09%0.00%4.33%
9.41%

Color #D2E7DD in popluar number systems.

HEXD2E7DD
Decimal210231221
Binary110100101110011111011101
Octal322347335

Shades and tints

Shades of #D2E7DD

#D2E7DD
(210,231,221)
#BFD2C9
(191,210,201)
#ACBDB5
(172,189,181)
#99A8A1
(153,168,161)
#86938D
(134,147,141)
#737E79
(115,126,121)
#606965
(96,105,101)
#4D5451
(77,84,81)
#3A3F3D
(58,63,61)
#272A29
(39,42,41)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #D2E7DD

#D2E7DD
(210,231,221)
#D6E9E0
(214,233,224)
#DAEBE3
(218,235,227)
#DEEDE6
(222,237,230)
#E2EFE9
(226,239,233)
#E6F1EC
(230,241,236)
#EAF3EF
(234,243,239)
#EEF5F2
(238,245,242)
#F2F7F5
(242,247,245)
#F6F9F8
(246,249,248)
#FAFBFB
(250,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E7DD color. Also use rgb(210,231,221) instead hex code.

Text Font Color

.myTextColor { color: #D2E7DD; }

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

This text font color is #D2E7DD.


Background Color

.myBgColor { background-color: #D2E7DD; }

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

This div background color is #D2E7DD.


Border color

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

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

This div border color is #D2E7DD.


Opacity

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

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

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

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

This text has shadow with #D2E7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E7DD on black background.


Color preview on white background

This text has color #D2E7DD on white background.



Black color preview on #D2E7DD background

This text has black color on #D2E7DD background.


White color preview on #D2E7DD background

This text has white color on #D2E7DD background.