COLOR #D6B7A5

HEX: #D6B7A5
RGB: (214,183,165)

Color info

#D6B7A5 contains red, green and blue colors in about the same proportion. Web safe color of #D6B7A5 is #CCCC99 (or #CC9).

RGB color model

#D6B7A5 color RGB value is (214,183,165).

  • red value is 214;
  • green value is 183;
  • blue value is 165.
RGB:
(214,183,165)
(84%,72%,65%)

RGB channels and saturation

R 214 of 255 = 84%
G 183 of 255 = 72%
B 165 of 255 = 65%

214
183
165

R + G + B ~ 74%. #D6B7A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 183 + 165 = 562 (100%)
R 214 of 562 ~ 38.08%
G 183 of 562 ~ 32.56%
B 165 of 562 ~ 29.36%

%38.08
%32.56
%29.36

CMYK color model

#D6B7A5 color CMYK value is (0,14,23,16).

  • cyan value is 0.00%
  • magenta value is 14.49%
  • yellow value is 22.90%
  • key color value is 16.08%
CMYK:
(0,14,23,16)
C0M14Y23K16 
(0%,14%,23%,16%)
(0.00/0.14/0.23/0.16)	

CMYK percentages

%0
%14.49
%22.9
%16.08

Codes

Color #D6B7A5 in popluar color models

D6B7A5
RGB214183165
HSL22°37.40%74.31%
HSB/HSV22°22.90%83.92%
CMYK0.00%14.49%22.90%
16.08%

Color #D6B7A5 in popluar number systems.

HEXD6B7A5
Decimal214183165
Binary110101101011011110100101
Octal326267245

Shades and tints

Shades of #D6B7A5

#D6B7A5
(214,183,165)
#C3A796
(195,167,150)
#B09787
(176,151,135)
#9D8778
(157,135,120)
#8A7769
(138,119,105)
#77675A
(119,103,90)
#64574B
(100,87,75)
#51473C
(81,71,60)
#3E372D
(62,55,45)
#2B271E
(43,39,30)
#18170F
(24,23,15)
#000000
(0,0,0)

Tints of #D6B7A5

#D6B7A5
(214,183,165)
#D9BDAD
(217,189,173)
#DCC3B5
(220,195,181)
#DFC9BD
(223,201,189)
#E2CFC5
(226,207,197)
#E5D5CD
(229,213,205)
#E8DBD5
(232,219,213)
#EBE1DD
(235,225,221)
#EEE7E5
(238,231,229)
#F1EDED
(241,237,237)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B7A5 color. Also use rgb(214,183,165) instead hex code.

Text Font Color

.myTextColor { color: #D6B7A5; }

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

This text font color is #D6B7A5.


Background Color

.myBgColor { background-color: #D6B7A5; }

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

This div background color is #D6B7A5.


Border color

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

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

This div border color is #D6B7A5.


Opacity

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

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

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

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

This text has shadow with #D6B7A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B7A5 on black background.


Color preview on white background

This text has color #D6B7A5 on white background.



Black color preview on #D6B7A5 background

This text has black color on #D6B7A5 background.


White color preview on #D6B7A5 background

This text has white color on #D6B7A5 background.