COLOR #E99DBF

HEX: #E99DBF
RGB: (233,157,191)

Color info

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

RGB color model

#E99DBF color RGB value is (233,157,191).

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

RGB channels and saturation

R 233 of 255 = 91%
G 157 of 255 = 62%
B 191 of 255 = 75%

233
157
191

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

Portions of RGB colors in percentages

R + G + B =
233 + 157 + 191 = 581 (100%)
R 233 of 581 ~ 40.1%
G 157 of 581 ~ 27.02%
B 191 of 581 ~ 32.87%

%40.1
%27.02
%32.87

CMYK color model

#E99DBF color CMYK value is (0,33,18,9).

  • cyan value is 0.00%
  • magenta value is 32.62%
  • yellow value is 18.03%
  • key color value is 8.63%
CMYK:
(0,33,18,9)
C0M33Y18K9 
(0%,33%,18%,9%)
(0.00/0.33/0.18/0.09)	

CMYK percentages

%0
%32.62
%18.03
%8.63

Codes

Color #E99DBF in popluar color models

E99DBF
RGB233157191
HSL333°63.33%76.47%
HSB/HSV333°32.62%91.37%
CMYK0.00%32.62%18.03%
8.63%

Color #E99DBF in popluar number systems.

HEXE99DBF
Decimal233157191
Binary111010011001110110111111
Octal351235277

Shades and tints

Shades of #E99DBF

#E99DBF
(233,157,191)
#D48FAE
(212,143,174)
#BF819D
(191,129,157)
#AA738C
(170,115,140)
#95657B
(149,101,123)
#80576A
(128,87,106)
#6B4959
(107,73,89)
#563B48
(86,59,72)
#412D37
(65,45,55)
#2C1F26
(44,31,38)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #E99DBF

#E99DBF
(233,157,191)
#EBA5C4
(235,165,196)
#EDADC9
(237,173,201)
#EFB5CE
(239,181,206)
#F1BDD3
(241,189,211)
#F3C5D8
(243,197,216)
#F5CDDD
(245,205,221)
#F7D5E2
(247,213,226)
#F9DDE7
(249,221,231)
#FBE5EC
(251,229,236)
#FDEDF1
(253,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E99DBF; }

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

This text font color is #E99DBF.


Background Color

.myBgColor { background-color: #E99DBF; }

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

This div background color is #E99DBF.


Border color

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

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

This div border color is #E99DBF.


Opacity

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

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

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

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

This text has shadow with #E99DBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E99DBF on black background.


Color preview on white background

This text has color #E99DBF on white background.



Black color preview on #E99DBF background

This text has black color on #E99DBF background.


White color preview on #E99DBF background

This text has white color on #E99DBF background.