COLOR #D0E9CC

HEX: #D0E9CC
RGB: (208,233,204)

Color info

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

RGB color model

#D0E9CC color RGB value is (208,233,204).

  • red value is 208;
  • green value is 233;
  • blue value is 204.
RGB: (208,233,204) (82%,91%,80%)

RGB channels and saturation

R 208 of 255 = 82%
G 233 of 255 = 91%
B 204 of 255 = 80%

208
233
204

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

Portions of RGB colors in percentages

R + G + B =
208 + 233 + 204 = 645 (100%)
R 208 of 645 ~ 32.25%
G 233 of 645 ~ 36.12%
B 204 of 645 ~ 31.63%

%32.25
%36.12
%31.63

CMYK color model

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

  • cyan value is 10.73%
  • magenta value is 0.00%
  • yellow value is 12.45%
  • key color value is 8.63%
CMYK: (11,0,12,9) C11M0Y12K9 (11%,0%,12%,9%) (0.11/0.00/0.12/0.09)

CMYK percentages

%10.73
%0
%12.45
%8.63

Codes

Color #D0E9CC in popluar color models

D0E9CC
RGB208233204
HSL112°39.73%85.69%
HSB/HSV112°12.45%91.37%
CMYK10.73%0.00%12.45%
8.63%

Color #D0E9CC in popluar number systems.

HEXD0E9CC
Decimal208233204
Binary110100001110100111001100
Octal320351314

Shades and tints

Shades of #D0E9CC

#D0E9CC
(208,233,204)
#BED4BA
(190,212,186)
#ACBFA8
(172,191,168)
#9AAA96
(154,170,150)
#889584
(136,149,132)
#768072
(118,128,114)
#646B60
(100,107,96)
#52564E
(82,86,78)
#40413C
(64,65,60)
#2E2C2A
(46,44,42)
#1C1718
(28,23,24)
#000000
(0,0,0)

Tints of #D0E9CC

#D0E9CC
(208,233,204)
#D4EBD0
(212,235,208)
#D8EDD4
(216,237,212)
#DCEFD8
(220,239,216)
#E0F1DC
(224,241,220)
#E4F3E0
(228,243,224)
#E8F5E4
(232,245,228)
#ECF7E8
(236,247,232)
#F0F9EC
(240,249,236)
#F4FBF0
(244,251,240)
#F8FDF4
(248,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0E9CC color. Also use rgb(208,233,204) instead hex code.

Text Font Color

.myTextColor { color: #D0E9CC; }

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

This text font color is #D0E9CC.


Background Color

.myBgColor { background-color: #D0E9CC; }

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

This div background color is #D0E9CC.


Border color

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

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

This div border color is #D0E9CC.


Opacity

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

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

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

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

This text has shadow with #D0E9CC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D0E9CC on black background.


Color preview on white background

This text has color #D0E9CC on white background.



Black color preview on #D0E9CC background

This text has black color on #D0E9CC background.


White color preview on #D0E9CC background

This text has white color on #D0E9CC background.