COLOR #D59DA9

HEX: #D59DA9
RGB: (213,157,169)

Color info

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

RGB color model

#D59DA9 color RGB value is (213,157,169).

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

RGB channels and saturation

R 213 of 255 = 84%
G 157 of 255 = 62%
B 169 of 255 = 66%

213
157
169

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

Portions of RGB colors in percentages

R + G + B =
213 + 157 + 169 = 539 (100%)
R 213 of 539 ~ 39.52%
G 157 of 539 ~ 29.13%
B 169 of 539 ~ 31.35%

%39.52
%29.13
%31.35

CMYK color model

#D59DA9 color CMYK value is (0,26,21,16).

  • cyan value is 0.00%
  • magenta value is 26.29%
  • yellow value is 20.66%
  • key color value is 16.47%
CMYK:
(0,26,21,16)
C0M26Y21K16 
(0%,26%,21%,16%)
(0.00/0.26/0.21/0.16)	

CMYK percentages

%0
%26.29
%20.66
%16.47

Codes

Color #D59DA9 in popluar color models

D59DA9
RGB213157169
HSL347°40.00%72.55%
HSB/HSV347°26.29%83.53%
CMYK0.00%26.29%20.66%
16.47%

Color #D59DA9 in popluar number systems.

HEXD59DA9
Decimal213157169
Binary110101011001110110101001
Octal325235251

Shades and tints

Shades of #D59DA9

#D59DA9
(213,157,169)
#C28F9A
(194,143,154)
#AF818B
(175,129,139)
#9C737C
(156,115,124)
#89656D
(137,101,109)
#76575E
(118,87,94)
#63494F
(99,73,79)
#503B40
(80,59,64)
#3D2D31
(61,45,49)
#2A1F22
(42,31,34)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #D59DA9

#D59DA9
(213,157,169)
#D8A5B0
(216,165,176)
#DBADB7
(219,173,183)
#DEB5BE
(222,181,190)
#E1BDC5
(225,189,197)
#E4C5CC
(228,197,204)
#E7CDD3
(231,205,211)
#EAD5DA
(234,213,218)
#EDDDE1
(237,221,225)
#F0E5E8
(240,229,232)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59DA9; }

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

This text font color is #D59DA9.


Background Color

.myBgColor { background-color: #D59DA9; }

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

This div background color is #D59DA9.


Border color

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

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

This div border color is #D59DA9.


Opacity

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

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

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

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

This text has shadow with #D59DA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59DA9 on black background.


Color preview on white background

This text has color #D59DA9 on white background.



Black color preview on #D59DA9 background

This text has black color on #D59DA9 background.


White color preview on #D59DA9 background

This text has white color on #D59DA9 background.