COLOR #D89C80

HEX: #D89C80 RGB: (216,156,128)

Color info

#D89C80 contains mainly red color. Web safe color of #D89C80 is #CC9966 (or #C96).

RGB color model

#D89C80 color RGB value is (216,156,128).

RGB: (216,156,128) (85%, 61%, 50%)

RGB channels and saturation

R 216 of 255 = 85%
G 156 of 255 = 61%
B 128 of 255 = 50%

216
156
128

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

Portions of RGB colors in percentages

R + G + B = 216 + 156 + 128 = 500 (100%)
R 216 of 500 ~ 43.2%
G 156 of 500 ~ 31.2%
B 128 of 500 ~ 25.6'%

%43.2
%31.2
%25.6

CMYK color model

#D89C80 color CMYK value is (0,28,41,15).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 40.74%
  • key color value is 15.29%

CMYK: (0,28,41,15)
C0M28Y41K15 (0%, 28%, 41%, 15%)
(0.00 / 0.28 / 0.41 / 0.15)

CMYK percentages

%0
%27.78
%40.74
%15.29

Codes

Color #D89C80 in popluar color models

D8 9C 80
RGB 216 156 128
HSL 19° 53.01% 67.45%
HSB/HSV 19° 40.74% 84.71%
CMYK 0.00% 27.78% 40.74%
15.29%

Color #D89C80 in popluar number systems.

HEX D8 9C 80
Decimal 216 156 128
Binary 11011000 10011100 10000000
Octal 330 234 200

Shades and tints

Shades of #D89C80

#D89C80
(216,156,128)
#C58E75
(197,142,117)
#B2806A
(178,128,106)
#9F725F
(159,114,95)
#8C6454
(140,100,84)
#795649
(121,86,73)
#66483E
(102,72,62)
#533A33
(83,58,51)
#402C28
(64,44,40)
#2D1E1D
(45,30,29)
#1A1012
(26,16,18)
#000000
(0,0,0)

Tints of #D89C80

#D89C80
(216,156,128)
#DBA58B
(219,165,139)
#DEAE96
(222,174,150)
#E1B7A1
(225,183,161)
#E4C0AC
(228,192,172)
#E7C9B7
(231,201,183)
#EAD2C2
(234,210,194)
#EDDBCD
(237,219,205)
#F0E4D8
(240,228,216)
#F3EDE3
(243,237,227)
#F6F6EE
(246,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D89C80 color. Also use rgb(216,156,128) instead hex code.

Text Font Color

.myTextColor { color: #D89C80; }

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

This text font color is #D89C80.

Background Color

.myBgColor { background-color: #D89C80; }

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

This div background color is #D89C80.

Border color

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

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

This div border color is #D89C80.

Opacity

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

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

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

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

This text has shadow with #D89C80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D89C80.

Preview

Color preview on black background

This text has color #D89C80 on black background.


Color preview on white background

This text has color #D89C80 on white background.


Black color preview on #D89C80 background

This text has black color on #D89C80 background.


White color preview on #D89C80 background

This text has white color on #D89C80 background.


Related colors

Complementary color

Complementary color for #hex is #27637F.


I love getcolorcode.com

Triadic colors

1 #80D89C and #9C80D8 with #D89C80 are triadic colors.

2 #809CD8 and #9CD880 with #D89C80 are triadic colors.