COLOR #D59D94

HEX: #D59D94
RGB: (213,157,148)

Color info

#D59D94 contains mainly red and green colors. Web safe color of #D59D94 is #CC9999 (or #C99).

RGB color model

#D59D94 color RGB value is (213,157,148).

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

RGB channels and saturation

R 213 of 255 = 84%
G 157 of 255 = 62%
B 148 of 255 = 58%

213
157
148

R + G + B ~ 68%. #D59D94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 157 + 148 = 518 (100%)
R 213 of 518 ~ 41.12%
G 157 of 518 ~ 30.31%
B 148 of 518 ~ 28.57%

%41.12
%30.31
%28.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.29%
  • yellow value is 30.52%
  • key color value is 16.47%
CMYK:
(0,26,31,16)
C0M26Y31K16 
(0%,26%,31%,16%)
(0.00/0.26/0.31/0.16)	

CMYK percentages

%0
%26.29
%30.52
%16.47

Codes

Color #D59D94 in popluar color models

D59D94
RGB213157148
HSL43.62%70.78%
HSB/HSV30.52%83.53%
CMYK0.00%26.29%30.52%
16.47%

Color #D59D94 in popluar number systems.

HEXD59D94
Decimal213157148
Binary110101011001110110010100
Octal325235224

Shades and tints

Shades of #D59D94

#D59D94
(213,157,148)
#C28F87
(194,143,135)
#AF817A
(175,129,122)
#9C736D
(156,115,109)
#896560
(137,101,96)
#765753
(118,87,83)
#634946
(99,73,70)
#503B39
(80,59,57)
#3D2D2C
(61,45,44)
#2A1F1F
(42,31,31)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #D59D94

#D59D94
(213,157,148)
#D8A59D
(216,165,157)
#DBADA6
(219,173,166)
#DEB5AF
(222,181,175)
#E1BDB8
(225,189,184)
#E4C5C1
(228,197,193)
#E7CDCA
(231,205,202)
#EAD5D3
(234,213,211)
#EDDDDC
(237,221,220)
#F0E5E5
(240,229,229)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59D94; }

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

This text font color is #D59D94.


Background Color

.myBgColor { background-color: #D59D94; }

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

This div background color is #D59D94.


Border color

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

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

This div border color is #D59D94.


Opacity

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

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

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

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

This text has shadow with #D59D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59D94 on black background.


Color preview on white background

This text has color #D59D94 on white background.



Black color preview on #D59D94 background

This text has black color on #D59D94 background.


White color preview on #D59D94 background

This text has white color on #D59D94 background.