COLOR #D6B6B0

HEX: #D6B6B0
RGB: (214,182,176)

Color info

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

RGB color model

#D6B6B0 color RGB value is (214,182,176).

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

RGB channels and saturation

R 214 of 255 = 84%
G 182 of 255 = 71%
B 176 of 255 = 69%

214
182
176

R + G + B ~ 75%. #D6B6B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 182 + 176 = 572 (100%)
R 214 of 572 ~ 37.41%
G 182 of 572 ~ 31.82%
B 176 of 572 ~ 30.77%

%37.41
%31.82
%30.77

CMYK color model

#D6B6B0 color CMYK value is (0,15,18,16).

  • cyan value is 0.00%
  • magenta value is 14.95%
  • yellow value is 17.76%
  • key color value is 16.08%
CMYK:
(0,15,18,16)
C0M15Y18K16 
(0%,15%,18%,16%)
(0.00/0.15/0.18/0.16)	

CMYK percentages

%0
%14.95
%17.76
%16.08

Codes

Color #D6B6B0 in popluar color models

D6B6B0
RGB214182176
HSL31.67%76.47%
HSB/HSV17.76%83.92%
CMYK0.00%14.95%17.76%
16.08%

Color #D6B6B0 in popluar number systems.

HEXD6B6B0
Decimal214182176
Binary110101101011011010110000
Octal326266260

Shades and tints

Shades of #D6B6B0

#D6B6B0
(214,182,176)
#C3A6A0
(195,166,160)
#B09690
(176,150,144)
#9D8680
(157,134,128)
#8A7670
(138,118,112)
#776660
(119,102,96)
#645650
(100,86,80)
#514640
(81,70,64)
#3E3630
(62,54,48)
#2B2620
(43,38,32)
#181610
(24,22,16)
#000000
(0,0,0)

Tints of #D6B6B0

#D6B6B0
(214,182,176)
#D9BCB7
(217,188,183)
#DCC2BE
(220,194,190)
#DFC8C5
(223,200,197)
#E2CECC
(226,206,204)
#E5D4D3
(229,212,211)
#E8DADA
(232,218,218)
#EBE0E1
(235,224,225)
#EEE6E8
(238,230,232)
#F1ECEF
(241,236,239)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6B6B0; }

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

This text font color is #D6B6B0.


Background Color

.myBgColor { background-color: #D6B6B0; }

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

This div background color is #D6B6B0.


Border color

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

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

This div border color is #D6B6B0.


Opacity

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

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

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

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

This text has shadow with #D6B6B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B6B0 on black background.


Color preview on white background

This text has color #D6B6B0 on white background.



Black color preview on #D6B6B0 background

This text has black color on #D6B6B0 background.


White color preview on #D6B6B0 background

This text has white color on #D6B6B0 background.