COLOR #D59FAA

HEX: #D59FAA
RGB: (213,159,170)

Color info

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

RGB color model

#D59FAA color RGB value is (213,159,170).

  • red value is 213;
  • green value is 159;
  • blue value is 170.
RGB:
(213,159,170)
(84%,62%,67%)

RGB channels and saturation

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

213
159
170

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

Portions of RGB colors in percentages

R + G + B =
213 + 159 + 170 = 542 (100%)
R 213 of 542 ~ 39.3%
G 159 of 542 ~ 29.34%
B 170 of 542 ~ 31.37%

%39.3
%29.34
%31.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.35%
  • yellow value is 20.19%
  • 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
%20.19
%16.47

Codes

Color #D59FAA in popluar color models

D59FAA
RGB213159170
HSL348°39.13%72.94%
HSB/HSV348°25.35%83.53%
CMYK0.00%25.35%20.19%
16.47%

Color #D59FAA in popluar number systems.

HEXD59FAA
Decimal213159170
Binary110101011001111110101010
Octal325237252

Shades and tints

Shades of #D59FAA

#D59FAA
(213,159,170)
#C2919B
(194,145,155)
#AF838C
(175,131,140)
#9C757D
(156,117,125)
#89676E
(137,103,110)
#76595F
(118,89,95)
#634B50
(99,75,80)
#503D41
(80,61,65)
#3D2F32
(61,47,50)
#2A2123
(42,33,35)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #D59FAA

#D59FAA
(213,159,170)
#D8A7B1
(216,167,177)
#DBAFB8
(219,175,184)
#DEB7BF
(222,183,191)
#E1BFC6
(225,191,198)
#E4C7CD
(228,199,205)
#E7CFD4
(231,207,212)
#EAD7DB
(234,215,219)
#EDDFE2
(237,223,226)
#F0E7E9
(240,231,233)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59FAA; }

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

This text font color is #D59FAA.


Background Color

.myBgColor { background-color: #D59FAA; }

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

This div background color is #D59FAA.


Border color

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

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

This div border color is #D59FAA.


Opacity

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

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

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

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

This text has shadow with #D59FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59FAA on black background.


Color preview on white background

This text has color #D59FAA on white background.



Black color preview on #D59FAA background

This text has black color on #D59FAA background.


White color preview on #D59FAA background

This text has white color on #D59FAA background.