COLOR #D5B0AC

HEX: #D5B0AC
RGB: (213,176,172)

Color info

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

RGB color model

#D5B0AC color RGB value is (213,176,172).

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

RGB channels and saturation

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

213
176
172

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

Portions of RGB colors in percentages

R + G + B =
213 + 176 + 172 = 561 (100%)
R 213 of 561 ~ 37.97%
G 176 of 561 ~ 31.37%
B 172 of 561 ~ 30.66%

%37.97
%31.37
%30.66

CMYK color model

#D5B0AC color CMYK value is (0,17,19,16).

  • cyan value is 0.00%
  • magenta value is 17.37%
  • yellow value is 19.25%
  • key color value is 16.47%
CMYK:
(0,17,19,16)
C0M17Y19K16 
(0%,17%,19%,16%)
(0.00/0.17/0.19/0.16)	

CMYK percentages

%0
%17.37
%19.25
%16.47

Codes

Color #D5B0AC in popluar color models

D5B0AC
RGB213176172
HSL32.80%75.49%
HSB/HSV19.25%83.53%
CMYK0.00%17.37%19.25%
16.47%

Color #D5B0AC in popluar number systems.

HEXD5B0AC
Decimal213176172
Binary110101011011000010101100
Octal325260254

Shades and tints

Shades of #D5B0AC

#D5B0AC
(213,176,172)
#C2A09D
(194,160,157)
#AF908E
(175,144,142)
#9C807F
(156,128,127)
#897070
(137,112,112)
#766061
(118,96,97)
#635052
(99,80,82)
#504043
(80,64,67)
#3D3034
(61,48,52)
#2A2025
(42,32,37)
#171016
(23,16,22)
#000000
(0,0,0)

Tints of #D5B0AC

#D5B0AC
(213,176,172)
#D8B7B3
(216,183,179)
#DBBEBA
(219,190,186)
#DEC5C1
(222,197,193)
#E1CCC8
(225,204,200)
#E4D3CF
(228,211,207)
#E7DAD6
(231,218,214)
#EAE1DD
(234,225,221)
#EDE8E4
(237,232,228)
#F0EFEB
(240,239,235)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B0AC; }

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

This text font color is #D5B0AC.


Background Color

.myBgColor { background-color: #D5B0AC; }

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

This div background color is #D5B0AC.


Border color

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

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

This div border color is #D5B0AC.


Opacity

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

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

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

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

This text has shadow with #D5B0AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B0AC on black background.


Color preview on white background

This text has color #D5B0AC on white background.



Black color preview on #D5B0AC background

This text has black color on #D5B0AC background.


White color preview on #D5B0AC background

This text has white color on #D5B0AC background.