COLOR #E9E2FB

HEX: #E9E2FB
RGB: (233,226,251)

Color info

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

RGB color model

#E9E2FB color RGB value is (233,226,251).

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

RGB channels and saturation

R 233 of 255 = 91%
G 226 of 255 = 89%
B 251 of 255 = 98%

233
226
251

R + G + B ~ 93%. #E9E2FB is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 226 + 251 = 710 (100%)
R 233 of 710 ~ 32.82%
G 226 of 710 ~ 31.83%
B 251 of 710 ~ 35.35%

%32.82
%31.83
%35.35

CMYK color model

#E9E2FB color CMYK value is (7,10,0,2).

  • cyan value is 7.17%
  • magenta value is 9.96%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(7,10,0,2)
C7M10Y0K2 
(7%,10%,0%,2%)
(0.07/0.10/0.00/0.02)	

CMYK percentages

%7.17
%9.96
%0
%1.57

Codes

Color #E9E2FB in popluar color models

E9E2FB
RGB233226251
HSL257°75.76%93.53%
HSB/HSV257°9.96%98.43%
CMYK7.17%9.96%0.00%
1.57%

Color #E9E2FB in popluar number systems.

HEXE9E2FB
Decimal233226251
Binary111010011110001011111011
Octal351342373

Shades and tints

Shades of #E9E2FB

#E9E2FB
(233,226,251)
#D4CEE5
(212,206,229)
#BFBACF
(191,186,207)
#AAA6B9
(170,166,185)
#9592A3
(149,146,163)
#807E8D
(128,126,141)
#6B6A77
(107,106,119)
#565661
(86,86,97)
#41424B
(65,66,75)
#2C2E35
(44,46,53)
#171A1F
(23,26,31)
#000000
(0,0,0)

Tints of #E9E2FB

#E9E2FB
(233,226,251)
#EBE4FB
(235,228,251)
#EDE6FB
(237,230,251)
#EFE8FB
(239,232,251)
#F1EAFB
(241,234,251)
#F3ECFB
(243,236,251)
#F5EEFB
(245,238,251)
#F7F0FB
(247,240,251)
#F9F2FB
(249,242,251)
#FBF4FB
(251,244,251)
#FDF6FB
(253,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9E2FB; }

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

This text font color is #E9E2FB.


Background Color

.myBgColor { background-color: #E9E2FB; }

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

This div background color is #E9E2FB.


Border color

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

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

This div border color is #E9E2FB.


Opacity

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

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

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

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

This text has shadow with #E9E2FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9E2FB on black background.


Color preview on white background

This text has color #E9E2FB on white background.



Black color preview on #E9E2FB background

This text has black color on #E9E2FB background.


White color preview on #E9E2FB background

This text has white color on #E9E2FB background.