COLOR #D5E0AC

HEX: #D5E0AC RGB: (213,224,172)

Color info

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

RGB color model

#D5E0AC color RGB value is (213,224,172).

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

RGB channels and saturation

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

213
224
172

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

Portions of RGB colors in percentages

R + G + B = 213 + 224 + 172 = 609 (100%)
R 213 of 609 ~ 34.98%
G 224 of 609 ~ 36.78%
B 172 of 609 ~ 28.24'%

%34.98
%36.78
%28.24

CMYK color model

#D5E0AC color CMYK value is (5,0,23,12).

  • cyan value is 4.91%
  • magenta value is 0.00%
  • yellow value is 23.21%
  • key color value is 12.16%

CMYK: (5,0,23,12)
C5M0Y23K12 (5%, 0%, 23%, 12%)
(0.05 / 0.00 / 0.23 / 0.12)

CMYK percentages

%4.91
%0
%23.21
%12.16

Codes

Color #D5E0AC in popluar color models

D5 E0 AC
RGB 213 224 172
HSL 73° 45.61% 77.65%
HSB/HSV 73° 23.21% 87.84%
CMYK 4.91% 0.00% 23.21%
12.16%

Color #D5E0AC in popluar number systems.

HEX D5 E0 AC
Decimal 213 224 172
Binary 11010101 11100000 10101100
Octal 325 340 254

Shades and tints

Shades of #D5E0AC

#D5E0AC
(213,224,172)
#C2CC9D
(194,204,157)
#AFB88E
(175,184,142)
#9CA47F
(156,164,127)
#899070
(137,144,112)
#767C61
(118,124,97)
#636852
(99,104,82)
#505443
(80,84,67)
#3D4034
(61,64,52)
#2A2C25
(42,44,37)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #D5E0AC

#D5E0AC
(213,224,172)
#D8E2B3
(216,226,179)
#DBE4BA
(219,228,186)
#DEE6C1
(222,230,193)
#E1E8C8
(225,232,200)
#E4EACF
(228,234,207)
#E7ECD6
(231,236,214)
#EAEEDD
(234,238,221)
#EDF0E4
(237,240,228)
#F0F2EB
(240,242,235)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E0AC; }

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

This text font color is #D5E0AC.

Background Color

.myBgColor { background-color: #D5E0AC; }

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

This div background color is #D5E0AC.

Border color

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

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

This div border color is #D5E0AC.

Opacity

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

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

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

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

This text has shadow with #D5E0AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5E0AC.

Preview

Color preview on black background

This text has color #D5E0AC on black background.


Color preview on white background

This text has color #D5E0AC on white background.


Black color preview on #D5E0AC background

This text has black color on #D5E0AC background.


White color preview on #D5E0AC background

This text has white color on #D5E0AC background.


Related colors

Complementary color

Complementary color for #hex is #2A1F53.


I love getcolorcode.com

Triadic colors

1 #ACD5E0 and #E0ACD5 with #D5E0AC are triadic colors.

2 #ACE0D5 and #E0D5AC with #D5E0AC are triadic colors.