COLOR #D5DDAC

HEX: #D5DDAC
RGB: (213,221,172)

Color info

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

RGB color model

#D5DDAC color RGB value is (213,221,172).

  • red value is 213;
  • green value is 221;
  • blue value is 172.
RGB:
(213,221,172)
(84%,87%,67%)

RGB channels and saturation

R 213 of 255 = 84%
G 221 of 255 = 87%
B 172 of 255 = 67%

213
221
172

R + G + B ~ 79%. #D5DDAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 221 + 172 = 606 (100%)
R 213 of 606 ~ 35.15%
G 221 of 606 ~ 36.47%
B 172 of 606 ~ 28.38%

%35.15
%36.47
%28.38

CMYK color model

#D5DDAC color CMYK value is (4,0,22,13).

  • cyan value is 3.62%
  • magenta value is 0.00%
  • yellow value is 22.17%
  • key color value is 13.33%
CMYK:
(4,0,22,13)
C4M0Y22K13 
(4%,0%,22%,13%)
(0.04/0.00/0.22/0.13)	

CMYK percentages

%3.62
%0
%22.17
%13.33

Codes

Color #D5DDAC in popluar color models

D5DDAC
RGB213221172
HSL70°41.88%77.06%
HSB/HSV70°22.17%86.67%
CMYK3.62%0.00%22.17%
13.33%

Color #D5DDAC in popluar number systems.

HEXD5DDAC
Decimal213221172
Binary110101011101110110101100
Octal325335254

Shades and tints

Shades of #D5DDAC

#D5DDAC
(213,221,172)
#C2C99D
(194,201,157)
#AFB58E
(175,181,142)
#9CA17F
(156,161,127)
#898D70
(137,141,112)
#767961
(118,121,97)
#636552
(99,101,82)
#505143
(80,81,67)
#3D3D34
(61,61,52)
#2A2925
(42,41,37)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #D5DDAC

#D5DDAC
(213,221,172)
#D8E0B3
(216,224,179)
#DBE3BA
(219,227,186)
#DEE6C1
(222,230,193)
#E1E9C8
(225,233,200)
#E4ECCF
(228,236,207)
#E7EFD6
(231,239,214)
#EAF2DD
(234,242,221)
#EDF5E4
(237,245,228)
#F0F8EB
(240,248,235)
#F3FBF2
(243,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DDAC; }

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

This text font color is #D5DDAC.


Background Color

.myBgColor { background-color: #D5DDAC; }

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

This div background color is #D5DDAC.


Border color

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

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

This div border color is #D5DDAC.


Opacity

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

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

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

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

This text has shadow with #D5DDAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DDAC on black background.


Color preview on white background

This text has color #D5DDAC on white background.



Black color preview on #D5DDAC background

This text has black color on #D5DDAC background.


White color preview on #D5DDAC background

This text has white color on #D5DDAC background.