COLOR #D59AA0

HEX: #D59AA0 RGB: (213,154,160)

Color info

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

RGB color model

#D59AA0 color RGB value is (213,154,160).

RGB: (213,154,160) (84%, 60%, 63%)

RGB channels and saturation

R 213 of 255 = 84%
G 154 of 255 = 60%
B 160 of 255 = 63%

213
154
160

R + G + B ~ 69%. #D59AA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 154 + 160 = 527 (100%)
R 213 of 527 ~ 40.42%
G 154 of 527 ~ 29.22%
B 160 of 527 ~ 30.36'%

%40.42
%29.22
%30.36

CMYK color model

#D59AA0 color CMYK value is (0,28,25,16).

  • cyan value is 0.00%
  • magenta value is 27.70%
  • yellow value is 24.88%
  • key color value is 16.47%

CMYK: (0,28,25,16)
C0M28Y25K16 (0%, 28%, 25%, 16%)
(0.00 / 0.28 / 0.25 / 0.16)

CMYK percentages

%0
%27.7
%24.88
%16.47

Codes

Color #D59AA0 in popluar color models

D5 9A A0
RGB 213 154 160
HSL 354° 41.26% 71.96%
HSB/HSV 354° 27.70% 83.53%
CMYK 0.00% 27.70% 24.88%
16.47%

Color #D59AA0 in popluar number systems.

HEX D5 9A A0
Decimal 213 154 160
Binary 11010101 10011010 10100000
Octal 325 232 240

Shades and tints

Shades of #D59AA0

#D59AA0
(213,154,160)
#C28C92
(194,140,146)
#AF7E84
(175,126,132)
#9C7076
(156,112,118)
#896268
(137,98,104)
#76545A
(118,84,90)
#63464C
(99,70,76)
#50383E
(80,56,62)
#3D2A30
(61,42,48)
#2A1C22
(42,28,34)
#170E14
(23,14,20)
#000000
(0,0,0)

Tints of #D59AA0

#D59AA0
(213,154,160)
#D8A3A8
(216,163,168)
#DBACB0
(219,172,176)
#DEB5B8
(222,181,184)
#E1BEC0
(225,190,192)
#E4C7C8
(228,199,200)
#E7D0D0
(231,208,208)
#EAD9D8
(234,217,216)
#EDE2E0
(237,226,224)
#F0EBE8
(240,235,232)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59AA0 color. Also use rgb(213,154,160) instead hex code.

Text Font Color

.myTextColor { color: #D59AA0; }

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

This text font color is #D59AA0.

Background Color

.myBgColor { background-color: #D59AA0; }

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

This div background color is #D59AA0.

Border color

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

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

This div border color is #D59AA0.

Opacity

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

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

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

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

This text has shadow with #D59AA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D59AA0.

Preview

Color preview on black background

This text has color #D59AA0 on black background.


Color preview on white background

This text has color #D59AA0 on white background.


Black color preview on #D59AA0 background

This text has black color on #D59AA0 background.


White color preview on #D59AA0 background

This text has white color on #D59AA0 background.


Related colors

Complementary color

Complementary color for #hex is #2A655F.


I love getcolorcode.com

Triadic colors

1 #A0D59A and #9AA0D5 with #D59AA0 are triadic colors.

2 #A09AD5 and #9AD5A0 with #D59AA0 are triadic colors.