COLOR #D6A787

HEX: #D6A787
RGB: (214,167,135)

Color info

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

RGB color model

#D6A787 color RGB value is (214,167,135).

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

RGB channels and saturation

R 214 of 255 = 84%
G 167 of 255 = 65%
B 135 of 255 = 53%

214
167
135

R + G + B ~ 67%. #D6A787 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 167 + 135 = 516 (100%)
R 214 of 516 ~ 41.47%
G 167 of 516 ~ 32.36%
B 135 of 516 ~ 26.16%

%41.47
%32.36
%26.16

CMYK color model

#D6A787 color CMYK value is (0,22,37,16).

  • cyan value is 0.00%
  • magenta value is 21.96%
  • yellow value is 36.92%
  • key color value is 16.08%
CMYK:
(0,22,37,16)
C0M22Y37K16 
(0%,22%,37%,16%)
(0.00/0.22/0.37/0.16)	

CMYK percentages

%0
%21.96
%36.92
%16.08

Codes

Color #D6A787 in popluar color models

D6A787
RGB214167135
HSL24°49.07%68.43%
HSB/HSV24°36.92%83.92%
CMYK0.00%21.96%36.92%
16.08%

Color #D6A787 in popluar number systems.

HEXD6A787
Decimal214167135
Binary110101101010011110000111
Octal326247207

Shades and tints

Shades of #D6A787

#D6A787
(214,167,135)
#C3987B
(195,152,123)
#B0896F
(176,137,111)
#9D7A63
(157,122,99)
#8A6B57
(138,107,87)
#775C4B
(119,92,75)
#644D3F
(100,77,63)
#513E33
(81,62,51)
#3E2F27
(62,47,39)
#2B201B
(43,32,27)
#18110F
(24,17,15)
#000000
(0,0,0)

Tints of #D6A787

#D6A787
(214,167,135)
#D9AF91
(217,175,145)
#DCB79B
(220,183,155)
#DFBFA5
(223,191,165)
#E2C7AF
(226,199,175)
#E5CFB9
(229,207,185)
#E8D7C3
(232,215,195)
#EBDFCD
(235,223,205)
#EEE7D7
(238,231,215)
#F1EFE1
(241,239,225)
#F4F7EB
(244,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6A787; }

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

This text font color is #D6A787.


Background Color

.myBgColor { background-color: #D6A787; }

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

This div background color is #D6A787.


Border color

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

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

This div border color is #D6A787.


Opacity

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

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

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

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

This text has shadow with #D6A787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A787 on black background.


Color preview on white background

This text has color #D6A787 on white background.



Black color preview on #D6A787 background

This text has black color on #D6A787 background.


White color preview on #D6A787 background

This text has white color on #D6A787 background.