COLOR #D5B5AF

HEX: #D5B5AF
RGB: (213,181,175)

Color info

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

RGB color model

#D5B5AF color RGB value is (213,181,175).

  • red value is 213;
  • green value is 181;
  • blue value is 175.
RGB:
(213,181,175)
(84%,71%,69%)

RGB channels and saturation

R 213 of 255 = 84%
G 181 of 255 = 71%
B 175 of 255 = 69%

213
181
175

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

Portions of RGB colors in percentages

R + G + B =
213 + 181 + 175 = 569 (100%)
R 213 of 569 ~ 37.43%
G 181 of 569 ~ 31.81%
B 175 of 569 ~ 30.76%

%37.43
%31.81
%30.76

CMYK color model

#D5B5AF color CMYK value is (0,15,18,16).

  • cyan value is 0.00%
  • magenta value is 15.02%
  • yellow value is 17.84%
  • key color value is 16.47%
CMYK:
(0,15,18,16)
C0M15Y18K16 
(0%,15%,18%,16%)
(0.00/0.15/0.18/0.16)	

CMYK percentages

%0
%15.02
%17.84
%16.47

Codes

Color #D5B5AF in popluar color models

D5B5AF
RGB213181175
HSL31.15%76.08%
HSB/HSV17.84%83.53%
CMYK0.00%15.02%17.84%
16.47%

Color #D5B5AF in popluar number systems.

HEXD5B5AF
Decimal213181175
Binary110101011011010110101111
Octal325265257

Shades and tints

Shades of #D5B5AF

#D5B5AF
(213,181,175)
#C2A5A0
(194,165,160)
#AF9591
(175,149,145)
#9C8582
(156,133,130)
#897573
(137,117,115)
#766564
(118,101,100)
#635555
(99,85,85)
#504546
(80,69,70)
#3D3537
(61,53,55)
#2A2528
(42,37,40)
#171519
(23,21,25)
#000000
(0,0,0)

Tints of #D5B5AF

#D5B5AF
(213,181,175)
#D8BBB6
(216,187,182)
#DBC1BD
(219,193,189)
#DEC7C4
(222,199,196)
#E1CDCB
(225,205,203)
#E4D3D2
(228,211,210)
#E7D9D9
(231,217,217)
#EADFE0
(234,223,224)
#EDE5E7
(237,229,231)
#F0EBEE
(240,235,238)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B5AF color. Also use rgb(213,181,175) instead hex code.

Text Font Color

.myTextColor { color: #D5B5AF; }

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

This text font color is #D5B5AF.


Background Color

.myBgColor { background-color: #D5B5AF; }

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

This div background color is #D5B5AF.


Border color

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

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

This div border color is #D5B5AF.


Opacity

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

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

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

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

This text has shadow with #D5B5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B5AF on black background.


Color preview on white background

This text has color #D5B5AF on white background.



Black color preview on #D5B5AF background

This text has black color on #D5B5AF background.


White color preview on #D5B5AF background

This text has white color on #D5B5AF background.