COLOR #D0E1C4

HEX: #D0E1C4
RGB: (208,225,196)

Color info

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

RGB color model

#D0E1C4 color RGB value is (208,225,196).

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

RGB channels and saturation

R 208 of 255 = 82%
G 225 of 255 = 88%
B 196 of 255 = 77%

208
225
196

R + G + B ~ 82%. #D0E1C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 225 + 196 = 629 (100%)
R 208 of 629 ~ 33.07%
G 225 of 629 ~ 35.77%
B 196 of 629 ~ 31.16%

%33.07
%35.77
%31.16

CMYK color model

#D0E1C4 color CMYK value is (8,0,13,12).

  • cyan value is 7.56%
  • magenta value is 0.00%
  • yellow value is 12.89%
  • key color value is 11.76%
CMYK:
(8,0,13,12)
C8M0Y13K12 
(8%,0%,13%,12%)
(0.08/0.00/0.13/0.12)	

CMYK percentages

%7.56
%0
%12.89
%11.76

Codes

Color #D0E1C4 in popluar color models

D0E1C4
RGB208225196
HSL95°32.58%82.55%
HSB/HSV95°12.89%88.24%
CMYK7.56%0.00%12.89%
11.76%

Color #D0E1C4 in popluar number systems.

HEXD0E1C4
Decimal208225196
Binary110100001110000111000100
Octal320341304

Shades and tints

Shades of #D0E1C4

#D0E1C4
(208,225,196)
#BECDB3
(190,205,179)
#ACB9A2
(172,185,162)
#9AA591
(154,165,145)
#889180
(136,145,128)
#767D6F
(118,125,111)
#64695E
(100,105,94)
#52554D
(82,85,77)
#40413C
(64,65,60)
#2E2D2B
(46,45,43)
#1C191A
(28,25,26)
#000000
(0,0,0)

Tints of #D0E1C4

#D0E1C4
(208,225,196)
#D4E3C9
(212,227,201)
#D8E5CE
(216,229,206)
#DCE7D3
(220,231,211)
#E0E9D8
(224,233,216)
#E4EBDD
(228,235,221)
#E8EDE2
(232,237,226)
#ECEFE7
(236,239,231)
#F0F1EC
(240,241,236)
#F4F3F1
(244,243,241)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0E1C4; }

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

This text font color is #D0E1C4.


Background Color

.myBgColor { background-color: #D0E1C4; }

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

This div background color is #D0E1C4.


Border color

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

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

This div border color is #D0E1C4.


Opacity

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

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

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

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

This text has shadow with #D0E1C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E1C4 on black background.


Color preview on white background

This text has color #D0E1C4 on white background.



Black color preview on #D0E1C4 background

This text has black color on #D0E1C4 background.


White color preview on #D0E1C4 background

This text has white color on #D0E1C4 background.