COLOR #D0E6AC

HEX: #D0E6AC
RGB: (208,230,172)

Color info

#D0E6AC contains red, green and blue colors in about the same proportion. Web safe color of #D0E6AC is #CCCC99 (or #CC9).

RGB color model

#D0E6AC color RGB value is (208,230,172).

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

RGB channels and saturation

R 208 of 255 = 82%
G 230 of 255 = 90%
B 172 of 255 = 67%

208
230
172

R + G + B ~ 80%. #D0E6AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 230 + 172 = 610 (100%)
R 208 of 610 ~ 34.1%
G 230 of 610 ~ 37.7%
B 172 of 610 ~ 28.2%

%34.1
%37.7
%28.2

CMYK color model

#D0E6AC color CMYK value is (10,0,25,10).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 25.22%
  • key color value is 9.80%
CMYK:
(10,0,25,10)
C10M0Y25K10 
(10%,0%,25%,10%)
(0.10/0.00/0.25/0.10)	

CMYK percentages

%9.57
%0
%25.22
%9.8

Codes

Color #D0E6AC in popluar color models

D0E6AC
RGB208230172
HSL83°53.70%78.82%
HSB/HSV83°25.22%90.20%
CMYK9.57%0.00%25.22%
9.80%

Color #D0E6AC in popluar number systems.

HEXD0E6AC
Decimal208230172
Binary110100001110011010101100
Octal320346254

Shades and tints

Shades of #D0E6AC

#D0E6AC
(208,230,172)
#BED29D
(190,210,157)
#ACBE8E
(172,190,142)
#9AAA7F
(154,170,127)
#889670
(136,150,112)
#768261
(118,130,97)
#646E52
(100,110,82)
#525A43
(82,90,67)
#404634
(64,70,52)
#2E3225
(46,50,37)
#1C1E16
(28,30,22)
#000000
(0,0,0)

Tints of #D0E6AC

#D0E6AC
(208,230,172)
#D4E8B3
(212,232,179)
#D8EABA
(216,234,186)
#DCECC1
(220,236,193)
#E0EEC8
(224,238,200)
#E4F0CF
(228,240,207)
#E8F2D6
(232,242,214)
#ECF4DD
(236,244,221)
#F0F6E4
(240,246,228)
#F4F8EB
(244,248,235)
#F8FAF2
(248,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0E6AC; }

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

This text font color is #D0E6AC.


Background Color

.myBgColor { background-color: #D0E6AC; }

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

This div background color is #D0E6AC.


Border color

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

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

This div border color is #D0E6AC.


Opacity

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

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

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

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

This text has shadow with #D0E6AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E6AC on black background.


Color preview on white background

This text has color #D0E6AC on white background.



Black color preview on #D0E6AC background

This text has black color on #D0E6AC background.


White color preview on #D0E6AC background

This text has white color on #D0E6AC background.