COLOR #D3E2AC

HEX: #D3E2AC
RGB: (211,226,172)

Color info

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

RGB color model

#D3E2AC color RGB value is (211,226,172).

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

RGB channels and saturation

R 211 of 255 = 83%
G 226 of 255 = 89%
B 172 of 255 = 67%

211
226
172

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

Portions of RGB colors in percentages

R + G + B =
211 + 226 + 172 = 609 (100%)
R 211 of 609 ~ 34.65%
G 226 of 609 ~ 37.11%
B 172 of 609 ~ 28.24%

%34.65
%37.11
%28.24

CMYK color model

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

  • cyan value is 6.64%
  • 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

%6.64
%0
%23.89
%11.37

Codes

Color #D3E2AC in popluar color models

D3E2AC
RGB211226172
HSL77°48.21%78.04%
HSB/HSV77°23.89%88.63%
CMYK6.64%0.00%23.89%
11.37%

Color #D3E2AC in popluar number systems.

HEXD3E2AC
Decimal211226172
Binary110100111110001010101100
Octal323342254

Shades and tints

Shades of #D3E2AC

#D3E2AC
(211,226,172)
#C0CE9D
(192,206,157)
#ADBA8E
(173,186,142)
#9AA67F
(154,166,127)
#879270
(135,146,112)
#747E61
(116,126,97)
#616A52
(97,106,82)
#4E5643
(78,86,67)
#3B4234
(59,66,52)
#282E25
(40,46,37)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #D3E2AC

#D3E2AC
(211,226,172)
#D7E4B3
(215,228,179)
#DBE6BA
(219,230,186)
#DFE8C1
(223,232,193)
#E3EAC8
(227,234,200)
#E7ECCF
(231,236,207)
#EBEED6
(235,238,214)
#EFF0DD
(239,240,221)
#F3F2E4
(243,242,228)
#F7F4EB
(247,244,235)
#FBF6F2
(251,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E2AC; }

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

This text font color is #D3E2AC.


Background Color

.myBgColor { background-color: #D3E2AC; }

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

This div background color is #D3E2AC.


Border color

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

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

This div border color is #D3E2AC.


Opacity

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

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

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

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

This text has shadow with #D3E2AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E2AC on black background.


Color preview on white background

This text has color #D3E2AC on white background.



Black color preview on #D3E2AC background

This text has black color on #D3E2AC background.


White color preview on #D3E2AC background

This text has white color on #D3E2AC background.