COLOR #D09987

HEX: #D09987
RGB: (208,153,135)

Color info

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

RGB color model

#D09987 color RGB value is (208,153,135).

  • red value is 208;
  • green value is 153;
  • blue value is 135.
RGB:
(208,153,135)
(82%,60%,53%)

RGB channels and saturation

R 208 of 255 = 82%
G 153 of 255 = 60%
B 135 of 255 = 53%

208
153
135

R + G + B ~ 65%. #D09987 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 153 + 135 = 496 (100%)
R 208 of 496 ~ 41.94%
G 153 of 496 ~ 30.85%
B 135 of 496 ~ 27.22%

%41.94
%30.85
%27.22

CMYK color model

#D09987 color CMYK value is (0,26,35,18).

  • cyan value is 0.00%
  • magenta value is 26.44%
  • yellow value is 35.10%
  • key color value is 18.43%
CMYK:
(0,26,35,18)
C0M26Y35K18 
(0%,26%,35%,18%)
(0.00/0.26/0.35/0.18)	

CMYK percentages

%0
%26.44
%35.1
%18.43

Codes

Color #D09987 in popluar color models

D09987
RGB208153135
HSL15°43.71%67.25%
HSB/HSV15°35.10%81.57%
CMYK0.00%26.44%35.10%
18.43%

Color #D09987 in popluar number systems.

HEXD09987
Decimal208153135
Binary110100001001100110000111
Octal320231207

Shades and tints

Shades of #D09987

#D09987
(208,153,135)
#BE8C7B
(190,140,123)
#AC7F6F
(172,127,111)
#9A7263
(154,114,99)
#886557
(136,101,87)
#76584B
(118,88,75)
#644B3F
(100,75,63)
#523E33
(82,62,51)
#403127
(64,49,39)
#2E241B
(46,36,27)
#1C170F
(28,23,15)
#000000
(0,0,0)

Tints of #D09987

#D09987
(208,153,135)
#D4A291
(212,162,145)
#D8AB9B
(216,171,155)
#DCB4A5
(220,180,165)
#E0BDAF
(224,189,175)
#E4C6B9
(228,198,185)
#E8CFC3
(232,207,195)
#ECD8CD
(236,216,205)
#F0E1D7
(240,225,215)
#F4EAE1
(244,234,225)
#F8F3EB
(248,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D09987; }

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

This text font color is #D09987.


Background Color

.myBgColor { background-color: #D09987; }

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

This div background color is #D09987.


Border color

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

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

This div border color is #D09987.


Opacity

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

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

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

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

This text has shadow with #D09987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D09987 on black background.


Color preview on white background

This text has color #D09987 on white background.



Black color preview on #D09987 background

This text has black color on #D09987 background.


White color preview on #D09987 background

This text has white color on #D09987 background.