COLOR #D6B6A5

HEX: #D6B6A5 RGB: (214,182,165)

Color info

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

RGB color model

#D6B6A5 color RGB value is (214,182,165).

RGB: (214,182,165) (84%, 71%, 65%)

RGB channels and saturation

R 214 of 255 = 84%
G 182 of 255 = 71%
B 165 of 255 = 65%

214
182
165

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

Portions of RGB colors in percentages

R + G + B = 214 + 182 + 165 = 561 (100%)
R 214 of 561 ~ 38.15%
G 182 of 561 ~ 32.44%
B 165 of 561 ~ 29.41'%

%38.15
%32.44
%29.41

CMYK color model

#D6B6A5 color CMYK value is (0,15,23,16).

  • cyan value is 0.00%
  • magenta value is 14.95%
  • yellow value is 22.90%
  • key color value is 16.08%
CMYK: (0,15,23,16) C0M15Y23K16 (0%,15%,23%,16%) (0.00/0.15/0.23/0.16) 

CMYK percentages

%0
%14.95
%22.9
%16.08

Codes

Color #D6B6A5 in popluar color models

D6 B6 A5
RGB 214 182 165
HSL 21° 37.40% 74.31%
HSB/HSV 21° 22.90% 83.92%
CMYK 0.00% 14.95% 22.90%
16.08%

Color #D6B6A5 in popluar number systems.

HEX D6 B6 A5
Decimal 214 182 165
Binary 11010110 10110110 10100101
Octal 326 266 245

Shades and tints

Shades of #D6B6A5

#D6B6A5
(214,182,165)
#C3A696
(195,166,150)
#B09687
(176,150,135)
#9D8678
(157,134,120)
#8A7669
(138,118,105)
#77665A
(119,102,90)
#64564B
(100,86,75)
#51463C
(81,70,60)
#3E362D
(62,54,45)
#2B261E
(43,38,30)
#18160F
(24,22,15)
#000000
(0,0,0)

Tints of #D6B6A5

#D6B6A5
(214,182,165)
#D9BCAD
(217,188,173)
#DCC2B5
(220,194,181)
#DFC8BD
(223,200,189)
#E2CEC5
(226,206,197)
#E5D4CD
(229,212,205)
#E8DAD5
(232,218,213)
#EBE0DD
(235,224,221)
#EEE6E5
(238,230,229)
#F1ECED
(241,236,237)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6B6A5; }

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

This text font color is #D6B6A5.

Background Color

.myBgColor { background-color: #D6B6A5; }

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

This div background color is #D6B6A5.

Border color

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

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

This div border color is #D6B6A5.

Opacity

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

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

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

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

This text has shadow with #D6B6A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6B6A5.

Preview

Color preview on black background

This text has color #D6B6A5 on black background.


Color preview on white background

This text has color #D6B6A5 on white background.


Black color preview on #D6B6A5 background

This text has black color on #D6B6A5 background.


White color preview on #D6B6A5 background

This text has white color on #D6B6A5 background.


Related colors

Complementary color

Complementary color for #hex is #29495A.


I love getcolorcode.com

Triadic colors

1 #A5D6B6 and #B6A5D6 with #D6B6A5 are triadic colors.

2 #A5B6D6 and #B6D6A5 with #D6B6A5 are triadic colors.