COLOR #D5B8A6

HEX: #D5B8A6
RGB: (213,184,166)

Color info

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

RGB color model

#D5B8A6 color RGB value is (213,184,166).

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

RGB channels and saturation

R 213 of 255 = 84%
G 184 of 255 = 72%
B 166 of 255 = 65%

213
184
166

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

Portions of RGB colors in percentages

R + G + B =
213 + 184 + 166 = 563 (100%)
R 213 of 563 ~ 37.83%
G 184 of 563 ~ 32.68%
B 166 of 563 ~ 29.48%

%37.83
%32.68
%29.48

CMYK color model

#D5B8A6 color CMYK value is (0,14,22,16).

  • cyan value is 0.00%
  • magenta value is 13.62%
  • yellow value is 22.07%
  • key color value is 16.47%
CMYK:
(0,14,22,16)
C0M14Y22K16 
(0%,14%,22%,16%)
(0.00/0.14/0.22/0.16)	

CMYK percentages

%0
%13.62
%22.07
%16.47

Codes

Color #D5B8A6 in popluar color models

D5B8A6
RGB213184166
HSL23°35.88%74.31%
HSB/HSV23°22.07%83.53%
CMYK0.00%13.62%22.07%
16.47%

Color #D5B8A6 in popluar number systems.

HEXD5B8A6
Decimal213184166
Binary110101011011100010100110
Octal325270246

Shades and tints

Shades of #D5B8A6

#D5B8A6
(213,184,166)
#C2A897
(194,168,151)
#AF9888
(175,152,136)
#9C8879
(156,136,121)
#89786A
(137,120,106)
#76685B
(118,104,91)
#63584C
(99,88,76)
#50483D
(80,72,61)
#3D382E
(61,56,46)
#2A281F
(42,40,31)
#171810
(23,24,16)
#000000
(0,0,0)

Tints of #D5B8A6

#D5B8A6
(213,184,166)
#D8BEAE
(216,190,174)
#DBC4B6
(219,196,182)
#DECABE
(222,202,190)
#E1D0C6
(225,208,198)
#E4D6CE
(228,214,206)
#E7DCD6
(231,220,214)
#EAE2DE
(234,226,222)
#EDE8E6
(237,232,230)
#F0EEEE
(240,238,238)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B8A6; }

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

This text font color is #D5B8A6.


Background Color

.myBgColor { background-color: #D5B8A6; }

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

This div background color is #D5B8A6.


Border color

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

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

This div border color is #D5B8A6.


Opacity

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

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

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

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

This text has shadow with #D5B8A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B8A6 on black background.


Color preview on white background

This text has color #D5B8A6 on white background.



Black color preview on #D5B8A6 background

This text has black color on #D5B8A6 background.


White color preview on #D5B8A6 background

This text has white color on #D5B8A6 background.