COLOR #D59F88

HEX: #D59F88 RGB: (213,159,136)

Color info

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

RGB color model

#D59F88 color RGB value is (213,159,136).

RGB: (213,159,136) (84%, 62%, 53%)

RGB channels and saturation

R 213 of 255 = 84%
G 159 of 255 = 62%
B 136 of 255 = 53%

213
159
136

R + G + B ~ 66%. #D59F88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 159 + 136 = 508 (100%)
R 213 of 508 ~ 41.93%
G 159 of 508 ~ 31.3%
B 136 of 508 ~ 26.77'%

%41.93
%31.3
%26.77

CMYK color model

#D59F88 color CMYK value is (0,25,36,16).

  • cyan value is 0.00%
  • magenta value is 25.35%
  • yellow value is 36.15%
  • key color value is 16.47%

CMYK: (0,25,36,16)
C0M25Y36K16 (0%, 25%, 36%, 16%)
(0.00 / 0.25 / 0.36 / 0.16)

CMYK percentages

%0
%25.35
%36.15
%16.47

Codes

Color #D59F88 in popluar color models

D5 9F 88
RGB 213 159 136
HSL 18° 47.83% 68.43%
HSB/HSV 18° 36.15% 83.53%
CMYK 0.00% 25.35% 36.15%
16.47%

Color #D59F88 in popluar number systems.

HEX D5 9F 88
Decimal 213 159 136
Binary 11010101 10011111 10001000
Octal 325 237 210

Shades and tints

Shades of #D59F88

#D59F88
(213,159,136)
#C2917C
(194,145,124)
#AF8370
(175,131,112)
#9C7564
(156,117,100)
#896758
(137,103,88)
#76594C
(118,89,76)
#634B40
(99,75,64)
#503D34
(80,61,52)
#3D2F28
(61,47,40)
#2A211C
(42,33,28)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #D59F88

#D59F88
(213,159,136)
#D8A792
(216,167,146)
#DBAF9C
(219,175,156)
#DEB7A6
(222,183,166)
#E1BFB0
(225,191,176)
#E4C7BA
(228,199,186)
#E7CFC4
(231,207,196)
#EAD7CE
(234,215,206)
#EDDFD8
(237,223,216)
#F0E7E2
(240,231,226)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59F88; }

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

This text font color is #D59F88.

Background Color

.myBgColor { background-color: #D59F88; }

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

This div background color is #D59F88.

Border color

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

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

This div border color is #D59F88.

Opacity

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

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

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

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

This text has shadow with #D59F88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D59F88.

Preview

Color preview on black background

This text has color #D59F88 on black background.


Color preview on white background

This text has color #D59F88 on white background.


Black color preview on #D59F88 background

This text has black color on #D59F88 background.


White color preview on #D59F88 background

This text has white color on #D59F88 background.


Related colors

Complementary color

Complementary color for #hex is #2A6077.


I love getcolorcode.com

Triadic colors

1 #88D59F and #9F88D5 with #D59F88 are triadic colors.

2 #889FD5 and #9FD588 with #D59F88 are triadic colors.