COLOR #D5D1AD

HEX: #D5D1AD
RGB: (213,209,173)

Color info

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

RGB color model

#D5D1AD color RGB value is (213,209,173).

  • red value is 213;
  • green value is 209;
  • blue value is 173.
RGB:
(213,209,173)
(84%,82%,68%)

RGB channels and saturation

R 213 of 255 = 84%
G 209 of 255 = 82%
B 173 of 255 = 68%

213
209
173

R + G + B ~ 78%. #D5D1AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 209 + 173 = 595 (100%)
R 213 of 595 ~ 35.8%
G 209 of 595 ~ 35.13%
B 173 of 595 ~ 29.08%

%35.8
%35.13
%29.08

CMYK color model

#D5D1AD color CMYK value is (0,2,19,16).

  • cyan value is 0.00%
  • magenta value is 1.88%
  • yellow value is 18.78%
  • key color value is 16.47%
CMYK:
(0,2,19,16)
C0M2Y19K16 
(0%,2%,19%,16%)
(0.00/0.02/0.19/0.16)	

CMYK percentages

%0
%1.88
%18.78
%16.47

Codes

Color #D5D1AD in popluar color models

D5D1AD
RGB213209173
HSL54°32.26%75.69%
HSB/HSV54°18.78%83.53%
CMYK0.00%1.88%18.78%
16.47%

Color #D5D1AD in popluar number systems.

HEXD5D1AD
Decimal213209173
Binary110101011101000110101101
Octal325321255

Shades and tints

Shades of #D5D1AD

#D5D1AD
(213,209,173)
#C2BE9E
(194,190,158)
#AFAB8F
(175,171,143)
#9C9880
(156,152,128)
#898571
(137,133,113)
#767262
(118,114,98)
#635F53
(99,95,83)
#504C44
(80,76,68)
#3D3935
(61,57,53)
#2A2626
(42,38,38)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #D5D1AD

#D5D1AD
(213,209,173)
#D8D5B4
(216,213,180)
#DBD9BB
(219,217,187)
#DEDDC2
(222,221,194)
#E1E1C9
(225,225,201)
#E4E5D0
(228,229,208)
#E7E9D7
(231,233,215)
#EAEDDE
(234,237,222)
#EDF1E5
(237,241,229)
#F0F5EC
(240,245,236)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5D1AD color. Also use rgb(213,209,173) instead hex code.

Text Font Color

.myTextColor { color: #D5D1AD; }

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

This text font color is #D5D1AD.


Background Color

.myBgColor { background-color: #D5D1AD; }

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

This div background color is #D5D1AD.


Border color

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

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

This div border color is #D5D1AD.


Opacity

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

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

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

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

This text has shadow with #D5D1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D1AD on black background.


Color preview on white background

This text has color #D5D1AD on white background.



Black color preview on #D5D1AD background

This text has black color on #D5D1AD background.


White color preview on #D5D1AD background

This text has white color on #D5D1AD background.