COLOR #D5AD9D

HEX: #D5AD9D RGB: (213,173,157)

Color info

#D5AD9D contains red, green and blue colors in about the same proportion. Web safe color of #D5AD9D is #CC9999 (or #C99).

RGB color model

#D5AD9D color RGB value is (213,173,157).

RGB: (213,173,157) (84%, 68%, 62%)

RGB channels and saturation

R 213 of 255 = 84%
G 173 of 255 = 68%
B 157 of 255 = 62%

213
173
157

R + G + B ~ 71%. #D5AD9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 173 + 157 = 543 (100%)
R 213 of 543 ~ 39.23%
G 173 of 543 ~ 31.86%
B 157 of 543 ~ 28.91'%

%39.23
%31.86
%28.91

CMYK color model

#D5AD9D color CMYK value is (0,19,26,16).

  • cyan value is 0.00%
  • magenta value is 18.78%
  • yellow value is 26.29%
  • key color value is 16.47%
CMYK: (0,19,26,16) C0M19Y26K16 (0%,19%,26%,16%) (0.00/0.19/0.26/0.16) 

CMYK percentages

%0
%18.78
%26.29
%16.47

Codes

Color #D5AD9D in popluar color models

D5 AD 9D
RGB 213 173 157
HSL 17° 40.00% 72.55%
HSB/HSV 17° 26.29% 83.53%
CMYK 0.00% 18.78% 26.29%
16.47%

Color #D5AD9D in popluar number systems.

HEX D5 AD 9D
Decimal 213 173 157
Binary 11010101 10101101 10011101
Octal 325 255 235

Shades and tints

Shades of #D5AD9D

#D5AD9D
(213,173,157)
#C29E8F
(194,158,143)
#AF8F81
(175,143,129)
#9C8073
(156,128,115)
#897165
(137,113,101)
#766257
(118,98,87)
#635349
(99,83,73)
#50443B
(80,68,59)
#3D352D
(61,53,45)
#2A261F
(42,38,31)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #D5AD9D

#D5AD9D
(213,173,157)
#D8B4A5
(216,180,165)
#DBBBAD
(219,187,173)
#DEC2B5
(222,194,181)
#E1C9BD
(225,201,189)
#E4D0C5
(228,208,197)
#E7D7CD
(231,215,205)
#EADED5
(234,222,213)
#EDE5DD
(237,229,221)
#F0ECE5
(240,236,229)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5AD9D; }

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

This text font color is #D5AD9D.

Background Color

.myBgColor { background-color: #D5AD9D; }

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

This div background color is #D5AD9D.

Border color

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

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

This div border color is #D5AD9D.

Opacity

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

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

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

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

This text has shadow with #D5AD9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5AD9D.

Preview

Color preview on black background

This text has color #D5AD9D on black background.


Color preview on white background

This text has color #D5AD9D on white background.


Black color preview on #D5AD9D background

This text has black color on #D5AD9D background.


White color preview on #D5AD9D background

This text has white color on #D5AD9D background.


Related colors

Complementary color

Complementary color for #hex is #2A5262.


I love getcolorcode.com

Triadic colors

1 #9DD5AD and #AD9DD5 with #D5AD9D are triadic colors.

2 #9DADD5 and #ADD59D with #D5AD9D are triadic colors.