COLOR #D5AFA9

HEX: #D5AFA9
RGB: (213,175,169)

Color info

#D5AFA9 contains red, green and blue colors in about the same proportion. Web safe color of #D5AFA9 is #CC9999 (or #C99).

RGB color model

#D5AFA9 color RGB value is (213,175,169).

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

RGB channels and saturation

R 213 of 255 = 84%
G 175 of 255 = 69%
B 169 of 255 = 66%

213
175
169

R + G + B ~ 73%. #D5AFA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 175 + 169 = 557 (100%)
R 213 of 557 ~ 38.24%
G 175 of 557 ~ 31.42%
B 169 of 557 ~ 30.34%

%38.24
%31.42
%30.34

CMYK color model

#D5AFA9 color CMYK value is (0,18,21,16).

  • cyan value is 0.00%
  • magenta value is 17.84%
  • yellow value is 20.66%
  • key color value is 16.47%
CMYK:
(0,18,21,16)
C0M18Y21K16 
(0%,18%,21%,16%)
(0.00/0.18/0.21/0.16)	

CMYK percentages

%0
%17.84
%20.66
%16.47

Codes

Color #D5AFA9 in popluar color models

D5AFA9
RGB213175169
HSL34.38%74.90%
HSB/HSV20.66%83.53%
CMYK0.00%17.84%20.66%
16.47%

Color #D5AFA9 in popluar number systems.

HEXD5AFA9
Decimal213175169
Binary110101011010111110101001
Octal325257251

Shades and tints

Shades of #D5AFA9

#D5AFA9
(213,175,169)
#C2A09A
(194,160,154)
#AF918B
(175,145,139)
#9C827C
(156,130,124)
#89736D
(137,115,109)
#76645E
(118,100,94)
#63554F
(99,85,79)
#504640
(80,70,64)
#3D3731
(61,55,49)
#2A2822
(42,40,34)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #D5AFA9

#D5AFA9
(213,175,169)
#D8B6B0
(216,182,176)
#DBBDB7
(219,189,183)
#DEC4BE
(222,196,190)
#E1CBC5
(225,203,197)
#E4D2CC
(228,210,204)
#E7D9D3
(231,217,211)
#EAE0DA
(234,224,218)
#EDE7E1
(237,231,225)
#F0EEE8
(240,238,232)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5AFA9; }

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

This text font color is #D5AFA9.


Background Color

.myBgColor { background-color: #D5AFA9; }

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

This div background color is #D5AFA9.


Border color

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

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

This div border color is #D5AFA9.


Opacity

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

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

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

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

This text has shadow with #D5AFA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5AFA9 on black background.


Color preview on white background

This text has color #D5AFA9 on white background.



Black color preview on #D5AFA9 background

This text has black color on #D5AFA9 background.


White color preview on #D5AFA9 background

This text has white color on #D5AFA9 background.