COLOR #D3E1AE

HEX: #D3E1AE
RGB: (211,225,174)

Color info

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

RGB color model

#D3E1AE color RGB value is (211,225,174).

  • red value is 211;
  • green value is 225;
  • blue value is 174.
RGB:
(211,225,174)
(83%,88%,68%)

RGB channels and saturation

R 211 of 255 = 83%
G 225 of 255 = 88%
B 174 of 255 = 68%

211
225
174

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

Portions of RGB colors in percentages

R + G + B =
211 + 225 + 174 = 610 (100%)
R 211 of 610 ~ 34.59%
G 225 of 610 ~ 36.89%
B 174 of 610 ~ 28.52%

%34.59
%36.89
%28.52

CMYK color model

#D3E1AE color CMYK value is (6,0,23,12).

  • cyan value is 6.22%
  • magenta value is 0.00%
  • yellow value is 22.67%
  • key color value is 11.76%
CMYK:
(6,0,23,12)
C6M0Y23K12 
(6%,0%,23%,12%)
(0.06/0.00/0.23/0.12)	

CMYK percentages

%6.22
%0
%22.67
%11.76

Codes

Color #D3E1AE in popluar color models

D3E1AE
RGB211225174
HSL76°45.95%78.24%
HSB/HSV76°22.67%88.24%
CMYK6.22%0.00%22.67%
11.76%

Color #D3E1AE in popluar number systems.

HEXD3E1AE
Decimal211225174
Binary110100111110000110101110
Octal323341256

Shades and tints

Shades of #D3E1AE

#D3E1AE
(211,225,174)
#C0CD9F
(192,205,159)
#ADB990
(173,185,144)
#9AA581
(154,165,129)
#879172
(135,145,114)
#747D63
(116,125,99)
#616954
(97,105,84)
#4E5545
(78,85,69)
#3B4136
(59,65,54)
#282D27
(40,45,39)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #D3E1AE

#D3E1AE
(211,225,174)
#D7E3B5
(215,227,181)
#DBE5BC
(219,229,188)
#DFE7C3
(223,231,195)
#E3E9CA
(227,233,202)
#E7EBD1
(231,235,209)
#EBEDD8
(235,237,216)
#EFEFDF
(239,239,223)
#F3F1E6
(243,241,230)
#F7F3ED
(247,243,237)
#FBF5F4
(251,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3E1AE color. Also use rgb(211,225,174) instead hex code.

Text Font Color

.myTextColor { color: #D3E1AE; }

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

This text font color is #D3E1AE.


Background Color

.myBgColor { background-color: #D3E1AE; }

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

This div background color is #D3E1AE.


Border color

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

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

This div border color is #D3E1AE.


Opacity

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

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

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

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

This text has shadow with #D3E1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E1AE on black background.


Color preview on white background

This text has color #D3E1AE on white background.



Black color preview on #D3E1AE background

This text has black color on #D3E1AE background.


White color preview on #D3E1AE background

This text has white color on #D3E1AE background.