COLOR #D2E2AC

HEX: #D2E2AC
RGB: (210,226,172)

Color info

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

RGB color model

#D2E2AC color RGB value is (210,226,172).

  • red value is 210;
  • green value is 226;
  • blue value is 172.
RGB:
(210,226,172)
(82%,89%,67%)

RGB channels and saturation

R 210 of 255 = 82%
G 226 of 255 = 89%
B 172 of 255 = 67%

210
226
172

R + G + B ~ 79%. #D2E2AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 226 + 172 = 608 (100%)
R 210 of 608 ~ 34.54%
G 226 of 608 ~ 37.17%
B 172 of 608 ~ 28.29%

%34.54
%37.17
%28.29

CMYK color model

#D2E2AC color CMYK value is (7,0,24,11).

  • cyan value is 7.08%
  • magenta value is 0.00%
  • yellow value is 23.89%
  • key color value is 11.37%
CMYK:
(7,0,24,11)
C7M0Y24K11 
(7%,0%,24%,11%)
(0.07/0.00/0.24/0.11)	

CMYK percentages

%7.08
%0
%23.89
%11.37

Codes

Color #D2E2AC in popluar color models

D2E2AC
RGB210226172
HSL78°48.21%78.04%
HSB/HSV78°23.89%88.63%
CMYK7.08%0.00%23.89%
11.37%

Color #D2E2AC in popluar number systems.

HEXD2E2AC
Decimal210226172
Binary110100101110001010101100
Octal322342254

Shades and tints

Shades of #D2E2AC

#D2E2AC
(210,226,172)
#BFCE9D
(191,206,157)
#ACBA8E
(172,186,142)
#99A67F
(153,166,127)
#869270
(134,146,112)
#737E61
(115,126,97)
#606A52
(96,106,82)
#4D5643
(77,86,67)
#3A4234
(58,66,52)
#272E25
(39,46,37)
#141A16
(20,26,22)
#000000
(0,0,0)

Tints of #D2E2AC

#D2E2AC
(210,226,172)
#D6E4B3
(214,228,179)
#DAE6BA
(218,230,186)
#DEE8C1
(222,232,193)
#E2EAC8
(226,234,200)
#E6ECCF
(230,236,207)
#EAEED6
(234,238,214)
#EEF0DD
(238,240,221)
#F2F2E4
(242,242,228)
#F6F4EB
(246,244,235)
#FAF6F2
(250,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E2AC color. Also use rgb(210,226,172) instead hex code.

Text Font Color

.myTextColor { color: #D2E2AC; }

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

This text font color is #D2E2AC.


Background Color

.myBgColor { background-color: #D2E2AC; }

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

This div background color is #D2E2AC.


Border color

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

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

This div border color is #D2E2AC.


Opacity

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

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

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

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

This text has shadow with #D2E2AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E2AC on black background.


Color preview on white background

This text has color #D2E2AC on white background.



Black color preview on #D2E2AC background

This text has black color on #D2E2AC background.


White color preview on #D2E2AC background

This text has white color on #D2E2AC background.