COLOR #D5DDAF

HEX: #D5DDAF
RGB: (213,221,175)

Color info

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

RGB color model

#D5DDAF color RGB value is (213,221,175).

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

RGB channels and saturation

R 213 of 255 = 84%
G 221 of 255 = 87%
B 175 of 255 = 69%

213
221
175

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

Portions of RGB colors in percentages

R + G + B =
213 + 221 + 175 = 609 (100%)
R 213 of 609 ~ 34.98%
G 221 of 609 ~ 36.29%
B 175 of 609 ~ 28.74%

%34.98
%36.29
%28.74

CMYK color model

#D5DDAF color CMYK value is (4,0,21,13).

  • cyan value is 3.62%
  • magenta value is 0.00%
  • yellow value is 20.81%
  • key color value is 13.33%
CMYK:
(4,0,21,13)
C4M0Y21K13 
(4%,0%,21%,13%)
(0.04/0.00/0.21/0.13)	

CMYK percentages

%3.62
%0
%20.81
%13.33

Codes

Color #D5DDAF in popluar color models

D5DDAF
RGB213221175
HSL70°40.35%77.65%
HSB/HSV70°20.81%86.67%
CMYK3.62%0.00%20.81%
13.33%

Color #D5DDAF in popluar number systems.

HEXD5DDAF
Decimal213221175
Binary110101011101110110101111
Octal325335257

Shades and tints

Shades of #D5DDAF

#D5DDAF
(213,221,175)
#C2C9A0
(194,201,160)
#AFB591
(175,181,145)
#9CA182
(156,161,130)
#898D73
(137,141,115)
#767964
(118,121,100)
#636555
(99,101,85)
#505146
(80,81,70)
#3D3D37
(61,61,55)
#2A2928
(42,41,40)
#171519
(23,21,25)
#000000
(0,0,0)

Tints of #D5DDAF

#D5DDAF
(213,221,175)
#D8E0B6
(216,224,182)
#DBE3BD
(219,227,189)
#DEE6C4
(222,230,196)
#E1E9CB
(225,233,203)
#E4ECD2
(228,236,210)
#E7EFD9
(231,239,217)
#EAF2E0
(234,242,224)
#EDF5E7
(237,245,231)
#F0F8EE
(240,248,238)
#F3FBF5
(243,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DDAF; }

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

This text font color is #D5DDAF.


Background Color

.myBgColor { background-color: #D5DDAF; }

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

This div background color is #D5DDAF.


Border color

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

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

This div border color is #D5DDAF.


Opacity

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

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

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

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

This text has shadow with #D5DDAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DDAF on black background.


Color preview on white background

This text has color #D5DDAF on white background.



Black color preview on #D5DDAF background

This text has black color on #D5DDAF background.


White color preview on #D5DDAF background

This text has white color on #D5DDAF background.