COLOR #D0E4C9

HEX: #D0E4C9
RGB: (208,228,201)

Color info

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

RGB color model

#D0E4C9 color RGB value is (208,228,201).

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

RGB channels and saturation

R 208 of 255 = 82%
G 228 of 255 = 89%
B 201 of 255 = 79%

208
228
201

R + G + B ~ 83%. #D0E4C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 228 + 201 = 637 (100%)
R 208 of 637 ~ 32.65%
G 228 of 637 ~ 35.79%
B 201 of 637 ~ 31.55%

%32.65
%35.79
%31.55

CMYK color model

#D0E4C9 color CMYK value is (9,0,12,11).

  • cyan value is 8.77%
  • magenta value is 0.00%
  • yellow value is 11.84%
  • key color value is 10.59%
CMYK:
(9,0,12,11)
C9M0Y12K11 
(9%,0%,12%,11%)
(0.09/0.00/0.12/0.11)	

CMYK percentages

%8.77
%0
%11.84
%10.59

Codes

Color #D0E4C9 in popluar color models

D0E4C9
RGB208228201
HSL104°33.33%84.12%
HSB/HSV104°11.84%89.41%
CMYK8.77%0.00%11.84%
10.59%

Color #D0E4C9 in popluar number systems.

HEXD0E4C9
Decimal208228201
Binary110100001110010011001001
Octal320344311

Shades and tints

Shades of #D0E4C9

#D0E4C9
(208,228,201)
#BED0B7
(190,208,183)
#ACBCA5
(172,188,165)
#9AA893
(154,168,147)
#889481
(136,148,129)
#76806F
(118,128,111)
#646C5D
(100,108,93)
#52584B
(82,88,75)
#404439
(64,68,57)
#2E3027
(46,48,39)
#1C1C15
(28,28,21)
#000000
(0,0,0)

Tints of #D0E4C9

#D0E4C9
(208,228,201)
#D4E6CD
(212,230,205)
#D8E8D1
(216,232,209)
#DCEAD5
(220,234,213)
#E0ECD9
(224,236,217)
#E4EEDD
(228,238,221)
#E8F0E1
(232,240,225)
#ECF2E5
(236,242,229)
#F0F4E9
(240,244,233)
#F4F6ED
(244,246,237)
#F8F8F1
(248,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0E4C9; }

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

This text font color is #D0E4C9.


Background Color

.myBgColor { background-color: #D0E4C9; }

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

This div background color is #D0E4C9.


Border color

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

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

This div border color is #D0E4C9.


Opacity

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

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

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

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

This text has shadow with #D0E4C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E4C9 on black background.


Color preview on white background

This text has color #D0E4C9 on white background.



Black color preview on #D0E4C9 background

This text has black color on #D0E4C9 background.


White color preview on #D0E4C9 background

This text has white color on #D0E4C9 background.