COLOR #D5A9AB

HEX: #D5A9AB
RGB: (213,169,171)

Color info

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

RGB color model

#D5A9AB color RGB value is (213,169,171).

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

RGB channels and saturation

R 213 of 255 = 84%
G 169 of 255 = 66%
B 171 of 255 = 67%

213
169
171

R + G + B ~ 72%. #D5A9AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 169 + 171 = 553 (100%)
R 213 of 553 ~ 38.52%
G 169 of 553 ~ 30.56%
B 171 of 553 ~ 30.92%

%38.52
%30.56
%30.92

CMYK color model

#D5A9AB color CMYK value is (0,21,20,16).

  • cyan value is 0.00%
  • magenta value is 20.66%
  • yellow value is 19.72%
  • key color value is 16.47%
CMYK:
(0,21,20,16)
C0M21Y20K16 
(0%,21%,20%,16%)
(0.00/0.21/0.20/0.16)	

CMYK percentages

%0
%20.66
%19.72
%16.47

Codes

Color #D5A9AB in popluar color models

D5A9AB
RGB213169171
HSL357°34.38%74.90%
HSB/HSV357°20.66%83.53%
CMYK0.00%20.66%19.72%
16.47%

Color #D5A9AB in popluar number systems.

HEXD5A9AB
Decimal213169171
Binary110101011010100110101011
Octal325251253

Shades and tints

Shades of #D5A9AB

#D5A9AB
(213,169,171)
#C29A9C
(194,154,156)
#AF8B8D
(175,139,141)
#9C7C7E
(156,124,126)
#896D6F
(137,109,111)
#765E60
(118,94,96)
#634F51
(99,79,81)
#504042
(80,64,66)
#3D3133
(61,49,51)
#2A2224
(42,34,36)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #D5A9AB

#D5A9AB
(213,169,171)
#D8B0B2
(216,176,178)
#DBB7B9
(219,183,185)
#DEBEC0
(222,190,192)
#E1C5C7
(225,197,199)
#E4CCCE
(228,204,206)
#E7D3D5
(231,211,213)
#EADADC
(234,218,220)
#EDE1E3
(237,225,227)
#F0E8EA
(240,232,234)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5A9AB; }

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

This text font color is #D5A9AB.


Background Color

.myBgColor { background-color: #D5A9AB; }

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

This div background color is #D5A9AB.


Border color

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

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

This div border color is #D5A9AB.


Opacity

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

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

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

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

This text has shadow with #D5A9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A9AB on black background.


Color preview on white background

This text has color #D5A9AB on white background.



Black color preview on #D5A9AB background

This text has black color on #D5A9AB background.


White color preview on #D5A9AB background

This text has white color on #D5A9AB background.