COLOR #D0E7DD

HEX: #D0E7DD
RGB: (208,231,221)

Color info

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

RGB color model

#D0E7DD color RGB value is (208,231,221).

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

RGB channels and saturation

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

208
231
221

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

Portions of RGB colors in percentages

R + G + B =
208 + 231 + 221 = 660 (100%)
R 208 of 660 ~ 31.52%
G 231 of 660 ~ 35%
B 221 of 660 ~ 33.48%

%31.52
%35
%33.48

CMYK color model

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

  • cyan value is 9.96%
  • magenta value is 0.00%
  • yellow value is 4.33%
  • key color value is 9.41%
CMYK:
(10,0,4,9)
C10M0Y4K9 
(10%,0%,4%,9%)
(0.10/0.00/0.04/0.09)	

CMYK percentages

%9.96
%0
%4.33
%9.41

Codes

Color #D0E7DD in popluar color models

D0E7DD
RGB208231221
HSL154°32.39%86.08%
HSB/HSV154°9.96%90.59%
CMYK9.96%0.00%4.33%
9.41%

Color #D0E7DD in popluar number systems.

HEXD0E7DD
Decimal208231221
Binary110100001110011111011101
Octal320347335

Shades and tints

Shades of #D0E7DD

#D0E7DD
(208,231,221)
#BED2C9
(190,210,201)
#ACBDB5
(172,189,181)
#9AA8A1
(154,168,161)
#88938D
(136,147,141)
#767E79
(118,126,121)
#646965
(100,105,101)
#525451
(82,84,81)
#403F3D
(64,63,61)
#2E2A29
(46,42,41)
#1C1515
(28,21,21)
#000000
(0,0,0)

Tints of #D0E7DD

#D0E7DD
(208,231,221)
#D4E9E0
(212,233,224)
#D8EBE3
(216,235,227)
#DCEDE6
(220,237,230)
#E0EFE9
(224,239,233)
#E4F1EC
(228,241,236)
#E8F3EF
(232,243,239)
#ECF5F2
(236,245,242)
#F0F7F5
(240,247,245)
#F4F9F8
(244,249,248)
#F8FBFB
(248,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0E7DD; }

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

This text font color is #D0E7DD.


Background Color

.myBgColor { background-color: #D0E7DD; }

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

This div background color is #D0E7DD.


Border color

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

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

This div border color is #D0E7DD.


Opacity

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

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

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

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

This text has shadow with #D0E7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E7DD on black background.


Color preview on white background

This text has color #D0E7DD on white background.



Black color preview on #D0E7DD background

This text has black color on #D0E7DD background.


White color preview on #D0E7DD background

This text has white color on #D0E7DD background.