COLOR #D5B0AE

HEX: #D5B0AE
RGB: (213,176,174)

Color info

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

RGB color model

#D5B0AE color RGB value is (213,176,174).

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

RGB channels and saturation

R 213 of 255 = 84%
G 176 of 255 = 69%
B 174 of 255 = 68%

213
176
174

R + G + B ~ 74%. #D5B0AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 176 + 174 = 563 (100%)
R 213 of 563 ~ 37.83%
G 176 of 563 ~ 31.26%
B 174 of 563 ~ 30.91%

%37.83
%31.26
%30.91

CMYK color model

#D5B0AE color CMYK value is (0,17,18,16).

  • cyan value is 0.00%
  • magenta value is 17.37%
  • yellow value is 18.31%
  • key color value is 16.47%
CMYK:
(0,17,18,16)
C0M17Y18K16 
(0%,17%,18%,16%)
(0.00/0.17/0.18/0.16)	

CMYK percentages

%0
%17.37
%18.31
%16.47

Codes

Color #D5B0AE in popluar color models

D5B0AE
RGB213176174
HSL31.71%75.88%
HSB/HSV18.31%83.53%
CMYK0.00%17.37%18.31%
16.47%

Color #D5B0AE in popluar number systems.

HEXD5B0AE
Decimal213176174
Binary110101011011000010101110
Octal325260256

Shades and tints

Shades of #D5B0AE

#D5B0AE
(213,176,174)
#C2A09F
(194,160,159)
#AF9090
(175,144,144)
#9C8081
(156,128,129)
#897072
(137,112,114)
#766063
(118,96,99)
#635054
(99,80,84)
#504045
(80,64,69)
#3D3036
(61,48,54)
#2A2027
(42,32,39)
#171018
(23,16,24)
#000000
(0,0,0)

Tints of #D5B0AE

#D5B0AE
(213,176,174)
#D8B7B5
(216,183,181)
#DBBEBC
(219,190,188)
#DEC5C3
(222,197,195)
#E1CCCA
(225,204,202)
#E4D3D1
(228,211,209)
#E7DAD8
(231,218,216)
#EAE1DF
(234,225,223)
#EDE8E6
(237,232,230)
#F0EFED
(240,239,237)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B0AE; }

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

This text font color is #D5B0AE.


Background Color

.myBgColor { background-color: #D5B0AE; }

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

This div background color is #D5B0AE.


Border color

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

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

This div border color is #D5B0AE.


Opacity

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

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

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

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

This text has shadow with #D5B0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B0AE on black background.


Color preview on white background

This text has color #D5B0AE on white background.



Black color preview on #D5B0AE background

This text has black color on #D5B0AE background.


White color preview on #D5B0AE background

This text has white color on #D5B0AE background.