COLOR #D59FAB

HEX: #D59FAB RGB: (213,159,171)

Color info

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

RGB color model

#D59FAB color RGB value is (213,159,171).

RGB: (213,159,171) (84%, 62%, 67%)

RGB channels and saturation

R 213 of 255 = 84%
G 159 of 255 = 62%
B 171 of 255 = 67%

213
159
171

R + G + B ~ 71%. #D59FAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 159 + 171 = 543 (100%)
R 213 of 543 ~ 39.23%
G 159 of 543 ~ 29.28%
B 171 of 543 ~ 31.49'%

%39.23
%29.28
%31.49

CMYK color model

#D59FAB color CMYK value is (0,25,20,16).

  • cyan value is 0.00%
  • magenta value is 25.35%
  • yellow value is 19.72%
  • key color value is 16.47%

CMYK: (0,25,20,16)
C0M25Y20K16 (0%, 25%, 20%, 16%)
(0.00 / 0.25 / 0.20 / 0.16)

CMYK percentages

%0
%25.35
%19.72
%16.47

Codes

Color #D59FAB in popluar color models

D5 9F AB
RGB 213 159 171
HSL 347° 39.13% 72.94%
HSB/HSV 347° 25.35% 83.53%
CMYK 0.00% 25.35% 19.72%
16.47%

Color #D59FAB in popluar number systems.

HEX D5 9F AB
Decimal 213 159 171
Binary 11010101 10011111 10101011
Octal 325 237 253

Shades and tints

Shades of #D59FAB

#D59FAB
(213,159,171)
#C2919C
(194,145,156)
#AF838D
(175,131,141)
#9C757E
(156,117,126)
#89676F
(137,103,111)
#765960
(118,89,96)
#634B51
(99,75,81)
#503D42
(80,61,66)
#3D2F33
(61,47,51)
#2A2124
(42,33,36)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #D59FAB

#D59FAB
(213,159,171)
#D8A7B2
(216,167,178)
#DBAFB9
(219,175,185)
#DEB7C0
(222,183,192)
#E1BFC7
(225,191,199)
#E4C7CE
(228,199,206)
#E7CFD5
(231,207,213)
#EAD7DC
(234,215,220)
#EDDFE3
(237,223,227)
#F0E7EA
(240,231,234)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59FAB; }

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

This text font color is #D59FAB.

Background Color

.myBgColor { background-color: #D59FAB; }

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

This div background color is #D59FAB.

Border color

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

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

This div border color is #D59FAB.

Opacity

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

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

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

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

This text has shadow with #D59FAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D59FAB.

Preview

Color preview on black background

This text has color #D59FAB on black background.


Color preview on white background

This text has color #D59FAB on white background.


Black color preview on #D59FAB background

This text has black color on #D59FAB background.


White color preview on #D59FAB background

This text has white color on #D59FAB background.


Related colors

Complementary color

Complementary color for #hex is #2A6054.


I love getcolorcode.com

Triadic colors

1 #ABD59F and #9FABD5 with #D59FAB are triadic colors.

2 #AB9FD5 and #9FD5AB with #D59FAB are triadic colors.