COLOR #D89ECF

HEX: #D89ECF
RGB: (216,158,207)

Color info

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

RGB color model

#D89ECF color RGB value is (216,158,207).

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

RGB channels and saturation

R 216 of 255 = 85%
G 158 of 255 = 62%
B 207 of 255 = 81%

216
158
207

R + G + B ~ 76%. #D89ECF is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 158 + 207 = 581 (100%)
R 216 of 581 ~ 37.18%
G 158 of 581 ~ 27.19%
B 207 of 581 ~ 35.63%

%37.18
%27.19
%35.63

CMYK color model

#D89ECF color CMYK value is (0,27,4,15).

  • cyan value is 0.00%
  • magenta value is 26.85%
  • yellow value is 4.17%
  • key color value is 15.29%
CMYK:
(0,27,4,15)
C0M27Y4K15 
(0%,27%,4%,15%)
(0.00/0.27/0.04/0.15)	

CMYK percentages

%0
%26.85
%4.17
%15.29

Codes

Color #D89ECF in popluar color models

D89ECF
RGB216158207
HSL309°42.65%73.33%
HSB/HSV309°26.85%84.71%
CMYK0.00%26.85%4.17%
15.29%

Color #D89ECF in popluar number systems.

HEXD89ECF
Decimal216158207
Binary110110001001111011001111
Octal330236317

Shades and tints

Shades of #D89ECF

#D89ECF
(216,158,207)
#C590BD
(197,144,189)
#B282AB
(178,130,171)
#9F7499
(159,116,153)
#8C6687
(140,102,135)
#795875
(121,88,117)
#664A63
(102,74,99)
#533C51
(83,60,81)
#402E3F
(64,46,63)
#2D202D
(45,32,45)
#1A121B
(26,18,27)
#000000
(0,0,0)

Tints of #D89ECF

#D89ECF
(216,158,207)
#DBA6D3
(219,166,211)
#DEAED7
(222,174,215)
#E1B6DB
(225,182,219)
#E4BEDF
(228,190,223)
#E7C6E3
(231,198,227)
#EACEE7
(234,206,231)
#EDD6EB
(237,214,235)
#F0DEEF
(240,222,239)
#F3E6F3
(243,230,243)
#F6EEF7
(246,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D89ECF; }

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

This text font color is #D89ECF.


Background Color

.myBgColor { background-color: #D89ECF; }

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

This div background color is #D89ECF.


Border color

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

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

This div border color is #D89ECF.


Opacity

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

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

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

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

This text has shadow with #D89ECF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D89ECF on black background.


Color preview on white background

This text has color #D89ECF on white background.



Black color preview on #D89ECF background

This text has black color on #D89ECF background.


White color preview on #D89ECF background

This text has white color on #D89ECF background.