COLOR #D09F87

HEX: #D09F87 RGB: (208,159,135)

Color info

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

RGB color model

#D09F87 color RGB value is (208,159,135).

RGB: (208,159,135) (82%, 62%, 53%)

RGB channels and saturation

R 208 of 255 = 82%
G 159 of 255 = 62%
B 135 of 255 = 53%

208
159
135

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

Portions of RGB colors in percentages

R + G + B = 208 + 159 + 135 = 502 (100%)
R 208 of 502 ~ 41.43%
G 159 of 502 ~ 31.67%
B 135 of 502 ~ 26.89'%

%41.43
%31.67
%26.89

CMYK color model

#D09F87 color CMYK value is (0,24,35,18).

  • cyan value is 0.00%
  • magenta value is 23.56%
  • yellow value is 35.10%
  • key color value is 18.43%

CMYK: (0,24,35,18)
C0M24Y35K18 (0%, 24%, 35%, 18%)
(0.00 / 0.24 / 0.35 / 0.18)

CMYK percentages

%0
%23.56
%35.1
%18.43

Codes

Color #D09F87 in popluar color models

D0 9F 87
RGB 208 159 135
HSL 20° 43.71% 67.25%
HSB/HSV 20° 35.10% 81.57%
CMYK 0.00% 23.56% 35.10%
18.43%

Color #D09F87 in popluar number systems.

HEX D0 9F 87
Decimal 208 159 135
Binary 11010000 10011111 10000111
Octal 320 237 207

Shades and tints

Shades of #D09F87

#D09F87
(208,159,135)
#BE917B
(190,145,123)
#AC836F
(172,131,111)
#9A7563
(154,117,99)
#886757
(136,103,87)
#76594B
(118,89,75)
#644B3F
(100,75,63)
#523D33
(82,61,51)
#402F27
(64,47,39)
#2E211B
(46,33,27)
#1C130F
(28,19,15)
#000000
(0,0,0)

Tints of #D09F87

#D09F87
(208,159,135)
#D4A791
(212,167,145)
#D8AF9B
(216,175,155)
#DCB7A5
(220,183,165)
#E0BFAF
(224,191,175)
#E4C7B9
(228,199,185)
#E8CFC3
(232,207,195)
#ECD7CD
(236,215,205)
#F0DFD7
(240,223,215)
#F4E7E1
(244,231,225)
#F8EFEB
(248,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09F87 color. Also use rgb(208,159,135) instead hex code.

Text Font Color

.myTextColor { color: #D09F87; }

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

This text font color is #D09F87.

Background Color

.myBgColor { background-color: #D09F87; }

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

This div background color is #D09F87.

Border color

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

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

This div border color is #D09F87.

Opacity

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

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

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

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

This text has shadow with #D09F87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D09F87.

Preview

Color preview on black background

This text has color #D09F87 on black background.


Color preview on white background

This text has color #D09F87 on white background.


Black color preview on #D09F87 background

This text has black color on #D09F87 background.


White color preview on #D09F87 background

This text has white color on #D09F87 background.


Related colors

Complementary color

Complementary color for #hex is #2F6078.


I love getcolorcode.com

Triadic colors

1 #87D09F and #9F87D0 with #D09F87 are triadic colors.

2 #879FD0 and #9FD087 with #D09F87 are triadic colors.