COLOR #D0B5AB

HEX: #D0B5AB
RGB: (208,181,171)

Color info

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

RGB color model

#D0B5AB color RGB value is (208,181,171).

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

RGB channels and saturation

R 208 of 255 = 82%
G 181 of 255 = 71%
B 171 of 255 = 67%

208
181
171

R + G + B ~ 73%. #D0B5AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 181 + 171 = 560 (100%)
R 208 of 560 ~ 37.14%
G 181 of 560 ~ 32.32%
B 171 of 560 ~ 30.54%

%37.14
%32.32
%30.54

CMYK color model

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

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

CMYK percentages

%0
%12.98
%17.79
%18.43

Codes

Color #D0B5AB in popluar color models

D0B5AB
RGB208181171
HSL16°28.24%74.31%
HSB/HSV16°17.79%81.57%
CMYK0.00%12.98%17.79%
18.43%

Color #D0B5AB in popluar number systems.

HEXD0B5AB
Decimal208181171
Binary110100001011010110101011
Octal320265253

Shades and tints

Shades of #D0B5AB

#D0B5AB
(208,181,171)
#BEA59C
(190,165,156)
#AC958D
(172,149,141)
#9A857E
(154,133,126)
#88756F
(136,117,111)
#766560
(118,101,96)
#645551
(100,85,81)
#524542
(82,69,66)
#403533
(64,53,51)
#2E2524
(46,37,36)
#1C1515
(28,21,21)
#000000
(0,0,0)

Tints of #D0B5AB

#D0B5AB
(208,181,171)
#D4BBB2
(212,187,178)
#D8C1B9
(216,193,185)
#DCC7C0
(220,199,192)
#E0CDC7
(224,205,199)
#E4D3CE
(228,211,206)
#E8D9D5
(232,217,213)
#ECDFDC
(236,223,220)
#F0E5E3
(240,229,227)
#F4EBEA
(244,235,234)
#F8F1F1
(248,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0B5AB; }

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

This text font color is #D0B5AB.


Background Color

.myBgColor { background-color: #D0B5AB; }

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

This div background color is #D0B5AB.


Border color

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

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

This div border color is #D0B5AB.


Opacity

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

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

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

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

This text has shadow with #D0B5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B5AB on black background.


Color preview on white background

This text has color #D0B5AB on white background.



Black color preview on #D0B5AB background

This text has black color on #D0B5AB background.


White color preview on #D0B5AB background

This text has white color on #D0B5AB background.