COLOR #D5B0AB

HEX: #D5B0AB
RGB: (213,176,171)

Color info

#D5B0AB contains red, green and blue colors in about the same proportion. Web safe color of #D5B0AB is #CC9999 (or #C99).

RGB color model

#D5B0AB color RGB value is (213,176,171).

  • red value is 213;
  • green value is 176;
  • blue value is 171.
RGB:
(213,176,171)
(84%,69%,67%)

RGB channels and saturation

R 213 of 255 = 84%
G 176 of 255 = 69%
B 171 of 255 = 67%

213
176
171

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

Portions of RGB colors in percentages

R + G + B =
213 + 176 + 171 = 560 (100%)
R 213 of 560 ~ 38.04%
G 176 of 560 ~ 31.43%
B 171 of 560 ~ 30.54%

%38.04
%31.43
%30.54

CMYK color model

#D5B0AB color CMYK value is (0,17,20,16).

  • cyan value is 0.00%
  • magenta value is 17.37%
  • yellow value is 19.72%
  • key color value is 16.47%
CMYK:
(0,17,20,16)
C0M17Y20K16 
(0%,17%,20%,16%)
(0.00/0.17/0.20/0.16)	

CMYK percentages

%0
%17.37
%19.72
%16.47

Codes

Color #D5B0AB in popluar color models

D5B0AB
RGB213176171
HSL33.33%75.29%
HSB/HSV19.72%83.53%
CMYK0.00%17.37%19.72%
16.47%

Color #D5B0AB in popluar number systems.

HEXD5B0AB
Decimal213176171
Binary110101011011000010101011
Octal325260253

Shades and tints

Shades of #D5B0AB

#D5B0AB
(213,176,171)
#C2A09C
(194,160,156)
#AF908D
(175,144,141)
#9C807E
(156,128,126)
#89706F
(137,112,111)
#766060
(118,96,96)
#635051
(99,80,81)
#504042
(80,64,66)
#3D3033
(61,48,51)
#2A2024
(42,32,36)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #D5B0AB

#D5B0AB
(213,176,171)
#D8B7B2
(216,183,178)
#DBBEB9
(219,190,185)
#DEC5C0
(222,197,192)
#E1CCC7
(225,204,199)
#E4D3CE
(228,211,206)
#E7DAD5
(231,218,213)
#EAE1DC
(234,225,220)
#EDE8E3
(237,232,227)
#F0EFEA
(240,239,234)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B0AB color. Also use rgb(213,176,171) instead hex code.

Text Font Color

.myTextColor { color: #D5B0AB; }

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

This text font color is #D5B0AB.


Background Color

.myBgColor { background-color: #D5B0AB; }

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

This div background color is #D5B0AB.


Border color

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

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

This div border color is #D5B0AB.


Opacity

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

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

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

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

This text has shadow with #D5B0AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B0AB on black background.


Color preview on white background

This text has color #D5B0AB on white background.



Black color preview on #D5B0AB background

This text has black color on #D5B0AB background.


White color preview on #D5B0AB background

This text has white color on #D5B0AB background.