COLOR #E9E0FB

HEX: #E9E0FB
RGB: (233,224,251)

Color info

#E9E0FB contains red, green and blue colors in about the same proportion. Web safe color of #E9E0FB is #FFCCFF (or #FCF).

RGB color model

#E9E0FB color RGB value is (233,224,251).

  • red value is 233;
  • green value is 224;
  • blue value is 251.
RGB:
(233,224,251)
(91%,88%,98%)

RGB channels and saturation

R 233 of 255 = 91%
G 224 of 255 = 88%
B 251 of 255 = 98%

233
224
251

R + G + B ~ 92%. #E9E0FB is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 224 + 251 = 708 (100%)
R 233 of 708 ~ 32.91%
G 224 of 708 ~ 31.64%
B 251 of 708 ~ 35.45%

%32.91
%31.64
%35.45

CMYK color model

#E9E0FB color CMYK value is (7,11,0,2).

  • cyan value is 7.17%
  • magenta value is 10.76%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(7,11,0,2)
C7M11Y0K2 
(7%,11%,0%,2%)
(0.07/0.11/0.00/0.02)	

CMYK percentages

%7.17
%10.76
%0
%1.57

Codes

Color #E9E0FB in popluar color models

E9E0FB
RGB233224251
HSL260°77.14%93.14%
HSB/HSV260°10.76%98.43%
CMYK7.17%10.76%0.00%
1.57%

Color #E9E0FB in popluar number systems.

HEXE9E0FB
Decimal233224251
Binary111010011110000011111011
Octal351340373

Shades and tints

Shades of #E9E0FB

#E9E0FB
(233,224,251)
#D4CCE5
(212,204,229)
#BFB8CF
(191,184,207)
#AAA4B9
(170,164,185)
#9590A3
(149,144,163)
#807C8D
(128,124,141)
#6B6877
(107,104,119)
#565461
(86,84,97)
#41404B
(65,64,75)
#2C2C35
(44,44,53)
#17181F
(23,24,31)
#000000
(0,0,0)

Tints of #E9E0FB

#E9E0FB
(233,224,251)
#EBE2FB
(235,226,251)
#EDE4FB
(237,228,251)
#EFE6FB
(239,230,251)
#F1E8FB
(241,232,251)
#F3EAFB
(243,234,251)
#F5ECFB
(245,236,251)
#F7EEFB
(247,238,251)
#F9F0FB
(249,240,251)
#FBF2FB
(251,242,251)
#FDF4FB
(253,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9E0FB color. Also use rgb(233,224,251) instead hex code.

Text Font Color

.myTextColor { color: #E9E0FB; }

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

This text font color is #E9E0FB.


Background Color

.myBgColor { background-color: #E9E0FB; }

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

This div background color is #E9E0FB.


Border color

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

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

This div border color is #E9E0FB.


Opacity

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

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

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

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

This text has shadow with #E9E0FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9E0FB on black background.


Color preview on white background

This text has color #E9E0FB on white background.



Black color preview on #E9E0FB background

This text has black color on #E9E0FB background.


White color preview on #E9E0FB background

This text has white color on #E9E0FB background.