COLOR #D5B4AF

HEX: #D5B4AF
RGB: (213,180,175)

Color info

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

RGB color model

#D5B4AF color RGB value is (213,180,175).

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

RGB channels and saturation

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

213
180
175

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

Portions of RGB colors in percentages

R + G + B =
213 + 180 + 175 = 568 (100%)
R 213 of 568 ~ 37.5%
G 180 of 568 ~ 31.69%
B 175 of 568 ~ 30.81%

%37.5
%31.69
%30.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.49%
  • 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.49
%17.84
%16.47

Codes

Color #D5B4AF in popluar color models

D5B4AF
RGB213180175
HSL31.15%76.08%
HSB/HSV17.84%83.53%
CMYK0.00%15.49%17.84%
16.47%

Color #D5B4AF in popluar number systems.

HEXD5B4AF
Decimal213180175
Binary110101011011010010101111
Octal325264257

Shades and tints

Shades of #D5B4AF

#D5B4AF
(213,180,175)
#C2A4A0
(194,164,160)
#AF9491
(175,148,145)
#9C8482
(156,132,130)
#897473
(137,116,115)
#766464
(118,100,100)
#635455
(99,84,85)
#504446
(80,68,70)
#3D3437
(61,52,55)
#2A2428
(42,36,40)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #D5B4AF

#D5B4AF
(213,180,175)
#D8BAB6
(216,186,182)
#DBC0BD
(219,192,189)
#DEC6C4
(222,198,196)
#E1CCCB
(225,204,203)
#E4D2D2
(228,210,210)
#E7D8D9
(231,216,217)
#EADEE0
(234,222,224)
#EDE4E7
(237,228,231)
#F0EAEE
(240,234,238)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B4AF; }

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

This text font color is #D5B4AF.


Background Color

.myBgColor { background-color: #D5B4AF; }

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

This div background color is #D5B4AF.


Border color

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

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

This div border color is #D5B4AF.


Opacity

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

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

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

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

This text has shadow with #D5B4AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B4AF on black background.


Color preview on white background

This text has color #D5B4AF on white background.



Black color preview on #D5B4AF background

This text has black color on #D5B4AF background.


White color preview on #D5B4AF background

This text has white color on #D5B4AF background.