COLOR #D7A987

HEX: #D7A987
RGB: (215,169,135)

Color info

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

RGB color model

#D7A987 color RGB value is (215,169,135).

  • red value is 215;
  • green value is 169;
  • blue value is 135.
RGB:
(215,169,135)
(84%,66%,53%)

RGB channels and saturation

R 215 of 255 = 84%
G 169 of 255 = 66%
B 135 of 255 = 53%

215
169
135

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

Portions of RGB colors in percentages

R + G + B =
215 + 169 + 135 = 519 (100%)
R 215 of 519 ~ 41.43%
G 169 of 519 ~ 32.56%
B 135 of 519 ~ 26.01%

%41.43
%32.56
%26.01

CMYK color model

#D7A987 color CMYK value is (0,21,37,16).

  • cyan value is 0.00%
  • magenta value is 21.40%
  • yellow value is 37.21%
  • key color value is 15.69%
CMYK:
(0,21,37,16)
C0M21Y37K16 
(0%,21%,37%,16%)
(0.00/0.21/0.37/0.16)	

CMYK percentages

%0
%21.4
%37.21
%15.69

Codes

Color #D7A987 in popluar color models

D7A987
RGB215169135
HSL26°50.00%68.63%
HSB/HSV26°37.21%84.31%
CMYK0.00%21.40%37.21%
15.69%

Color #D7A987 in popluar number systems.

HEXD7A987
Decimal215169135
Binary110101111010100110000111
Octal327251207

Shades and tints

Shades of #D7A987

#D7A987
(215,169,135)
#C49A7B
(196,154,123)
#B18B6F
(177,139,111)
#9E7C63
(158,124,99)
#8B6D57
(139,109,87)
#785E4B
(120,94,75)
#654F3F
(101,79,63)
#524033
(82,64,51)
#3F3127
(63,49,39)
#2C221B
(44,34,27)
#19130F
(25,19,15)
#000000
(0,0,0)

Tints of #D7A987

#D7A987
(215,169,135)
#DAB091
(218,176,145)
#DDB79B
(221,183,155)
#E0BEA5
(224,190,165)
#E3C5AF
(227,197,175)
#E6CCB9
(230,204,185)
#E9D3C3
(233,211,195)
#ECDACD
(236,218,205)
#EFE1D7
(239,225,215)
#F2E8E1
(242,232,225)
#F5EFEB
(245,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7A987 color. Also use rgb(215,169,135) instead hex code.

Text Font Color

.myTextColor { color: #D7A987; }

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

This text font color is #D7A987.


Background Color

.myBgColor { background-color: #D7A987; }

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

This div background color is #D7A987.


Border color

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

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

This div border color is #D7A987.


Opacity

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

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

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

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

This text has shadow with #D7A987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A987 on black background.


Color preview on white background

This text has color #D7A987 on white background.



Black color preview on #D7A987 background

This text has black color on #D7A987 background.


White color preview on #D7A987 background

This text has white color on #D7A987 background.