COLOR #D6B6B7

HEX: #D6B6B7
RGB: (214,182,183)

Color info

#D6B6B7 contains red, green and blue colors in about the same proportion. Web safe color of #D6B6B7 is #CCCCCC (or #CCC).

RGB color model

#D6B6B7 color RGB value is (214,182,183).

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

RGB channels and saturation

R 214 of 255 = 84%
G 182 of 255 = 71%
B 183 of 255 = 72%

214
182
183

R + G + B ~ 76%. #D6B6B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 182 + 183 = 579 (100%)
R 214 of 579 ~ 36.96%
G 182 of 579 ~ 31.43%
B 183 of 579 ~ 31.61%

%36.96
%31.43
%31.61

CMYK color model

#D6B6B7 color CMYK value is (0,15,14,16).

  • cyan value is 0.00%
  • magenta value is 14.95%
  • yellow value is 14.49%
  • key color value is 16.08%
CMYK:
(0,15,14,16)
C0M15Y14K16 
(0%,15%,14%,16%)
(0.00/0.15/0.14/0.16)	

CMYK percentages

%0
%14.95
%14.49
%16.08

Codes

Color #D6B6B7 in popluar color models

D6B6B7
RGB214182183
HSL358°28.07%77.65%
HSB/HSV358°14.95%83.92%
CMYK0.00%14.95%14.49%
16.08%

Color #D6B6B7 in popluar number systems.

HEXD6B6B7
Decimal214182183
Binary110101101011011010110111
Octal326266267

Shades and tints

Shades of #D6B6B7

#D6B6B7
(214,182,183)
#C3A6A7
(195,166,167)
#B09697
(176,150,151)
#9D8687
(157,134,135)
#8A7677
(138,118,119)
#776667
(119,102,103)
#645657
(100,86,87)
#514647
(81,70,71)
#3E3637
(62,54,55)
#2B2627
(43,38,39)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #D6B6B7

#D6B6B7
(214,182,183)
#D9BCBD
(217,188,189)
#DCC2C3
(220,194,195)
#DFC8C9
(223,200,201)
#E2CECF
(226,206,207)
#E5D4D5
(229,212,213)
#E8DADB
(232,218,219)
#EBE0E1
(235,224,225)
#EEE6E7
(238,230,231)
#F1ECED
(241,236,237)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6B6B7; }

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

This text font color is #D6B6B7.


Background Color

.myBgColor { background-color: #D6B6B7; }

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

This div background color is #D6B6B7.


Border color

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

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

This div border color is #D6B6B7.


Opacity

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

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

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

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

This text has shadow with #D6B6B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B6B7 on black background.


Color preview on white background

This text has color #D6B6B7 on white background.



Black color preview on #D6B6B7 background

This text has black color on #D6B6B7 background.


White color preview on #D6B6B7 background

This text has white color on #D6B6B7 background.