COLOR #D8AB9D

HEX: #D8AB9D
RGB: (216,171,157)

Color info

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

RGB color model

#D8AB9D color RGB value is (216,171,157).

  • red value is 216;
  • green value is 171;
  • blue value is 157.
RGB:
(216,171,157)
(85%,67%,62%)

RGB channels and saturation

R 216 of 255 = 85%
G 171 of 255 = 67%
B 157 of 255 = 62%

216
171
157

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

Portions of RGB colors in percentages

R + G + B =
216 + 171 + 157 = 544 (100%)
R 216 of 544 ~ 39.71%
G 171 of 544 ~ 31.43%
B 157 of 544 ~ 28.86%

%39.71
%31.43
%28.86

CMYK color model

#D8AB9D color CMYK value is (0,21,27,15).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 27.31%
  • key color value is 15.29%
CMYK:
(0,21,27,15)
C0M21Y27K15 
(0%,21%,27%,15%)
(0.00/0.21/0.27/0.15)	

CMYK percentages

%0
%20.83
%27.31
%15.29

Codes

Color #D8AB9D in popluar color models

D8AB9D
RGB216171157
HSL14°43.07%73.14%
HSB/HSV14°27.31%84.71%
CMYK0.00%20.83%27.31%
15.29%

Color #D8AB9D in popluar number systems.

HEXD8AB9D
Decimal216171157
Binary110110001010101110011101
Octal330253235

Shades and tints

Shades of #D8AB9D

#D8AB9D
(216,171,157)
#C59C8F
(197,156,143)
#B28D81
(178,141,129)
#9F7E73
(159,126,115)
#8C6F65
(140,111,101)
#796057
(121,96,87)
#665149
(102,81,73)
#53423B
(83,66,59)
#40332D
(64,51,45)
#2D241F
(45,36,31)
#1A1511
(26,21,17)
#000000
(0,0,0)

Tints of #D8AB9D

#D8AB9D
(216,171,157)
#DBB2A5
(219,178,165)
#DEB9AD
(222,185,173)
#E1C0B5
(225,192,181)
#E4C7BD
(228,199,189)
#E7CEC5
(231,206,197)
#EAD5CD
(234,213,205)
#EDDCD5
(237,220,213)
#F0E3DD
(240,227,221)
#F3EAE5
(243,234,229)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8AB9D color. Also use rgb(216,171,157) instead hex code.

Text Font Color

.myTextColor { color: #D8AB9D; }

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

This text font color is #D8AB9D.


Background Color

.myBgColor { background-color: #D8AB9D; }

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

This div background color is #D8AB9D.


Border color

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

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

This div border color is #D8AB9D.


Opacity

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

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

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

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

This text has shadow with #D8AB9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8AB9D on black background.


Color preview on white background

This text has color #D8AB9D on white background.



Black color preview on #D8AB9D background

This text has black color on #D8AB9D background.


White color preview on #D8AB9D background

This text has white color on #D8AB9D background.