COLOR #D3E3AC

HEX: #D3E3AC
RGB: (211,227,172)

Color info

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

RGB color model

#D3E3AC color RGB value is (211,227,172).

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

RGB channels and saturation

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

211
227
172

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

Portions of RGB colors in percentages

R + G + B =
211 + 227 + 172 = 610 (100%)
R 211 of 610 ~ 34.59%
G 227 of 610 ~ 37.21%
B 172 of 610 ~ 28.2%

%34.59
%37.21
%28.2

CMYK color model

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

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

CMYK percentages

%7.05
%0
%24.23
%10.98

Codes

Color #D3E3AC in popluar color models

D3E3AC
RGB211227172
HSL77°49.55%78.24%
HSB/HSV77°24.23%89.02%
CMYK7.05%0.00%24.23%
10.98%

Color #D3E3AC in popluar number systems.

HEXD3E3AC
Decimal211227172
Binary110100111110001110101100
Octal323343254

Shades and tints

Shades of #D3E3AC

#D3E3AC
(211,227,172)
#C0CF9D
(192,207,157)
#ADBB8E
(173,187,142)
#9AA77F
(154,167,127)
#879370
(135,147,112)
#747F61
(116,127,97)
#616B52
(97,107,82)
#4E5743
(78,87,67)
#3B4334
(59,67,52)
#282F25
(40,47,37)
#151B16
(21,27,22)
#000000
(0,0,0)

Tints of #D3E3AC

#D3E3AC
(211,227,172)
#D7E5B3
(215,229,179)
#DBE7BA
(219,231,186)
#DFE9C1
(223,233,193)
#E3EBC8
(227,235,200)
#E7EDCF
(231,237,207)
#EBEFD6
(235,239,214)
#EFF1DD
(239,241,221)
#F3F3E4
(243,243,228)
#F7F5EB
(247,245,235)
#FBF7F2
(251,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E3AC; }

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

This text font color is #D3E3AC.


Background Color

.myBgColor { background-color: #D3E3AC; }

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

This div background color is #D3E3AC.


Border color

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

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

This div border color is #D3E3AC.


Opacity

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

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

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

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

This text has shadow with #D3E3AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E3AC on black background.


Color preview on white background

This text has color #D3E3AC on white background.



Black color preview on #D3E3AC background

This text has black color on #D3E3AC background.


White color preview on #D3E3AC background

This text has white color on #D3E3AC background.