COLOR #D89ECB

HEX: #D89ECB
RGB: (216,158,203)

Color info

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

RGB color model

#D89ECB color RGB value is (216,158,203).

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

RGB channels and saturation

R 216 of 255 = 85%
G 158 of 255 = 62%
B 203 of 255 = 80%

216
158
203

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

Portions of RGB colors in percentages

R + G + B =
216 + 158 + 203 = 577 (100%)
R 216 of 577 ~ 37.44%
G 158 of 577 ~ 27.38%
B 203 of 577 ~ 35.18%

%37.44
%27.38
%35.18

CMYK color model

#D89ECB color CMYK value is (0,27,6,15).

  • cyan value is 0.00%
  • magenta value is 26.85%
  • yellow value is 6.02%
  • key color value is 15.29%
CMYK:
(0,27,6,15)
C0M27Y6K15 
(0%,27%,6%,15%)
(0.00/0.27/0.06/0.15)	

CMYK percentages

%0
%26.85
%6.02
%15.29

Codes

Color #D89ECB in popluar color models

D89ECB
RGB216158203
HSL313°42.65%73.33%
HSB/HSV313°26.85%84.71%
CMYK0.00%26.85%6.02%
15.29%

Color #D89ECB in popluar number systems.

HEXD89ECB
Decimal216158203
Binary110110001001111011001011
Octal330236313

Shades and tints

Shades of #D89ECB

#D89ECB
(216,158,203)
#C590B9
(197,144,185)
#B282A7
(178,130,167)
#9F7495
(159,116,149)
#8C6683
(140,102,131)
#795871
(121,88,113)
#664A5F
(102,74,95)
#533C4D
(83,60,77)
#402E3B
(64,46,59)
#2D2029
(45,32,41)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #D89ECB

#D89ECB
(216,158,203)
#DBA6CF
(219,166,207)
#DEAED3
(222,174,211)
#E1B6D7
(225,182,215)
#E4BEDB
(228,190,219)
#E7C6DF
(231,198,223)
#EACEE3
(234,206,227)
#EDD6E7
(237,214,231)
#F0DEEB
(240,222,235)
#F3E6EF
(243,230,239)
#F6EEF3
(246,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D89ECB; }

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

This text font color is #D89ECB.


Background Color

.myBgColor { background-color: #D89ECB; }

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

This div background color is #D89ECB.


Border color

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

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

This div border color is #D89ECB.


Opacity

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

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

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

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

This text has shadow with #D89ECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D89ECB on black background.


Color preview on white background

This text has color #D89ECB on white background.



Black color preview on #D89ECB background

This text has black color on #D89ECB background.


White color preview on #D89ECB background

This text has white color on #D89ECB background.