COLOR #D59D9E

HEX: #D59D9E
RGB: (213,157,158)

Color info

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

RGB color model

#D59D9E color RGB value is (213,157,158).

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

RGB channels and saturation

R 213 of 255 = 84%
G 157 of 255 = 62%
B 158 of 255 = 62%

213
157
158

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

Portions of RGB colors in percentages

R + G + B =
213 + 157 + 158 = 528 (100%)
R 213 of 528 ~ 40.34%
G 157 of 528 ~ 29.73%
B 158 of 528 ~ 29.92%

%40.34
%29.73
%29.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.29%
  • yellow value is 25.82%
  • key color value is 16.47%
CMYK:
(0,26,26,16)
C0M26Y26K16 
(0%,26%,26%,16%)
(0.00/0.26/0.26/0.16)	

CMYK percentages

%0
%26.29
%25.82
%16.47

Codes

Color #D59D9E in popluar color models

D59D9E
RGB213157158
HSL359°40.00%72.55%
HSB/HSV359°26.29%83.53%
CMYK0.00%26.29%25.82%
16.47%

Color #D59D9E in popluar number systems.

HEXD59D9E
Decimal213157158
Binary110101011001110110011110
Octal325235236

Shades and tints

Shades of #D59D9E

#D59D9E
(213,157,158)
#C28F90
(194,143,144)
#AF8182
(175,129,130)
#9C7374
(156,115,116)
#896566
(137,101,102)
#765758
(118,87,88)
#63494A
(99,73,74)
#503B3C
(80,59,60)
#3D2D2E
(61,45,46)
#2A1F20
(42,31,32)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #D59D9E

#D59D9E
(213,157,158)
#D8A5A6
(216,165,166)
#DBADAE
(219,173,174)
#DEB5B6
(222,181,182)
#E1BDBE
(225,189,190)
#E4C5C6
(228,197,198)
#E7CDCE
(231,205,206)
#EAD5D6
(234,213,214)
#EDDDDE
(237,221,222)
#F0E5E6
(240,229,230)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59D9E; }

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

This text font color is #D59D9E.


Background Color

.myBgColor { background-color: #D59D9E; }

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

This div background color is #D59D9E.


Border color

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

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

This div border color is #D59D9E.


Opacity

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

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

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

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

This text has shadow with #D59D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59D9E on black background.


Color preview on white background

This text has color #D59D9E on white background.



Black color preview on #D59D9E background

This text has black color on #D59D9E background.


White color preview on #D59D9E background

This text has white color on #D59D9E background.