COLOR #D0BBB0

HEX: #D0BBB0
RGB: (208,187,176)

Color info

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

RGB color model

#D0BBB0 color RGB value is (208,187,176).

  • red value is 208;
  • green value is 187;
  • blue value is 176.
RGB:
(208,187,176)
(82%,73%,69%)

RGB channels and saturation

R 208 of 255 = 82%
G 187 of 255 = 73%
B 176 of 255 = 69%

208
187
176

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

Portions of RGB colors in percentages

R + G + B =
208 + 187 + 176 = 571 (100%)
R 208 of 571 ~ 36.43%
G 187 of 571 ~ 32.75%
B 176 of 571 ~ 30.82%

%36.43
%32.75
%30.82

CMYK color model

#D0BBB0 color CMYK value is (0,10,15,18).

  • cyan value is 0.00%
  • magenta value is 10.10%
  • yellow value is 15.38%
  • key color value is 18.43%
CMYK:
(0,10,15,18)
C0M10Y15K18 
(0%,10%,15%,18%)
(0.00/0.10/0.15/0.18)	

CMYK percentages

%0
%10.1
%15.38
%18.43

Codes

Color #D0BBB0 in popluar color models

D0BBB0
RGB208187176
HSL21°25.40%75.29%
HSB/HSV21°15.38%81.57%
CMYK0.00%10.10%15.38%
18.43%

Color #D0BBB0 in popluar number systems.

HEXD0BBB0
Decimal208187176
Binary110100001011101110110000
Octal320273260

Shades and tints

Shades of #D0BBB0

#D0BBB0
(208,187,176)
#BEAAA0
(190,170,160)
#AC9990
(172,153,144)
#9A8880
(154,136,128)
#887770
(136,119,112)
#766660
(118,102,96)
#645550
(100,85,80)
#524440
(82,68,64)
#403330
(64,51,48)
#2E2220
(46,34,32)
#1C1110
(28,17,16)
#000000
(0,0,0)

Tints of #D0BBB0

#D0BBB0
(208,187,176)
#D4C1B7
(212,193,183)
#D8C7BE
(216,199,190)
#DCCDC5
(220,205,197)
#E0D3CC
(224,211,204)
#E4D9D3
(228,217,211)
#E8DFDA
(232,223,218)
#ECE5E1
(236,229,225)
#F0EBE8
(240,235,232)
#F4F1EF
(244,241,239)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0BBB0; }

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

This text font color is #D0BBB0.


Background Color

.myBgColor { background-color: #D0BBB0; }

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

This div background color is #D0BBB0.


Border color

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

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

This div border color is #D0BBB0.


Opacity

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

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

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

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

This text has shadow with #D0BBB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0BBB0 on black background.


Color preview on white background

This text has color #D0BBB0 on white background.



Black color preview on #D0BBB0 background

This text has black color on #D0BBB0 background.


White color preview on #D0BBB0 background

This text has white color on #D0BBB0 background.