COLOR #D8A787

HEX: #D8A787
RGB: (216,167,135)

Color info

#D8A787 contains mainly red and green colors. Web safe color of #D8A787 is #CC9999 (or #C99).

RGB color model

#D8A787 color RGB value is (216,167,135).

  • red value is 216;
  • green value is 167;
  • blue value is 135.
RGB:
(216,167,135)
(85%,65%,53%)

RGB channels and saturation

R 216 of 255 = 85%
G 167 of 255 = 65%
B 135 of 255 = 53%

216
167
135

R + G + B ~ 68%. #D8A787 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 167 + 135 = 518 (100%)
R 216 of 518 ~ 41.7%
G 167 of 518 ~ 32.24%
B 135 of 518 ~ 26.06%

%41.7
%32.24
%26.06

CMYK color model

#D8A787 color CMYK value is (0,23,38,15).

  • cyan value is 0.00%
  • magenta value is 22.69%
  • yellow value is 37.50%
  • key color value is 15.29%
CMYK:
(0,23,38,15)
C0M23Y38K15 
(0%,23%,38%,15%)
(0.00/0.23/0.38/0.15)	

CMYK percentages

%0
%22.69
%37.5
%15.29

Codes

Color #D8A787 in popluar color models

D8A787
RGB216167135
HSL24°50.94%68.82%
HSB/HSV24°37.50%84.71%
CMYK0.00%22.69%37.50%
15.29%

Color #D8A787 in popluar number systems.

HEXD8A787
Decimal216167135
Binary110110001010011110000111
Octal330247207

Shades and tints

Shades of #D8A787

#D8A787
(216,167,135)
#C5987B
(197,152,123)
#B2896F
(178,137,111)
#9F7A63
(159,122,99)
#8C6B57
(140,107,87)
#795C4B
(121,92,75)
#664D3F
(102,77,63)
#533E33
(83,62,51)
#402F27
(64,47,39)
#2D201B
(45,32,27)
#1A110F
(26,17,15)
#000000
(0,0,0)

Tints of #D8A787

#D8A787
(216,167,135)
#DBAF91
(219,175,145)
#DEB79B
(222,183,155)
#E1BFA5
(225,191,165)
#E4C7AF
(228,199,175)
#E7CFB9
(231,207,185)
#EAD7C3
(234,215,195)
#EDDFCD
(237,223,205)
#F0E7D7
(240,231,215)
#F3EFE1
(243,239,225)
#F6F7EB
(246,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8A787 color. Also use rgb(216,167,135) instead hex code.

Text Font Color

.myTextColor { color: #D8A787; }

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

This text font color is #D8A787.


Background Color

.myBgColor { background-color: #D8A787; }

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

This div background color is #D8A787.


Border color

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

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

This div border color is #D8A787.


Opacity

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

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

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

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

This text has shadow with #D8A787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8A787 on black background.


Color preview on white background

This text has color #D8A787 on white background.



Black color preview on #D8A787 background

This text has black color on #D8A787 background.


White color preview on #D8A787 background

This text has white color on #D8A787 background.