COLOR #D6B8A7

HEX: #D6B8A7
RGB: (214,184,167)

Color info

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

RGB color model

#D6B8A7 color RGB value is (214,184,167).

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

RGB channels and saturation

R 214 of 255 = 84%
G 184 of 255 = 72%
B 167 of 255 = 65%

214
184
167

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

Portions of RGB colors in percentages

R + G + B =
214 + 184 + 167 = 565 (100%)
R 214 of 565 ~ 37.88%
G 184 of 565 ~ 32.57%
B 167 of 565 ~ 29.56%

%37.88
%32.57
%29.56

CMYK color model

#D6B8A7 color CMYK value is (0,14,22,16).

  • cyan value is 0.00%
  • magenta value is 14.02%
  • yellow value is 21.96%
  • key color value is 16.08%
CMYK:
(0,14,22,16)
C0M14Y22K16 
(0%,14%,22%,16%)
(0.00/0.14/0.22/0.16)	

CMYK percentages

%0
%14.02
%21.96
%16.08

Codes

Color #D6B8A7 in popluar color models

D6B8A7
RGB214184167
HSL22°36.43%74.71%
HSB/HSV22°21.96%83.92%
CMYK0.00%14.02%21.96%
16.08%

Color #D6B8A7 in popluar number systems.

HEXD6B8A7
Decimal214184167
Binary110101101011100010100111
Octal326270247

Shades and tints

Shades of #D6B8A7

#D6B8A7
(214,184,167)
#C3A898
(195,168,152)
#B09889
(176,152,137)
#9D887A
(157,136,122)
#8A786B
(138,120,107)
#77685C
(119,104,92)
#64584D
(100,88,77)
#51483E
(81,72,62)
#3E382F
(62,56,47)
#2B2820
(43,40,32)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #D6B8A7

#D6B8A7
(214,184,167)
#D9BEAF
(217,190,175)
#DCC4B7
(220,196,183)
#DFCABF
(223,202,191)
#E2D0C7
(226,208,199)
#E5D6CF
(229,214,207)
#E8DCD7
(232,220,215)
#EBE2DF
(235,226,223)
#EEE8E7
(238,232,231)
#F1EEEF
(241,238,239)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6B8A7; }

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

This text font color is #D6B8A7.


Background Color

.myBgColor { background-color: #D6B8A7; }

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

This div background color is #D6B8A7.


Border color

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

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

This div border color is #D6B8A7.


Opacity

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

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

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

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

This text has shadow with #D6B8A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B8A7 on black background.


Color preview on white background

This text has color #D6B8A7 on white background.



Black color preview on #D6B8A7 background

This text has black color on #D6B8A7 background.


White color preview on #D6B8A7 background

This text has white color on #D6B8A7 background.