COLOR #D0B5B6

HEX: #D0B5B6
RGB: (208,181,182)

Color info

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

RGB color model

#D0B5B6 color RGB value is (208,181,182).

  • red value is 208;
  • green value is 181;
  • blue value is 182.
RGB:
(208,181,182)
(82%,71%,71%)

RGB channels and saturation

R 208 of 255 = 82%
G 181 of 255 = 71%
B 182 of 255 = 71%

208
181
182

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

Portions of RGB colors in percentages

R + G + B =
208 + 181 + 182 = 571 (100%)
R 208 of 571 ~ 36.43%
G 181 of 571 ~ 31.7%
B 182 of 571 ~ 31.87%

%36.43
%31.7
%31.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.98%
  • yellow value is 12.50%
  • key color value is 18.43%
CMYK:
(0,13,13,18)
C0M13Y13K18 
(0%,13%,13%,18%)
(0.00/0.13/0.13/0.18)	

CMYK percentages

%0
%12.98
%12.5
%18.43

Codes

Color #D0B5B6 in popluar color models

D0B5B6
RGB208181182
HSL358°22.31%76.27%
HSB/HSV358°12.98%81.57%
CMYK0.00%12.98%12.50%
18.43%

Color #D0B5B6 in popluar number systems.

HEXD0B5B6
Decimal208181182
Binary110100001011010110110110
Octal320265266

Shades and tints

Shades of #D0B5B6

#D0B5B6
(208,181,182)
#BEA5A6
(190,165,166)
#AC9596
(172,149,150)
#9A8586
(154,133,134)
#887576
(136,117,118)
#766566
(118,101,102)
#645556
(100,85,86)
#524546
(82,69,70)
#403536
(64,53,54)
#2E2526
(46,37,38)
#1C1516
(28,21,22)
#000000
(0,0,0)

Tints of #D0B5B6

#D0B5B6
(208,181,182)
#D4BBBC
(212,187,188)
#D8C1C2
(216,193,194)
#DCC7C8
(220,199,200)
#E0CDCE
(224,205,206)
#E4D3D4
(228,211,212)
#E8D9DA
(232,217,218)
#ECDFE0
(236,223,224)
#F0E5E6
(240,229,230)
#F4EBEC
(244,235,236)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0B5B6; }

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

This text font color is #D0B5B6.


Background Color

.myBgColor { background-color: #D0B5B6; }

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

This div background color is #D0B5B6.


Border color

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

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

This div border color is #D0B5B6.


Opacity

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

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

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

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

This text has shadow with #D0B5B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B5B6 on black background.


Color preview on white background

This text has color #D0B5B6 on white background.



Black color preview on #D0B5B6 background

This text has black color on #D0B5B6 background.


White color preview on #D0B5B6 background

This text has white color on #D0B5B6 background.