COLOR #D89AC8

HEX: #D89AC8
RGB: (216,154,200)

Color info

#D89AC8 contains mainly red and blue colors. Web safe color of #D89AC8 is #CC99CC (or #C9C).

RGB color model

#D89AC8 color RGB value is (216,154,200).

  • red value is 216;
  • green value is 154;
  • blue value is 200.
RGB:
(216,154,200)
(85%,60%,78%)

RGB channels and saturation

R 216 of 255 = 85%
G 154 of 255 = 60%
B 200 of 255 = 78%

216
154
200

R + G + B ~ 74%. #D89AC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 154 + 200 = 570 (100%)
R 216 of 570 ~ 37.89%
G 154 of 570 ~ 27.02%
B 200 of 570 ~ 35.09%

%37.89
%27.02
%35.09

CMYK color model

#D89AC8 color CMYK value is (0,29,7,15).

  • cyan value is 0.00%
  • magenta value is 28.70%
  • yellow value is 7.41%
  • key color value is 15.29%
CMYK:
(0,29,7,15)
C0M29Y7K15 
(0%,29%,7%,15%)
(0.00/0.29/0.07/0.15)	

CMYK percentages

%0
%28.7
%7.41
%15.29

Codes

Color #D89AC8 in popluar color models

D89AC8
RGB216154200
HSL315°44.29%72.55%
HSB/HSV315°28.70%84.71%
CMYK0.00%28.70%7.41%
15.29%

Color #D89AC8 in popluar number systems.

HEXD89AC8
Decimal216154200
Binary110110001001101011001000
Octal330232310

Shades and tints

Shades of #D89AC8

#D89AC8
(216,154,200)
#C58CB6
(197,140,182)
#B27EA4
(178,126,164)
#9F7092
(159,112,146)
#8C6280
(140,98,128)
#79546E
(121,84,110)
#66465C
(102,70,92)
#53384A
(83,56,74)
#402A38
(64,42,56)
#2D1C26
(45,28,38)
#1A0E14
(26,14,20)
#000000
(0,0,0)

Tints of #D89AC8

#D89AC8
(216,154,200)
#DBA3CD
(219,163,205)
#DEACD2
(222,172,210)
#E1B5D7
(225,181,215)
#E4BEDC
(228,190,220)
#E7C7E1
(231,199,225)
#EAD0E6
(234,208,230)
#EDD9EB
(237,217,235)
#F0E2F0
(240,226,240)
#F3EBF5
(243,235,245)
#F6F4FA
(246,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D89AC8; }

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

This text font color is #D89AC8.


Background Color

.myBgColor { background-color: #D89AC8; }

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

This div background color is #D89AC8.


Border color

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

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

This div border color is #D89AC8.


Opacity

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

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

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

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

This text has shadow with #D89AC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D89AC8 on black background.


Color preview on white background

This text has color #D89AC8 on white background.



Black color preview on #D89AC8 background

This text has black color on #D89AC8 background.


White color preview on #D89AC8 background

This text has white color on #D89AC8 background.