COLOR #D89E8E

HEX: #D89E8E RGB: (216,158,142)

Color info

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

RGB color model

#D89E8E color RGB value is (216,158,142).

RGB: (216,158,142) (85%, 62%, 56%)

RGB channels and saturation

R 216 of 255 = 85%
G 158 of 255 = 62%
B 142 of 255 = 56%

216
158
142

R + G + B ~ 68%. #D89E8E is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 158 + 142 = 516 (100%)
R 216 of 516 ~ 41.86%
G 158 of 516 ~ 30.62%
B 142 of 516 ~ 27.52'%

%41.86
%30.62
%27.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.85%
  • yellow value is 34.26%
  • key color value is 15.29%

CMYK: (0,27,34,15)
C0M27Y34K15 (0%, 27%, 34%, 15%)
(0.00 / 0.27 / 0.34 / 0.15)

CMYK percentages

%0
%26.85
%34.26
%15.29

Codes

Color #D89E8E in popluar color models

D8 9E 8E
RGB 216 158 142
HSL 13° 48.68% 70.20%
HSB/HSV 13° 34.26% 84.71%
CMYK 0.00% 26.85% 34.26%
15.29%

Color #D89E8E in popluar number systems.

HEX D8 9E 8E
Decimal 216 158 142
Binary 11011000 10011110 10001110
Octal 330 236 216

Shades and tints

Shades of #D89E8E

#D89E8E
(216,158,142)
#C59082
(197,144,130)
#B28276
(178,130,118)
#9F746A
(159,116,106)
#8C665E
(140,102,94)
#795852
(121,88,82)
#664A46
(102,74,70)
#533C3A
(83,60,58)
#402E2E
(64,46,46)
#2D2022
(45,32,34)
#1A1216
(26,18,22)
#000000
(0,0,0)

Tints of #D89E8E

#D89E8E
(216,158,142)
#DBA698
(219,166,152)
#DEAEA2
(222,174,162)
#E1B6AC
(225,182,172)
#E4BEB6
(228,190,182)
#E7C6C0
(231,198,192)
#EACECA
(234,206,202)
#EDD6D4
(237,214,212)
#F0DEDE
(240,222,222)
#F3E6E8
(243,230,232)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D89E8E; }

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

This text font color is #D89E8E.

Background Color

.myBgColor { background-color: #D89E8E; }

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

This div background color is #D89E8E.

Border color

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

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

This div border color is #D89E8E.

Opacity

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

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

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

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

This text has shadow with #D89E8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D89E8E.

Preview

Color preview on black background

This text has color #D89E8E on black background.


Color preview on white background

This text has color #D89E8E on white background.


Black color preview on #D89E8E background

This text has black color on #D89E8E background.


White color preview on #D89E8E background

This text has white color on #D89E8E background.


Related colors

Complementary color

Complementary color for #hex is #276171.


I love getcolorcode.com

Triadic colors

1 #8ED89E and #9E8ED8 with #D89E8E are triadic colors.

2 #8E9ED8 and #9ED88E with #D89E8E are triadic colors.