COLOR #D59FA6

HEX: #D59FA6
RGB: (213,159,166)

Color info

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

RGB color model

#D59FA6 color RGB value is (213,159,166).

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

RGB channels and saturation

R 213 of 255 = 84%
G 159 of 255 = 62%
B 166 of 255 = 65%

213
159
166

R + G + B ~ 70%. #D59FA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 159 + 166 = 538 (100%)
R 213 of 538 ~ 39.59%
G 159 of 538 ~ 29.55%
B 166 of 538 ~ 30.86%

%39.59
%29.55
%30.86

CMYK color model

#D59FA6 color CMYK value is (0,25,22,16).

  • cyan value is 0.00%
  • magenta value is 25.35%
  • yellow value is 22.07%
  • key color value is 16.47%
CMYK:
(0,25,22,16)
C0M25Y22K16 
(0%,25%,22%,16%)
(0.00/0.25/0.22/0.16)	

CMYK percentages

%0
%25.35
%22.07
%16.47

Codes

Color #D59FA6 in popluar color models

D59FA6
RGB213159166
HSL352°39.13%72.94%
HSB/HSV352°25.35%83.53%
CMYK0.00%25.35%22.07%
16.47%

Color #D59FA6 in popluar number systems.

HEXD59FA6
Decimal213159166
Binary110101011001111110100110
Octal325237246

Shades and tints

Shades of #D59FA6

#D59FA6
(213,159,166)
#C29197
(194,145,151)
#AF8388
(175,131,136)
#9C7579
(156,117,121)
#89676A
(137,103,106)
#76595B
(118,89,91)
#634B4C
(99,75,76)
#503D3D
(80,61,61)
#3D2F2E
(61,47,46)
#2A211F
(42,33,31)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #D59FA6

#D59FA6
(213,159,166)
#D8A7AE
(216,167,174)
#DBAFB6
(219,175,182)
#DEB7BE
(222,183,190)
#E1BFC6
(225,191,198)
#E4C7CE
(228,199,206)
#E7CFD6
(231,207,214)
#EAD7DE
(234,215,222)
#EDDFE6
(237,223,230)
#F0E7EE
(240,231,238)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59FA6; }

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

This text font color is #D59FA6.


Background Color

.myBgColor { background-color: #D59FA6; }

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

This div background color is #D59FA6.


Border color

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

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

This div border color is #D59FA6.


Opacity

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

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

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

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

This text has shadow with #D59FA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59FA6 on black background.


Color preview on white background

This text has color #D59FA6 on white background.



Black color preview on #D59FA6 background

This text has black color on #D59FA6 background.


White color preview on #D59FA6 background

This text has white color on #D59FA6 background.