COLOR #D89EC4

HEX: #D89EC4
RGB: (216,158,196)

Color info

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

RGB color model

#D89EC4 color RGB value is (216,158,196).

  • red value is 216;
  • green value is 158;
  • blue value is 196.
RGB:
(216,158,196)
(85%,62%,77%)

RGB channels and saturation

R 216 of 255 = 85%
G 158 of 255 = 62%
B 196 of 255 = 77%

216
158
196

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

Portions of RGB colors in percentages

R + G + B =
216 + 158 + 196 = 570 (100%)
R 216 of 570 ~ 37.89%
G 158 of 570 ~ 27.72%
B 196 of 570 ~ 34.39%

%37.89
%27.72
%34.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.85%
  • yellow value is 9.26%
  • key color value is 15.29%
CMYK:
(0,27,9,15)
C0M27Y9K15 
(0%,27%,9%,15%)
(0.00/0.27/0.09/0.15)	

CMYK percentages

%0
%26.85
%9.26
%15.29

Codes

Color #D89EC4 in popluar color models

D89EC4
RGB216158196
HSL321°42.65%73.33%
HSB/HSV321°26.85%84.71%
CMYK0.00%26.85%9.26%
15.29%

Color #D89EC4 in popluar number systems.

HEXD89EC4
Decimal216158196
Binary110110001001111011000100
Octal330236304

Shades and tints

Shades of #D89EC4

#D89EC4
(216,158,196)
#C590B3
(197,144,179)
#B282A2
(178,130,162)
#9F7491
(159,116,145)
#8C6680
(140,102,128)
#79586F
(121,88,111)
#664A5E
(102,74,94)
#533C4D
(83,60,77)
#402E3C
(64,46,60)
#2D202B
(45,32,43)
#1A121A
(26,18,26)
#000000
(0,0,0)

Tints of #D89EC4

#D89EC4
(216,158,196)
#DBA6C9
(219,166,201)
#DEAECE
(222,174,206)
#E1B6D3
(225,182,211)
#E4BED8
(228,190,216)
#E7C6DD
(231,198,221)
#EACEE2
(234,206,226)
#EDD6E7
(237,214,231)
#F0DEEC
(240,222,236)
#F3E6F1
(243,230,241)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D89EC4; }

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

This text font color is #D89EC4.


Background Color

.myBgColor { background-color: #D89EC4; }

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

This div background color is #D89EC4.


Border color

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

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

This div border color is #D89EC4.


Opacity

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

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

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

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

This text has shadow with #D89EC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D89EC4 on black background.


Color preview on white background

This text has color #D89EC4 on white background.



Black color preview on #D89EC4 background

This text has black color on #D89EC4 background.


White color preview on #D89EC4 background

This text has white color on #D89EC4 background.