COLOR #D0E6C7

HEX: #D0E6C7
RGB: (208,230,199)

Color info

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

RGB color model

#D0E6C7 color RGB value is (208,230,199).

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

RGB channels and saturation

R 208 of 255 = 82%
G 230 of 255 = 90%
B 199 of 255 = 78%

208
230
199

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

Portions of RGB colors in percentages

R + G + B =
208 + 230 + 199 = 637 (100%)
R 208 of 637 ~ 32.65%
G 230 of 637 ~ 36.11%
B 199 of 637 ~ 31.24%

%32.65
%36.11
%31.24

CMYK color model

#D0E6C7 color CMYK value is (10,0,13,10).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 13.48%
  • key color value is 9.80%
CMYK:
(10,0,13,10)
C10M0Y13K10 
(10%,0%,13%,10%)
(0.10/0.00/0.13/0.10)	

CMYK percentages

%9.57
%0
%13.48
%9.8

Codes

Color #D0E6C7 in popluar color models

D0E6C7
RGB208230199
HSL103°38.27%84.12%
HSB/HSV103°13.48%90.20%
CMYK9.57%0.00%13.48%
9.80%

Color #D0E6C7 in popluar number systems.

HEXD0E6C7
Decimal208230199
Binary110100001110011011000111
Octal320346307

Shades and tints

Shades of #D0E6C7

#D0E6C7
(208,230,199)
#BED2B5
(190,210,181)
#ACBEA3
(172,190,163)
#9AAA91
(154,170,145)
#88967F
(136,150,127)
#76826D
(118,130,109)
#646E5B
(100,110,91)
#525A49
(82,90,73)
#404637
(64,70,55)
#2E3225
(46,50,37)
#1C1E13
(28,30,19)
#000000
(0,0,0)

Tints of #D0E6C7

#D0E6C7
(208,230,199)
#D4E8CC
(212,232,204)
#D8EAD1
(216,234,209)
#DCECD6
(220,236,214)
#E0EEDB
(224,238,219)
#E4F0E0
(228,240,224)
#E8F2E5
(232,242,229)
#ECF4EA
(236,244,234)
#F0F6EF
(240,246,239)
#F4F8F4
(244,248,244)
#F8FAF9
(248,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0E6C7; }

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

This text font color is #D0E6C7.


Background Color

.myBgColor { background-color: #D0E6C7; }

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

This div background color is #D0E6C7.


Border color

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

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

This div border color is #D0E6C7.


Opacity

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

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

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

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

This text has shadow with #D0E6C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E6C7 on black background.


Color preview on white background

This text has color #D0E6C7 on white background.



Black color preview on #D0E6C7 background

This text has black color on #D0E6C7 background.


White color preview on #D0E6C7 background

This text has white color on #D0E6C7 background.