COLOR #D6B9BB

HEX: #D6B9BB
RGB: (214,185,187)

Color info

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

RGB color model

#D6B9BB color RGB value is (214,185,187).

  • red value is 214;
  • green value is 185;
  • blue value is 187.
RGB:
(214,185,187)
(84%,73%,73%)

RGB channels and saturation

R 214 of 255 = 84%
G 185 of 255 = 73%
B 187 of 255 = 73%

214
185
187

R + G + B ~ 77%. #D6B9BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 185 + 187 = 586 (100%)
R 214 of 586 ~ 36.52%
G 185 of 586 ~ 31.57%
B 187 of 586 ~ 31.91%

%36.52
%31.57
%31.91

CMYK color model

#D6B9BB color CMYK value is (0,14,13,16).

  • cyan value is 0.00%
  • magenta value is 13.55%
  • yellow value is 12.62%
  • key color value is 16.08%
CMYK:
(0,14,13,16)
C0M14Y13K16 
(0%,14%,13%,16%)
(0.00/0.14/0.13/0.16)	

CMYK percentages

%0
%13.55
%12.62
%16.08

Codes

Color #D6B9BB in popluar color models

D6B9BB
RGB214185187
HSL356°26.13%78.24%
HSB/HSV356°13.55%83.92%
CMYK0.00%13.55%12.62%
16.08%

Color #D6B9BB in popluar number systems.

HEXD6B9BB
Decimal214185187
Binary110101101011100110111011
Octal326271273

Shades and tints

Shades of #D6B9BB

#D6B9BB
(214,185,187)
#C3A9AA
(195,169,170)
#B09999
(176,153,153)
#9D8988
(157,137,136)
#8A7977
(138,121,119)
#776966
(119,105,102)
#645955
(100,89,85)
#514944
(81,73,68)
#3E3933
(62,57,51)
#2B2922
(43,41,34)
#181911
(24,25,17)
#000000
(0,0,0)

Tints of #D6B9BB

#D6B9BB
(214,185,187)
#D9BFC1
(217,191,193)
#DCC5C7
(220,197,199)
#DFCBCD
(223,203,205)
#E2D1D3
(226,209,211)
#E5D7D9
(229,215,217)
#E8DDDF
(232,221,223)
#EBE3E5
(235,227,229)
#EEE9EB
(238,233,235)
#F1EFF1
(241,239,241)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B9BB color. Also use rgb(214,185,187) instead hex code.

Text Font Color

.myTextColor { color: #D6B9BB; }

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

This text font color is #D6B9BB.


Background Color

.myBgColor { background-color: #D6B9BB; }

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

This div background color is #D6B9BB.


Border color

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

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

This div border color is #D6B9BB.


Opacity

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

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

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

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

This text has shadow with #D6B9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B9BB on black background.


Color preview on white background

This text has color #D6B9BB on white background.



Black color preview on #D6B9BB background

This text has black color on #D6B9BB background.


White color preview on #D6B9BB background

This text has white color on #D6B9BB background.