COLOR #D0E7DA

HEX: #D0E7DA
RGB: (208,231,218)

Color info

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

RGB color model

#D0E7DA color RGB value is (208,231,218).

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

RGB channels and saturation

R 208 of 255 = 82%
G 231 of 255 = 91%
B 218 of 255 = 85%

208
231
218

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

Portions of RGB colors in percentages

R + G + B =
208 + 231 + 218 = 657 (100%)
R 208 of 657 ~ 31.66%
G 231 of 657 ~ 35.16%
B 218 of 657 ~ 33.18%

%31.66
%35.16
%33.18

CMYK color model

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

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

CMYK percentages

%9.96
%0
%5.63
%9.41

Codes

Color #D0E7DA in popluar color models

D0E7DA
RGB208231218
HSL146°32.39%86.08%
HSB/HSV146°9.96%90.59%
CMYK9.96%0.00%5.63%
9.41%

Color #D0E7DA in popluar number systems.

HEXD0E7DA
Decimal208231218
Binary110100001110011111011010
Octal320347332

Shades and tints

Shades of #D0E7DA

#D0E7DA
(208,231,218)
#BED2C7
(190,210,199)
#ACBDB4
(172,189,180)
#9AA8A1
(154,168,161)
#88938E
(136,147,142)
#767E7B
(118,126,123)
#646968
(100,105,104)
#525455
(82,84,85)
#403F42
(64,63,66)
#2E2A2F
(46,42,47)
#1C151C
(28,21,28)
#000000
(0,0,0)

Tints of #D0E7DA

#D0E7DA
(208,231,218)
#D4E9DD
(212,233,221)
#D8EBE0
(216,235,224)
#DCEDE3
(220,237,227)
#E0EFE6
(224,239,230)
#E4F1E9
(228,241,233)
#E8F3EC
(232,243,236)
#ECF5EF
(236,245,239)
#F0F7F2
(240,247,242)
#F4F9F5
(244,249,245)
#F8FBF8
(248,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0E7DA; }

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

This text font color is #D0E7DA.


Background Color

.myBgColor { background-color: #D0E7DA; }

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

This div background color is #D0E7DA.


Border color

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

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

This div border color is #D0E7DA.


Opacity

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

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

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

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

This text has shadow with #D0E7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E7DA on black background.


Color preview on white background

This text has color #D0E7DA on white background.



Black color preview on #D0E7DA background

This text has black color on #D0E7DA background.


White color preview on #D0E7DA background

This text has white color on #D0E7DA background.