COLOR #D6B0AC

HEX: #D6B0AC
RGB: (214,176,172)

Color info

#D6B0AC contains red, green and blue colors in about the same proportion. Web safe color of #D6B0AC is #CC9999 (or #C99).

RGB color model

#D6B0AC color RGB value is (214,176,172).

  • red value is 214;
  • green value is 176;
  • blue value is 172.
RGB:
(214,176,172)
(84%,69%,67%)

RGB channels and saturation

R 214 of 255 = 84%
G 176 of 255 = 69%
B 172 of 255 = 67%

214
176
172

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

Portions of RGB colors in percentages

R + G + B =
214 + 176 + 172 = 562 (100%)
R 214 of 562 ~ 38.08%
G 176 of 562 ~ 31.32%
B 172 of 562 ~ 30.6%

%38.08
%31.32
%30.6

CMYK color model

#D6B0AC color CMYK value is (0,18,20,16).

  • cyan value is 0.00%
  • magenta value is 17.76%
  • yellow value is 19.63%
  • key color value is 16.08%
CMYK:
(0,18,20,16)
C0M18Y20K16 
(0%,18%,20%,16%)
(0.00/0.18/0.20/0.16)	

CMYK percentages

%0
%17.76
%19.63
%16.08

Codes

Color #D6B0AC in popluar color models

D6B0AC
RGB214176172
HSL33.87%75.69%
HSB/HSV19.63%83.92%
CMYK0.00%17.76%19.63%
16.08%

Color #D6B0AC in popluar number systems.

HEXD6B0AC
Decimal214176172
Binary110101101011000010101100
Octal326260254

Shades and tints

Shades of #D6B0AC

#D6B0AC
(214,176,172)
#C3A09D
(195,160,157)
#B0908E
(176,144,142)
#9D807F
(157,128,127)
#8A7070
(138,112,112)
#776061
(119,96,97)
#645052
(100,80,82)
#514043
(81,64,67)
#3E3034
(62,48,52)
#2B2025
(43,32,37)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #D6B0AC

#D6B0AC
(214,176,172)
#D9B7B3
(217,183,179)
#DCBEBA
(220,190,186)
#DFC5C1
(223,197,193)
#E2CCC8
(226,204,200)
#E5D3CF
(229,211,207)
#E8DAD6
(232,218,214)
#EBE1DD
(235,225,221)
#EEE8E4
(238,232,228)
#F1EFEB
(241,239,235)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B0AC color. Also use rgb(214,176,172) instead hex code.

Text Font Color

.myTextColor { color: #D6B0AC; }

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

This text font color is #D6B0AC.


Background Color

.myBgColor { background-color: #D6B0AC; }

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

This div background color is #D6B0AC.


Border color

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

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

This div border color is #D6B0AC.


Opacity

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

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

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

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

This text has shadow with #D6B0AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B0AC on black background.


Color preview on white background

This text has color #D6B0AC on white background.



Black color preview on #D6B0AC background

This text has black color on #D6B0AC background.


White color preview on #D6B0AC background

This text has white color on #D6B0AC background.