COLOR #D89EC8

HEX: #D89EC8 RGB: (216,158,200)

Color info

#D89EC8 contains red, green and blue colors in about the same proportion. Web safe color of #D89EC8 is #CC99CC (or #C9C).

RGB color model

#D89EC8 color RGB value is (216,158,200).

RGB: (216,158,200) (85%, 62%, 78%)

RGB channels and saturation

R 216 of 255 = 85%
G 158 of 255 = 62%
B 200 of 255 = 78%

216
158
200

R + G + B ~ 75%. #D89EC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 158 + 200 = 574 (100%)
R 216 of 574 ~ 37.63%
G 158 of 574 ~ 27.53%
B 200 of 574 ~ 34.84'%

%37.63
%27.53
%34.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.85%
  • yellow value is 7.41%
  • key color value is 15.29%
CMYK: (0,27,7,15) C0M27Y7K15 (0%,27%,7%,15%) (0.00/0.27/0.07/0.15) 

CMYK percentages

%0
%26.85
%7.41
%15.29

Codes

Color #D89EC8 in popluar color models

D8 9E C8
RGB 216 158 200
HSL 317° 42.65% 73.33%
HSB/HSV 317° 26.85% 84.71%
CMYK 0.00% 26.85% 7.41%
15.29%

Color #D89EC8 in popluar number systems.

HEX D8 9E C8
Decimal 216 158 200
Binary 11011000 10011110 11001000
Octal 330 236 310

Shades and tints

Shades of #D89EC8

#D89EC8
(216,158,200)
#C590B6
(197,144,182)
#B282A4
(178,130,164)
#9F7492
(159,116,146)
#8C6680
(140,102,128)
#79586E
(121,88,110)
#664A5C
(102,74,92)
#533C4A
(83,60,74)
#402E38
(64,46,56)
#2D2026
(45,32,38)
#1A1214
(26,18,20)
#000000
(0,0,0)

Tints of #D89EC8

#D89EC8
(216,158,200)
#DBA6CD
(219,166,205)
#DEAED2
(222,174,210)
#E1B6D7
(225,182,215)
#E4BEDC
(228,190,220)
#E7C6E1
(231,198,225)
#EACEE6
(234,206,230)
#EDD6EB
(237,214,235)
#F0DEF0
(240,222,240)
#F3E6F5
(243,230,245)
#F6EEFA
(246,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D89EC8; }

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

This text font color is #D89EC8.

Background Color

.myBgColor { background-color: #D89EC8; }

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

This div background color is #D89EC8.

Border color

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

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

This div border color is #D89EC8.

Opacity

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

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

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

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

This text has shadow with #D89EC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D89EC8.

Preview

Color preview on black background

This text has color #D89EC8 on black background.


Color preview on white background

This text has color #D89EC8 on white background.


Black color preview on #D89EC8 background

This text has black color on #D89EC8 background.


White color preview on #D89EC8 background

This text has white color on #D89EC8 background.


Related colors

Complementary color

Complementary color for #hex is #276137.


I love getcolorcode.com

Triadic colors

1 #C8D89E and #9EC8D8 with #D89EC8 are triadic colors.

2 #C89ED8 and #9ED8C8 with #D89EC8 are triadic colors.