COLOR #D0EEC7

HEX: #D0EEC7
RGB: (208,238,199)

Color info

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

RGB color model

#D0EEC7 color RGB value is (208,238,199).

  • red value is 208;
  • green value is 238;
  • blue value is 199.
RGB:
(208,238,199)
(82%,93%,78%)

RGB channels and saturation

R 208 of 255 = 82%
G 238 of 255 = 93%
B 199 of 255 = 78%

208
238
199

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

Portions of RGB colors in percentages

R + G + B =
208 + 238 + 199 = 645 (100%)
R 208 of 645 ~ 32.25%
G 238 of 645 ~ 36.9%
B 199 of 645 ~ 30.85%

%32.25
%36.9
%30.85

CMYK color model

#D0EEC7 color CMYK value is (13,0,16,7).

  • cyan value is 12.61%
  • magenta value is 0.00%
  • yellow value is 16.39%
  • key color value is 6.67%
CMYK:
(13,0,16,7)
C13M0Y16K7 
(13%,0%,16%,7%)
(0.13/0.00/0.16/0.07)	

CMYK percentages

%12.61
%0
%16.39
%6.67

Codes

Color #D0EEC7 in popluar color models

D0EEC7
RGB208238199
HSL106°53.42%85.69%
HSB/HSV106°16.39%93.33%
CMYK12.61%0.00%16.39%
6.67%

Color #D0EEC7 in popluar number systems.

HEXD0EEC7
Decimal208238199
Binary110100001110111011000111
Octal320356307

Shades and tints

Shades of #D0EEC7

#D0EEC7
(208,238,199)
#BED9B5
(190,217,181)
#ACC4A3
(172,196,163)
#9AAF91
(154,175,145)
#889A7F
(136,154,127)
#76856D
(118,133,109)
#64705B
(100,112,91)
#525B49
(82,91,73)
#404637
(64,70,55)
#2E3125
(46,49,37)
#1C1C13
(28,28,19)
#000000
(0,0,0)

Tints of #D0EEC7

#D0EEC7
(208,238,199)
#D4EFCC
(212,239,204)
#D8F0D1
(216,240,209)
#DCF1D6
(220,241,214)
#E0F2DB
(224,242,219)
#E4F3E0
(228,243,224)
#E8F4E5
(232,244,229)
#ECF5EA
(236,245,234)
#F0F6EF
(240,246,239)
#F4F7F4
(244,247,244)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0EEC7 color. Also use rgb(208,238,199) instead hex code.

Text Font Color

.myTextColor { color: #D0EEC7; }

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

This text font color is #D0EEC7.


Background Color

.myBgColor { background-color: #D0EEC7; }

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

This div background color is #D0EEC7.


Border color

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

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

This div border color is #D0EEC7.


Opacity

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

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

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

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

This text has shadow with #D0EEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0EEC7 on black background.


Color preview on white background

This text has color #D0EEC7 on white background.



Black color preview on #D0EEC7 background

This text has black color on #D0EEC7 background.


White color preview on #D0EEC7 background

This text has white color on #D0EEC7 background.