COLOR #E99DCB

HEX: #E99DCB
RGB: (233,157,203)

Color info

#E99DCB contains mainly red and blue colors. Web safe color of #E99DCB is #FF99CC (or #F9C).

RGB color model

#E99DCB color RGB value is (233,157,203).

  • red value is 233;
  • green value is 157;
  • blue value is 203.
RGB:
(233,157,203)
(91%,62%,80%)

RGB channels and saturation

R 233 of 255 = 91%
G 157 of 255 = 62%
B 203 of 255 = 80%

233
157
203

R + G + B ~ 78%. #E99DCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 157 + 203 = 593 (100%)
R 233 of 593 ~ 39.29%
G 157 of 593 ~ 26.48%
B 203 of 593 ~ 34.23%

%39.29
%26.48
%34.23

CMYK color model

#E99DCB color CMYK value is (0,33,13,9).

  • cyan value is 0.00%
  • magenta value is 32.62%
  • yellow value is 12.88%
  • key color value is 8.63%
CMYK:
(0,33,13,9)
C0M33Y13K9 
(0%,33%,13%,9%)
(0.00/0.33/0.13/0.09)	

CMYK percentages

%0
%32.62
%12.88
%8.63

Codes

Color #E99DCB in popluar color models

E99DCB
RGB233157203
HSL324°63.33%76.47%
HSB/HSV324°32.62%91.37%
CMYK0.00%32.62%12.88%
8.63%

Color #E99DCB in popluar number systems.

HEXE99DCB
Decimal233157203
Binary111010011001110111001011
Octal351235313

Shades and tints

Shades of #E99DCB

#E99DCB
(233,157,203)
#D48FB9
(212,143,185)
#BF81A7
(191,129,167)
#AA7395
(170,115,149)
#956583
(149,101,131)
#805771
(128,87,113)
#6B495F
(107,73,95)
#563B4D
(86,59,77)
#412D3B
(65,45,59)
#2C1F29
(44,31,41)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #E99DCB

#E99DCB
(233,157,203)
#EBA5CF
(235,165,207)
#EDADD3
(237,173,211)
#EFB5D7
(239,181,215)
#F1BDDB
(241,189,219)
#F3C5DF
(243,197,223)
#F5CDE3
(245,205,227)
#F7D5E7
(247,213,231)
#F9DDEB
(249,221,235)
#FBE5EF
(251,229,239)
#FDEDF3
(253,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E99DCB color. Also use rgb(233,157,203) instead hex code.

Text Font Color

.myTextColor { color: #E99DCB; }

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

This text font color is #E99DCB.


Background Color

.myBgColor { background-color: #E99DCB; }

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

This div background color is #E99DCB.


Border color

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

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

This div border color is #E99DCB.


Opacity

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

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

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

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

This text has shadow with #E99DCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E99DCB on black background.


Color preview on white background

This text has color #E99DCB on white background.



Black color preview on #E99DCB background

This text has black color on #E99DCB background.


White color preview on #E99DCB background

This text has white color on #E99DCB background.