COLOR #D89882

HEX: #D89882 RGB: (216,152,130)

Color info

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

RGB color model

#D89882 color RGB value is (216,152,130).

RGB: (216,152,130) (85%, 60%, 51%)

RGB channels and saturation

R 216 of 255 = 85%
G 152 of 255 = 60%
B 130 of 255 = 51%

216
152
130

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

Portions of RGB colors in percentages

R + G + B = 216 + 152 + 130 = 498 (100%)
R 216 of 498 ~ 43.37%
G 152 of 498 ~ 30.52%
B 130 of 498 ~ 26.1'%

%43.37
%30.52
%26.1

CMYK color model

#D89882 color CMYK value is (0,30,40,15).

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 39.81%
  • key color value is 15.29%

CMYK: (0,30,40,15)
C0M30Y40K15 (0%, 30%, 40%, 15%)
(0.00 / 0.30 / 0.40 / 0.15)

CMYK percentages

%0
%29.63
%39.81
%15.29

Codes

Color #D89882 in popluar color models

D8 98 82
RGB 216 152 130
HSL 15° 52.44% 67.84%
HSB/HSV 15° 39.81% 84.71%
CMYK 0.00% 29.63% 39.81%
15.29%

Color #D89882 in popluar number systems.

HEX D8 98 82
Decimal 216 152 130
Binary 11011000 10011000 10000010
Octal 330 230 202

Shades and tints

Shades of #D89882

#D89882
(216,152,130)
#C58B77
(197,139,119)
#B27E6C
(178,126,108)
#9F7161
(159,113,97)
#8C6456
(140,100,86)
#79574B
(121,87,75)
#664A40
(102,74,64)
#533D35
(83,61,53)
#40302A
(64,48,42)
#2D231F
(45,35,31)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #D89882

#D89882
(216,152,130)
#DBA18D
(219,161,141)
#DEAA98
(222,170,152)
#E1B3A3
(225,179,163)
#E4BCAE
(228,188,174)
#E7C5B9
(231,197,185)
#EACEC4
(234,206,196)
#EDD7CF
(237,215,207)
#F0E0DA
(240,224,218)
#F3E9E5
(243,233,229)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D89882 color. Also use rgb(216,152,130) instead hex code.

Text Font Color

.myTextColor { color: #D89882; }

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

This text font color is #D89882.

Background Color

.myBgColor { background-color: #D89882; }

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

This div background color is #D89882.

Border color

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

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

This div border color is #D89882.

Opacity

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

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

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

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

This text has shadow with #D89882 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D89882.

Preview

Color preview on black background

This text has color #D89882 on black background.


Color preview on white background

This text has color #D89882 on white background.


Black color preview on #D89882 background

This text has black color on #D89882 background.


White color preview on #D89882 background

This text has white color on #D89882 background.


Related colors

Complementary color

Complementary color for #hex is #27677D.


I love getcolorcode.com

Triadic colors

1 #82D898 and #9882D8 with #D89882 are triadic colors.

2 #8298D8 and #98D882 with #D89882 are triadic colors.