COLOR #D89FC6

HEX: #D89FC6
RGB: (216,159,198)

Color info

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

RGB color model

#D89FC6 color RGB value is (216,159,198).

  • red value is 216;
  • green value is 159;
  • blue value is 198.
RGB:
(216,159,198)
(85%,62%,78%)

RGB channels and saturation

R 216 of 255 = 85%
G 159 of 255 = 62%
B 198 of 255 = 78%

216
159
198

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

Portions of RGB colors in percentages

R + G + B =
216 + 159 + 198 = 573 (100%)
R 216 of 573 ~ 37.7%
G 159 of 573 ~ 27.75%
B 198 of 573 ~ 34.55%

%37.7
%27.75
%34.55

CMYK color model

#D89FC6 color CMYK value is (0,26,8,15).

  • cyan value is 0.00%
  • magenta value is 26.39%
  • yellow value is 8.33%
  • key color value is 15.29%
CMYK:
(0,26,8,15)
C0M26Y8K15 
(0%,26%,8%,15%)
(0.00/0.26/0.08/0.15)	

CMYK percentages

%0
%26.39
%8.33
%15.29

Codes

Color #D89FC6 in popluar color models

D89FC6
RGB216159198
HSL319°42.22%73.53%
HSB/HSV319°26.39%84.71%
CMYK0.00%26.39%8.33%
15.29%

Color #D89FC6 in popluar number systems.

HEXD89FC6
Decimal216159198
Binary110110001001111111000110
Octal330237306

Shades and tints

Shades of #D89FC6

#D89FC6
(216,159,198)
#C591B4
(197,145,180)
#B283A2
(178,131,162)
#9F7590
(159,117,144)
#8C677E
(140,103,126)
#79596C
(121,89,108)
#664B5A
(102,75,90)
#533D48
(83,61,72)
#402F36
(64,47,54)
#2D2124
(45,33,36)
#1A1312
(26,19,18)
#000000
(0,0,0)

Tints of #D89FC6

#D89FC6
(216,159,198)
#DBA7CB
(219,167,203)
#DEAFD0
(222,175,208)
#E1B7D5
(225,183,213)
#E4BFDA
(228,191,218)
#E7C7DF
(231,199,223)
#EACFE4
(234,207,228)
#EDD7E9
(237,215,233)
#F0DFEE
(240,223,238)
#F3E7F3
(243,231,243)
#F6EFF8
(246,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D89FC6 color. Also use rgb(216,159,198) instead hex code.

Text Font Color

.myTextColor { color: #D89FC6; }

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

This text font color is #D89FC6.


Background Color

.myBgColor { background-color: #D89FC6; }

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

This div background color is #D89FC6.


Border color

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

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

This div border color is #D89FC6.


Opacity

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

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

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

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

This text has shadow with #D89FC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D89FC6 on black background.


Color preview on white background

This text has color #D89FC6 on white background.



Black color preview on #D89FC6 background

This text has black color on #D89FC6 background.


White color preview on #D89FC6 background

This text has white color on #D89FC6 background.