COLOR #D5E1AC

HEX: #D5E1AC RGB: (213,225,172)

Color info

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

RGB color model

#D5E1AC color RGB value is (213,225,172).

RGB: (213,225,172) (84%, 88%, 67%)

RGB channels and saturation

R 213 of 255 = 84%
G 225 of 255 = 88%
B 172 of 255 = 67%

213
225
172

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

Portions of RGB colors in percentages

R + G + B = 213 + 225 + 172 = 610 (100%)
R 213 of 610 ~ 34.92%
G 225 of 610 ~ 36.89%
B 172 of 610 ~ 28.2'%

%34.92
%36.89
%28.2

CMYK color model

#D5E1AC color CMYK value is (5,0,24,12).

  • cyan value is 5.33%
  • magenta value is 0.00%
  • yellow value is 23.56%
  • key color value is 11.76%
CMYK: (5,0,24,12) C5M0Y24K12 (5%,0%,24%,12%) (0.05/0.00/0.24/0.12) 

CMYK percentages

%5.33
%0
%23.56
%11.76

Codes

Color #D5E1AC in popluar color models

D5 E1 AC
RGB 213 225 172
HSL 74° 46.90% 77.84%
HSB/HSV 74° 23.56% 88.24%
CMYK 5.33% 0.00% 23.56%
11.76%

Color #D5E1AC in popluar number systems.

HEX D5 E1 AC
Decimal 213 225 172
Binary 11010101 11100001 10101100
Octal 325 341 254

Shades and tints

Shades of #D5E1AC

#D5E1AC
(213,225,172)
#C2CD9D
(194,205,157)
#AFB98E
(175,185,142)
#9CA57F
(156,165,127)
#899170
(137,145,112)
#767D61
(118,125,97)
#636952
(99,105,82)
#505543
(80,85,67)
#3D4134
(61,65,52)
#2A2D25
(42,45,37)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #D5E1AC

#D5E1AC
(213,225,172)
#D8E3B3
(216,227,179)
#DBE5BA
(219,229,186)
#DEE7C1
(222,231,193)
#E1E9C8
(225,233,200)
#E4EBCF
(228,235,207)
#E7EDD6
(231,237,214)
#EAEFDD
(234,239,221)
#EDF1E4
(237,241,228)
#F0F3EB
(240,243,235)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E1AC color. Also use rgb(213,225,172) instead hex code.

Text Font Color

.myTextColor { color: #D5E1AC; }

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

This text font color is #D5E1AC.

Background Color

.myBgColor { background-color: #D5E1AC; }

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

This div background color is #D5E1AC.

Border color

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

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

This div border color is #D5E1AC.

Opacity

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

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

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

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

This text has shadow with #D5E1AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5E1AC.

Preview

Color preview on black background

This text has color #D5E1AC on black background.


Color preview on white background

This text has color #D5E1AC on white background.


Black color preview on #D5E1AC background

This text has black color on #D5E1AC background.


White color preview on #D5E1AC background

This text has white color on #D5E1AC background.


Related colors

Complementary color

Complementary color for #hex is #2A1E53.


I love getcolorcode.com

Triadic colors

1 #ACD5E1 and #E1ACD5 with #D5E1AC are triadic colors.

2 #ACE1D5 and #E1D5AC with #D5E1AC are triadic colors.