COLOR #D59F96

HEX: #D59F96
RGB: (213,159,150)

Color info

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

RGB color model

#D59F96 color RGB value is (213,159,150).

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

RGB channels and saturation

R 213 of 255 = 84%
G 159 of 255 = 62%
B 150 of 255 = 59%

213
159
150

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

Portions of RGB colors in percentages

R + G + B =
213 + 159 + 150 = 522 (100%)
R 213 of 522 ~ 40.8%
G 159 of 522 ~ 30.46%
B 150 of 522 ~ 28.74%

%40.8
%30.46
%28.74

CMYK color model

#D59F96 color CMYK value is (0,25,30,16).

  • cyan value is 0.00%
  • magenta value is 25.35%
  • yellow value is 29.58%
  • key color value is 16.47%
CMYK:
(0,25,30,16)
C0M25Y30K16 
(0%,25%,30%,16%)
(0.00/0.25/0.30/0.16)	

CMYK percentages

%0
%25.35
%29.58
%16.47

Codes

Color #D59F96 in popluar color models

D59F96
RGB213159150
HSL42.86%71.18%
HSB/HSV29.58%83.53%
CMYK0.00%25.35%29.58%
16.47%

Color #D59F96 in popluar number systems.

HEXD59F96
Decimal213159150
Binary110101011001111110010110
Octal325237226

Shades and tints

Shades of #D59F96

#D59F96
(213,159,150)
#C29189
(194,145,137)
#AF837C
(175,131,124)
#9C756F
(156,117,111)
#896762
(137,103,98)
#765955
(118,89,85)
#634B48
(99,75,72)
#503D3B
(80,61,59)
#3D2F2E
(61,47,46)
#2A2121
(42,33,33)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #D59F96

#D59F96
(213,159,150)
#D8A79F
(216,167,159)
#DBAFA8
(219,175,168)
#DEB7B1
(222,183,177)
#E1BFBA
(225,191,186)
#E4C7C3
(228,199,195)
#E7CFCC
(231,207,204)
#EAD7D5
(234,215,213)
#EDDFDE
(237,223,222)
#F0E7E7
(240,231,231)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59F96; }

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

This text font color is #D59F96.


Background Color

.myBgColor { background-color: #D59F96; }

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

This div background color is #D59F96.


Border color

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

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

This div border color is #D59F96.


Opacity

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

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

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

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

This text has shadow with #D59F96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59F96 on black background.


Color preview on white background

This text has color #D59F96 on white background.



Black color preview on #D59F96 background

This text has black color on #D59F96 background.


White color preview on #D59F96 background

This text has white color on #D59F96 background.