COLOR #E9E9FC

HEX: #E9E9FC RGB: (233,233,252)

Color info

#E9E9FC contains red, green and blue colors in about the same proportion. Web safe color of #E9E9FC is #FFFFFF (or #FFF).

RGB color model

#E9E9FC color RGB value is (233,233,252).

RGB: (233,233,252) (91%, 91%, 99%)

RGB channels and saturation

R 233 of 255 = 91%
G 233 of 255 = 91%
B 252 of 255 = 99%

233
233
252

R + G + B ~ 94%. #E9E9FC is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 233 + 252 = 718 (100%)
R 233 of 718 ~ 32.45%
G 233 of 718 ~ 32.45%
B 252 of 718 ~ 35.1'%

%32.45
%32.45
%35.1

CMYK color model

#E9E9FC color CMYK value is (8,8,0,1).

  • cyan value is 7.54%
  • magenta value is 7.54%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (8,8,0,1)
C8M8Y0K1 (8%, 8%, 0%, 1%)
(0.08 / 0.08 / 0.00 / 0.01)

CMYK percentages

%7.54
%7.54
%0
%1.18

Codes

Color #E9E9FC in popluar color models

E9 E9 FC
RGB 233 233 252
HSL 240° 76.00% 95.10%
HSB/HSV 240° 7.54% 98.82%
CMYK 7.54% 7.54% 0.00%
1.18%

Color #E9E9FC in popluar number systems.

HEX E9 E9 FC
Decimal 233 233 252
Binary 11101001 11101001 11111100
Octal 351 351 374

Shades and tints

Shades of #E9E9FC

#E9E9FC
(233,233,252)
#D4D4E6
(212,212,230)
#BFBFD0
(191,191,208)
#AAAABA
(170,170,186)
#9595A4
(149,149,164)
#80808E
(128,128,142)
#6B6B78
(107,107,120)
#565662
(86,86,98)
#41414C
(65,65,76)
#2C2C36
(44,44,54)
#171720
(23,23,32)
#000000
(0,0,0)

Tints of #E9E9FC

#E9E9FC
(233,233,252)
#EBEBFC
(235,235,252)
#EDEDFC
(237,237,252)
#EFEFFC
(239,239,252)
#F1F1FC
(241,241,252)
#F3F3FC
(243,243,252)
#F5F5FC
(245,245,252)
#F7F7FC
(247,247,252)
#F9F9FC
(249,249,252)
#FBFBFC
(251,251,252)
#FDFDFC
(253,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9E9FC; }

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

This text font color is #E9E9FC.

Background Color

.myBgColor { background-color: #E9E9FC; }

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

This div background color is #E9E9FC.

Border color

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

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

This div border color is #E9E9FC.

Opacity

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

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

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

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

This text has shadow with #E9E9FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9E9FC.

Preview

Color preview on black background

This text has color #E9E9FC on black background.


Color preview on white background

This text has color #E9E9FC on white background.


Black color preview on #E9E9FC background

This text has black color on #E9E9FC background.


White color preview on #E9E9FC background

This text has white color on #E9E9FC background.


Related colors

Complementary color

Complementary color for #hex is #161603.


I love getcolorcode.com