COLOR #D0B5B8

HEX: #D0B5B8 RGB: (208,181,184)

Color info

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

RGB color model

#D0B5B8 color RGB value is (208,181,184).

RGB: (208,181,184) (82%, 71%, 72%)

RGB channels and saturation

R 208 of 255 = 82%
G 181 of 255 = 71%
B 184 of 255 = 72%

208
181
184

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

Portions of RGB colors in percentages

R + G + B = 208 + 181 + 184 = 573 (100%)
R 208 of 573 ~ 36.3%
G 181 of 573 ~ 31.59%
B 184 of 573 ~ 32.11'%

%36.3
%31.59
%32.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.98%
  • yellow value is 11.54%
  • key color value is 18.43%

CMYK: (0,13,12,18)
C0M13Y12K18 (0%, 13%, 12%, 18%)
(0.00 / 0.13 / 0.12 / 0.18)

CMYK percentages

%0
%12.98
%11.54
%18.43

Codes

Color #D0B5B8 in popluar color models

D0 B5 B8
RGB 208 181 184
HSL 353° 22.31% 76.27%
HSB/HSV 353° 12.98% 81.57%
CMYK 0.00% 12.98% 11.54%
18.43%

Color #D0B5B8 in popluar number systems.

HEX D0 B5 B8
Decimal 208 181 184
Binary 11010000 10110101 10111000
Octal 320 265 270

Shades and tints

Shades of #D0B5B8

#D0B5B8
(208,181,184)
#BEA5A8
(190,165,168)
#AC9598
(172,149,152)
#9A8588
(154,133,136)
#887578
(136,117,120)
#766568
(118,101,104)
#645558
(100,85,88)
#524548
(82,69,72)
#403538
(64,53,56)
#2E2528
(46,37,40)
#1C1518
(28,21,24)
#000000
(0,0,0)

Tints of #D0B5B8

#D0B5B8
(208,181,184)
#D4BBBE
(212,187,190)
#D8C1C4
(216,193,196)
#DCC7CA
(220,199,202)
#E0CDD0
(224,205,208)
#E4D3D6
(228,211,214)
#E8D9DC
(232,217,220)
#ECDFE2
(236,223,226)
#F0E5E8
(240,229,232)
#F4EBEE
(244,235,238)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0B5B8; }

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

This text font color is #D0B5B8.

Background Color

.myBgColor { background-color: #D0B5B8; }

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

This div background color is #D0B5B8.

Border color

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

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

This div border color is #D0B5B8.

Opacity

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

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

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

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

This text has shadow with #D0B5B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0B5B8.

Preview

Color preview on black background

This text has color #D0B5B8 on black background.


Color preview on white background

This text has color #D0B5B8 on white background.


Black color preview on #D0B5B8 background

This text has black color on #D0B5B8 background.


White color preview on #D0B5B8 background

This text has white color on #D0B5B8 background.


Related colors

Complementary color

Complementary color for #hex is #2F4A47.


I love getcolorcode.com

Triadic colors

1 #B8D0B5 and #B5B8D0 with #D0B5B8 are triadic colors.

2 #B8B5D0 and #B5D0B8 with #D0B5B8 are triadic colors.