COLOR #D5B6AD

HEX: #D5B6AD
RGB: (213,182,173)

Color info

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

RGB color model

#D5B6AD color RGB value is (213,182,173).

  • red value is 213;
  • green value is 182;
  • blue value is 173.
RGB:
(213,182,173)
(84%,71%,68%)

RGB channels and saturation

R 213 of 255 = 84%
G 182 of 255 = 71%
B 173 of 255 = 68%

213
182
173

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

Portions of RGB colors in percentages

R + G + B =
213 + 182 + 173 = 568 (100%)
R 213 of 568 ~ 37.5%
G 182 of 568 ~ 32.04%
B 173 of 568 ~ 30.46%

%37.5
%32.04
%30.46

CMYK color model

#D5B6AD color CMYK value is (0,15,19,16).

  • cyan value is 0.00%
  • magenta value is 14.55%
  • yellow value is 18.78%
  • key color value is 16.47%
CMYK:
(0,15,19,16)
C0M15Y19K16 
(0%,15%,19%,16%)
(0.00/0.15/0.19/0.16)	

CMYK percentages

%0
%14.55
%18.78
%16.47

Codes

Color #D5B6AD in popluar color models

D5B6AD
RGB213182173
HSL14°32.26%75.69%
HSB/HSV14°18.78%83.53%
CMYK0.00%14.55%18.78%
16.47%

Color #D5B6AD in popluar number systems.

HEXD5B6AD
Decimal213182173
Binary110101011011011010101101
Octal325266255

Shades and tints

Shades of #D5B6AD

#D5B6AD
(213,182,173)
#C2A69E
(194,166,158)
#AF968F
(175,150,143)
#9C8680
(156,134,128)
#897671
(137,118,113)
#766662
(118,102,98)
#635653
(99,86,83)
#504644
(80,70,68)
#3D3635
(61,54,53)
#2A2626
(42,38,38)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #D5B6AD

#D5B6AD
(213,182,173)
#D8BCB4
(216,188,180)
#DBC2BB
(219,194,187)
#DEC8C2
(222,200,194)
#E1CEC9
(225,206,201)
#E4D4D0
(228,212,208)
#E7DAD7
(231,218,215)
#EAE0DE
(234,224,222)
#EDE6E5
(237,230,229)
#F0ECEC
(240,236,236)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B6AD color. Also use rgb(213,182,173) instead hex code.

Text Font Color

.myTextColor { color: #D5B6AD; }

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

This text font color is #D5B6AD.


Background Color

.myBgColor { background-color: #D5B6AD; }

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

This div background color is #D5B6AD.


Border color

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

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

This div border color is #D5B6AD.


Opacity

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

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

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

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

This text has shadow with #D5B6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B6AD on black background.


Color preview on white background

This text has color #D5B6AD on white background.



Black color preview on #D5B6AD background

This text has black color on #D5B6AD background.


White color preview on #D5B6AD background

This text has white color on #D5B6AD background.