COLOR #D0BBB6

HEX: #D0BBB6 RGB: (208,187,182)

Color info

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

RGB color model

#D0BBB6 color RGB value is (208,187,182).

RGB: (208,187,182) (82%, 73%, 71%)

RGB channels and saturation

R 208 of 255 = 82%
G 187 of 255 = 73%
B 182 of 255 = 71%

208
187
182

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

Portions of RGB colors in percentages

R + G + B = 208 + 187 + 182 = 577 (100%)
R 208 of 577 ~ 36.05%
G 187 of 577 ~ 32.41%
B 182 of 577 ~ 31.54'%

%36.05
%32.41
%31.54

CMYK color model

#D0BBB6 color CMYK value is (0,10,13,18).

  • cyan value is 0.00%
  • magenta value is 10.10%
  • yellow value is 12.50%
  • key color value is 18.43%

CMYK: (0,10,13,18)
C0M10Y13K18 (0%, 10%, 13%, 18%)
(0.00 / 0.10 / 0.13 / 0.18)

CMYK percentages

%0
%10.1
%12.5
%18.43

Codes

Color #D0BBB6 in popluar color models

D0 BB B6
RGB 208 187 182
HSL 12° 21.67% 76.47%
HSB/HSV 12° 12.50% 81.57%
CMYK 0.00% 10.10% 12.50%
18.43%

Color #D0BBB6 in popluar number systems.

HEX D0 BB B6
Decimal 208 187 182
Binary 11010000 10111011 10110110
Octal 320 273 266

Shades and tints

Shades of #D0BBB6

#D0BBB6
(208,187,182)
#BEAAA6
(190,170,166)
#AC9996
(172,153,150)
#9A8886
(154,136,134)
#887776
(136,119,118)
#766666
(118,102,102)
#645556
(100,85,86)
#524446
(82,68,70)
#403336
(64,51,54)
#2E2226
(46,34,38)
#1C1116
(28,17,22)
#000000
(0,0,0)

Tints of #D0BBB6

#D0BBB6
(208,187,182)
#D4C1BC
(212,193,188)
#D8C7C2
(216,199,194)
#DCCDC8
(220,205,200)
#E0D3CE
(224,211,206)
#E4D9D4
(228,217,212)
#E8DFDA
(232,223,218)
#ECE5E0
(236,229,224)
#F0EBE6
(240,235,230)
#F4F1EC
(244,241,236)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0BBB6; }

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

This text font color is #D0BBB6.

Background Color

.myBgColor { background-color: #D0BBB6; }

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

This div background color is #D0BBB6.

Border color

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

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

This div border color is #D0BBB6.

Opacity

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

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

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

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

This text has shadow with #D0BBB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0BBB6.

Preview

Color preview on black background

This text has color #D0BBB6 on black background.


Color preview on white background

This text has color #D0BBB6 on white background.


Black color preview on #D0BBB6 background

This text has black color on #D0BBB6 background.


White color preview on #D0BBB6 background

This text has white color on #D0BBB6 background.


Related colors

Complementary color

Complementary color for #hex is #2F4449.


I love getcolorcode.com

Triadic colors

1 #B6D0BB and #BBB6D0 with #D0BBB6 are triadic colors.

2 #B6BBD0 and #BBD0B6 with #D0BBB6 are triadic colors.