COLOR #D6B7A1

HEX: #D6B7A1
RGB: (214,183,161)

Color info

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

RGB color model

#D6B7A1 color RGB value is (214,183,161).

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

RGB channels and saturation

R 214 of 255 = 84%
G 183 of 255 = 72%
B 161 of 255 = 63%

214
183
161

R + G + B ~ 73%. #D6B7A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 183 + 161 = 558 (100%)
R 214 of 558 ~ 38.35%
G 183 of 558 ~ 32.8%
B 161 of 558 ~ 28.85%

%38.35
%32.8
%28.85

CMYK color model

#D6B7A1 color CMYK value is (0,14,25,16).

  • cyan value is 0.00%
  • magenta value is 14.49%
  • yellow value is 24.77%
  • key color value is 16.08%
CMYK:
(0,14,25,16)
C0M14Y25K16 
(0%,14%,25%,16%)
(0.00/0.14/0.25/0.16)	

CMYK percentages

%0
%14.49
%24.77
%16.08

Codes

Color #D6B7A1 in popluar color models

D6B7A1
RGB214183161
HSL25°39.26%73.53%
HSB/HSV25°24.77%83.92%
CMYK0.00%14.49%24.77%
16.08%

Color #D6B7A1 in popluar number systems.

HEXD6B7A1
Decimal214183161
Binary110101101011011110100001
Octal326267241

Shades and tints

Shades of #D6B7A1

#D6B7A1
(214,183,161)
#C3A793
(195,167,147)
#B09785
(176,151,133)
#9D8777
(157,135,119)
#8A7769
(138,119,105)
#77675B
(119,103,91)
#64574D
(100,87,77)
#51473F
(81,71,63)
#3E3731
(62,55,49)
#2B2723
(43,39,35)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #D6B7A1

#D6B7A1
(214,183,161)
#D9BDA9
(217,189,169)
#DCC3B1
(220,195,177)
#DFC9B9
(223,201,185)
#E2CFC1
(226,207,193)
#E5D5C9
(229,213,201)
#E8DBD1
(232,219,209)
#EBE1D9
(235,225,217)
#EEE7E1
(238,231,225)
#F1EDE9
(241,237,233)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6B7A1; }

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

This text font color is #D6B7A1.


Background Color

.myBgColor { background-color: #D6B7A1; }

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

This div background color is #D6B7A1.


Border color

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

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

This div border color is #D6B7A1.


Opacity

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

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

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

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

This text has shadow with #D6B7A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B7A1 on black background.


Color preview on white background

This text has color #D6B7A1 on white background.



Black color preview on #D6B7A1 background

This text has black color on #D6B7A1 background.


White color preview on #D6B7A1 background

This text has white color on #D6B7A1 background.