COLOR #D59993

HEX: #D59993
RGB: (213,153,147)

Color info

#D59993 contains mainly red color. Web safe color of #D59993 is #CC9999 (or #C99).

RGB color model

#D59993 color RGB value is (213,153,147).

  • red value is 213;
  • green value is 153;
  • blue value is 147.
RGB:
(213,153,147)
(84%,60%,58%)

RGB channels and saturation

R 213 of 255 = 84%
G 153 of 255 = 60%
B 147 of 255 = 58%

213
153
147

R + G + B ~ 67%. #D59993 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 153 + 147 = 513 (100%)
R 213 of 513 ~ 41.52%
G 153 of 513 ~ 29.82%
B 147 of 513 ~ 28.65%

%41.52
%29.82
%28.65

CMYK color model

#D59993 color CMYK value is (0,28,31,16).

  • cyan value is 0.00%
  • magenta value is 28.17%
  • yellow value is 30.99%
  • key color value is 16.47%
CMYK:
(0,28,31,16)
C0M28Y31K16 
(0%,28%,31%,16%)
(0.00/0.28/0.31/0.16)	

CMYK percentages

%0
%28.17
%30.99
%16.47

Codes

Color #D59993 in popluar color models

D59993
RGB213153147
HSL44.00%70.59%
HSB/HSV30.99%83.53%
CMYK0.00%28.17%30.99%
16.47%

Color #D59993 in popluar number systems.

HEXD59993
Decimal213153147
Binary110101011001100110010011
Octal325231223

Shades and tints

Shades of #D59993

#D59993
(213,153,147)
#C28C86
(194,140,134)
#AF7F79
(175,127,121)
#9C726C
(156,114,108)
#89655F
(137,101,95)
#765852
(118,88,82)
#634B45
(99,75,69)
#503E38
(80,62,56)
#3D312B
(61,49,43)
#2A241E
(42,36,30)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #D59993

#D59993
(213,153,147)
#D8A29C
(216,162,156)
#DBABA5
(219,171,165)
#DEB4AE
(222,180,174)
#E1BDB7
(225,189,183)
#E4C6C0
(228,198,192)
#E7CFC9
(231,207,201)
#EAD8D2
(234,216,210)
#EDE1DB
(237,225,219)
#F0EAE4
(240,234,228)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59993 color. Also use rgb(213,153,147) instead hex code.

Text Font Color

.myTextColor { color: #D59993; }

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

This text font color is #D59993.


Background Color

.myBgColor { background-color: #D59993; }

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

This div background color is #D59993.


Border color

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

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

This div border color is #D59993.


Opacity

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

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

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

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

This text has shadow with #D59993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59993 on black background.


Color preview on white background

This text has color #D59993 on white background.



Black color preview on #D59993 background

This text has black color on #D59993 background.


White color preview on #D59993 background

This text has white color on #D59993 background.