COLOR #D9BBB6

HEX: #D9BBB6
RGB: (217,187,182)

Color info

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

RGB color model

#D9BBB6 color RGB value is (217,187,182).

  • red value is 217;
  • green value is 187;
  • blue value is 182.
RGB: (217,187,182) (85%,73%,71%)

RGB channels and saturation

R 217 of 255 = 85%
G 187 of 255 = 73%
B 182 of 255 = 71%

217
187
182

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

Portions of RGB colors in percentages

R + G + B =
217 + 187 + 182 = 586 (100%)
R 217 of 586 ~ 37.03%
G 187 of 586 ~ 31.91%
B 182 of 586 ~ 31.06%

%37.03
%31.91
%31.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.82%
  • yellow value is 16.13%
  • key color value is 14.90%
CMYK: (0,14,16,15) C0M14Y16K15 (0%,14%,16%,15%) (0.00/0.14/0.16/0.15)

CMYK percentages

%0
%13.82
%16.13
%14.9

Codes

Color #D9BBB6 in popluar color models

D9BBB6
RGB217187182
HSL31.53%78.24%
HSB/HSV16.13%85.10%
CMYK0.00%13.82%16.13%
14.90%

Color #D9BBB6 in popluar number systems.

HEXD9BBB6
Decimal217187182
Binary110110011011101110110110
Octal331273266

Shades and tints

Shades of #D9BBB6

#D9BBB6
(217,187,182)
#C6AAA6
(198,170,166)
#B39996
(179,153,150)
#A08886
(160,136,134)
#8D7776
(141,119,118)
#7A6666
(122,102,102)
#675556
(103,85,86)
#544446
(84,68,70)
#413336
(65,51,54)
#2E2226
(46,34,38)
#1B1116
(27,17,22)
#000000
(0,0,0)

Tints of #D9BBB6

#D9BBB6
(217,187,182)
#DCC1BC
(220,193,188)
#DFC7C2
(223,199,194)
#E2CDC8
(226,205,200)
#E5D3CE
(229,211,206)
#E8D9D4
(232,217,212)
#EBDFDA
(235,223,218)
#EEE5E0
(238,229,224)
#F1EBE6
(241,235,230)
#F4F1EC
(244,241,236)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9BBB6 color. Also use rgb(217,187,182) instead hex code.

Text Font Color

.myTextColor { color: #D9BBB6; }

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

This text font color is #D9BBB6.


Background Color

.myBgColor { background-color: #D9BBB6; }

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

This div background color is #D9BBB6.


Border color

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

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

This div border color is #D9BBB6.


Opacity

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

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

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

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

This text has shadow with #D9BBB6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D9BBB6 on black background.


Color preview on white background

This text has color #D9BBB6 on white background.



Black color preview on #D9BBB6 background

This text has black color on #D9BBB6 background.


White color preview on #D9BBB6 background

This text has white color on #D9BBB6 background.