COLOR #D5B8AE

HEX: #D5B8AE
RGB: (213,184,174)

Color info

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

RGB color model

#D5B8AE color RGB value is (213,184,174).

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

RGB channels and saturation

R 213 of 255 = 84%
G 184 of 255 = 72%
B 174 of 255 = 68%

213
184
174

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

Portions of RGB colors in percentages

R + G + B =
213 + 184 + 174 = 571 (100%)
R 213 of 571 ~ 37.3%
G 184 of 571 ~ 32.22%
B 174 of 571 ~ 30.47%

%37.3
%32.22
%30.47

CMYK color model

#D5B8AE color CMYK value is (0,14,18,16).

  • cyan value is 0.00%
  • magenta value is 13.62%
  • yellow value is 18.31%
  • key color value is 16.47%
CMYK:
(0,14,18,16)
C0M14Y18K16 
(0%,14%,18%,16%)
(0.00/0.14/0.18/0.16)	

CMYK percentages

%0
%13.62
%18.31
%16.47

Codes

Color #D5B8AE in popluar color models

D5B8AE
RGB213184174
HSL15°31.71%75.88%
HSB/HSV15°18.31%83.53%
CMYK0.00%13.62%18.31%
16.47%

Color #D5B8AE in popluar number systems.

HEXD5B8AE
Decimal213184174
Binary110101011011100010101110
Octal325270256

Shades and tints

Shades of #D5B8AE

#D5B8AE
(213,184,174)
#C2A89F
(194,168,159)
#AF9890
(175,152,144)
#9C8881
(156,136,129)
#897872
(137,120,114)
#766863
(118,104,99)
#635854
(99,88,84)
#504845
(80,72,69)
#3D3836
(61,56,54)
#2A2827
(42,40,39)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #D5B8AE

#D5B8AE
(213,184,174)
#D8BEB5
(216,190,181)
#DBC4BC
(219,196,188)
#DECAC3
(222,202,195)
#E1D0CA
(225,208,202)
#E4D6D1
(228,214,209)
#E7DCD8
(231,220,216)
#EAE2DF
(234,226,223)
#EDE8E6
(237,232,230)
#F0EEED
(240,238,237)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B8AE; }

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

This text font color is #D5B8AE.


Background Color

.myBgColor { background-color: #D5B8AE; }

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

This div background color is #D5B8AE.


Border color

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

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

This div border color is #D5B8AE.


Opacity

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

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

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

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

This text has shadow with #D5B8AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B8AE on black background.


Color preview on white background

This text has color #D5B8AE on white background.



Black color preview on #D5B8AE background

This text has black color on #D5B8AE background.


White color preview on #D5B8AE background

This text has white color on #D5B8AE background.