COLOR #D08981

HEX: #D08981 RGB: (208,137,129)

Color info

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

RGB color model

#D08981 color RGB value is (208,137,129).

RGB: (208,137,129) (82%, 54%, 51%)

RGB channels and saturation

R 208 of 255 = 82%
G 137 of 255 = 54%
B 129 of 255 = 51%

208
137
129

R + G + B ~ 62%. #D08981 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 137 + 129 = 474 (100%)
R 208 of 474 ~ 43.88%
G 137 of 474 ~ 28.9%
B 129 of 474 ~ 27.22'%

%43.88
%28.9
%27.22

CMYK color model

#D08981 color CMYK value is (0,34,38,18).

  • cyan value is 0.00%
  • magenta value is 34.13%
  • yellow value is 37.98%
  • key color value is 18.43%

CMYK: (0,34,38,18)
C0M34Y38K18 (0%, 34%, 38%, 18%)
(0.00 / 0.34 / 0.38 / 0.18)

CMYK percentages

%0
%34.13
%37.98
%18.43

Codes

Color #D08981 in popluar color models

D0 89 81
RGB 208 137 129
HSL 45.66% 66.08%
HSB/HSV 37.98% 81.57%
CMYK 0.00% 34.13% 37.98%
18.43%

Color #D08981 in popluar number systems.

HEX D0 89 81
Decimal 208 137 129
Binary 11010000 10001001 10000001
Octal 320 211 201

Shades and tints

Shades of #D08981

#D08981
(208,137,129)
#BE7D76
(190,125,118)
#AC716B
(172,113,107)
#9A6560
(154,101,96)
#885955
(136,89,85)
#764D4A
(118,77,74)
#64413F
(100,65,63)
#523534
(82,53,52)
#402929
(64,41,41)
#2E1D1E
(46,29,30)
#1C1113
(28,17,19)
#000000
(0,0,0)

Tints of #D08981

#D08981
(208,137,129)
#D4938C
(212,147,140)
#D89D97
(216,157,151)
#DCA7A2
(220,167,162)
#E0B1AD
(224,177,173)
#E4BBB8
(228,187,184)
#E8C5C3
(232,197,195)
#ECCFCE
(236,207,206)
#F0D9D9
(240,217,217)
#F4E3E4
(244,227,228)
#F8EDEF
(248,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D08981 color. Also use rgb(208,137,129) instead hex code.

Text Font Color

.myTextColor { color: #D08981; }

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

This text font color is #D08981.

Background Color

.myBgColor { background-color: #D08981; }

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

This div background color is #D08981.

Border color

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

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

This div border color is #D08981.

Opacity

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

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

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

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

This text has shadow with #D08981 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D08981.

Preview

Color preview on black background

This text has color #D08981 on black background.


Color preview on white background

This text has color #D08981 on white background.


Black color preview on #D08981 background

This text has black color on #D08981 background.


White color preview on #D08981 background

This text has white color on #D08981 background.


Related colors

Complementary color

Complementary color for #hex is #2F767E.


I love getcolorcode.com

Triadic colors

1 #81D089 and #8981D0 with #D08981 are triadic colors.

2 #8189D0 and #89D081 with #D08981 are triadic colors.