COLOR #D0E1D2

HEX: #D0E1D2
RGB: (208,225,210)

Color info

#D0E1D2 contains red, green and blue colors in about the same proportion. Web safe color of #D0E1D2 is #CCCCCC (or #CCC).

RGB color model

#D0E1D2 color RGB value is (208,225,210).

  • red value is 208;
  • green value is 225;
  • blue value is 210.
RGB:
(208,225,210)
(82%,88%,82%)

RGB channels and saturation

R 208 of 255 = 82%
G 225 of 255 = 88%
B 210 of 255 = 82%

208
225
210

R + G + B ~ 84%. #D0E1D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 225 + 210 = 643 (100%)
R 208 of 643 ~ 32.35%
G 225 of 643 ~ 34.99%
B 210 of 643 ~ 32.66%

%32.35
%34.99
%32.66

CMYK color model

#D0E1D2 color CMYK value is (8,0,7,12).

  • cyan value is 7.56%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 11.76%
CMYK:
(8,0,7,12)
C8M0Y7K12 
(8%,0%,7%,12%)
(0.08/0.00/0.07/0.12)	

CMYK percentages

%7.56
%0
%6.67
%11.76

Codes

Color #D0E1D2 in popluar color models

D0E1D2
RGB208225210
HSL127°22.08%84.90%
HSB/HSV127°7.56%88.24%
CMYK7.56%0.00%6.67%
11.76%

Color #D0E1D2 in popluar number systems.

HEXD0E1D2
Decimal208225210
Binary110100001110000111010010
Octal320341322

Shades and tints

Shades of #D0E1D2

#D0E1D2
(208,225,210)
#BECDBF
(190,205,191)
#ACB9AC
(172,185,172)
#9AA599
(154,165,153)
#889186
(136,145,134)
#767D73
(118,125,115)
#646960
(100,105,96)
#52554D
(82,85,77)
#40413A
(64,65,58)
#2E2D27
(46,45,39)
#1C1914
(28,25,20)
#000000
(0,0,0)

Tints of #D0E1D2

#D0E1D2
(208,225,210)
#D4E3D6
(212,227,214)
#D8E5DA
(216,229,218)
#DCE7DE
(220,231,222)
#E0E9E2
(224,233,226)
#E4EBE6
(228,235,230)
#E8EDEA
(232,237,234)
#ECEFEE
(236,239,238)
#F0F1F2
(240,241,242)
#F4F3F6
(244,243,246)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0E1D2 color. Also use rgb(208,225,210) instead hex code.

Text Font Color

.myTextColor { color: #D0E1D2; }

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

This text font color is #D0E1D2.


Background Color

.myBgColor { background-color: #D0E1D2; }

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

This div background color is #D0E1D2.


Border color

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

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

This div border color is #D0E1D2.


Opacity

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

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

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

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

This text has shadow with #D0E1D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E1D2 on black background.


Color preview on white background

This text has color #D0E1D2 on white background.



Black color preview on #D0E1D2 background

This text has black color on #D0E1D2 background.


White color preview on #D0E1D2 background

This text has white color on #D0E1D2 background.