COLOR #D0E4D2

HEX: #D0E4D2
RGB: (208,228,210)

Color info

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

RGB color model

#D0E4D2 color RGB value is (208,228,210).

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

RGB channels and saturation

R 208 of 255 = 82%
G 228 of 255 = 89%
B 210 of 255 = 82%

208
228
210

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

Portions of RGB colors in percentages

R + G + B =
208 + 228 + 210 = 646 (100%)
R 208 of 646 ~ 32.2%
G 228 of 646 ~ 35.29%
B 210 of 646 ~ 32.51%

%32.2
%35.29
%32.51

CMYK color model

#D0E4D2 color CMYK value is (9,0,8,11).

  • cyan value is 8.77%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 10.59%
CMYK:
(9,0,8,11)
C9M0Y8K11 
(9%,0%,8%,11%)
(0.09/0.00/0.08/0.11)	

CMYK percentages

%8.77
%0
%7.89
%10.59

Codes

Color #D0E4D2 in popluar color models

D0E4D2
RGB208228210
HSL126°27.03%85.49%
HSB/HSV126°8.77%89.41%
CMYK8.77%0.00%7.89%
10.59%

Color #D0E4D2 in popluar number systems.

HEXD0E4D2
Decimal208228210
Binary110100001110010011010010
Octal320344322

Shades and tints

Shades of #D0E4D2

#D0E4D2
(208,228,210)
#BED0BF
(190,208,191)
#ACBCAC
(172,188,172)
#9AA899
(154,168,153)
#889486
(136,148,134)
#768073
(118,128,115)
#646C60
(100,108,96)
#52584D
(82,88,77)
#40443A
(64,68,58)
#2E3027
(46,48,39)
#1C1C14
(28,28,20)
#000000
(0,0,0)

Tints of #D0E4D2

#D0E4D2
(208,228,210)
#D4E6D6
(212,230,214)
#D8E8DA
(216,232,218)
#DCEADE
(220,234,222)
#E0ECE2
(224,236,226)
#E4EEE6
(228,238,230)
#E8F0EA
(232,240,234)
#ECF2EE
(236,242,238)
#F0F4F2
(240,244,242)
#F4F6F6
(244,246,246)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0E4D2; }

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

This text font color is #D0E4D2.


Background Color

.myBgColor { background-color: #D0E4D2; }

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

This div background color is #D0E4D2.


Border color

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

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

This div border color is #D0E4D2.


Opacity

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

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

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

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

This text has shadow with #D0E4D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E4D2 on black background.


Color preview on white background

This text has color #D0E4D2 on white background.



Black color preview on #D0E4D2 background

This text has black color on #D0E4D2 background.


White color preview on #D0E4D2 background

This text has white color on #D0E4D2 background.