COLOR #D89E9D

HEX: #D89E9D RGB: (216,158,157)

Color info

#D89E9D contains red, green and blue colors in about the same proportion. Web safe color of #D89E9D is #CC9999 (or #C99).

RGB color model

#D89E9D color RGB value is (216,158,157).

RGB: (216,158,157) (85%, 62%, 62%)

RGB channels and saturation

R 216 of 255 = 85%
G 158 of 255 = 62%
B 157 of 255 = 62%

216
158
157

R + G + B ~ 70%. #D89E9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 158 + 157 = 531 (100%)
R 216 of 531 ~ 40.68%
G 158 of 531 ~ 29.76%
B 157 of 531 ~ 29.57'%

%40.68
%29.76
%29.57

CMYK color model

#D89E9D color CMYK value is (0,27,27,15).

  • cyan value is 0.00%
  • magenta value is 26.85%
  • yellow value is 27.31%
  • key color value is 15.29%
CMYK: (0,27,27,15) C0M27Y27K15 (0%,27%,27%,15%) (0.00/0.27/0.27/0.15) 

CMYK percentages

%0
%26.85
%27.31
%15.29

Codes

Color #D89E9D in popluar color models

D8 9E 9D
RGB 216 158 157
HSL 43.07% 73.14%
HSB/HSV 27.31% 84.71%
CMYK 0.00% 26.85% 27.31%
15.29%

Color #D89E9D in popluar number systems.

HEX D8 9E 9D
Decimal 216 158 157
Binary 11011000 10011110 10011101
Octal 330 236 235

Shades and tints

Shades of #D89E9D

#D89E9D
(216,158,157)
#C5908F
(197,144,143)
#B28281
(178,130,129)
#9F7473
(159,116,115)
#8C6665
(140,102,101)
#795857
(121,88,87)
#664A49
(102,74,73)
#533C3B
(83,60,59)
#402E2D
(64,46,45)
#2D201F
(45,32,31)
#1A1211
(26,18,17)
#000000
(0,0,0)

Tints of #D89E9D

#D89E9D
(216,158,157)
#DBA6A5
(219,166,165)
#DEAEAD
(222,174,173)
#E1B6B5
(225,182,181)
#E4BEBD
(228,190,189)
#E7C6C5
(231,198,197)
#EACECD
(234,206,205)
#EDD6D5
(237,214,213)
#F0DEDD
(240,222,221)
#F3E6E5
(243,230,229)
#F6EEED
(246,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D89E9D color. Also use rgb(216,158,157) instead hex code.

Text Font Color

.myTextColor { color: #D89E9D; }

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

This text font color is #D89E9D.

Background Color

.myBgColor { background-color: #D89E9D; }

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

This div background color is #D89E9D.

Border color

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

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

This div border color is #D89E9D.

Opacity

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

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

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

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

This text has shadow with #D89E9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D89E9D.

Preview

Color preview on black background

This text has color #D89E9D on black background.


Color preview on white background

This text has color #D89E9D on white background.


Black color preview on #D89E9D background

This text has black color on #D89E9D background.


White color preview on #D89E9D background

This text has white color on #D89E9D background.


Related colors

Complementary color

Complementary color for #hex is #276162.


I love getcolorcode.com

Triadic colors

1 #9DD89E and #9E9DD8 with #D89E9D are triadic colors.

2 #9D9ED8 and #9ED89D with #D89E9D are triadic colors.