COLOR #E9E3FE

HEX: #E9E3FE RGB: (233,227,254)

Color info

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

RGB color model

#E9E3FE color RGB value is (233,227,254).

RGB: (233,227,254) (91%, 89%, 100%)

RGB channels and saturation

R 233 of 255 = 91%
G 227 of 255 = 89%
B 254 of 255 = 100%

233
227
254

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

Portions of RGB colors in percentages

R + G + B = 233 + 227 + 254 = 714 (100%)
R 233 of 714 ~ 32.63%
G 227 of 714 ~ 31.79%
B 254 of 714 ~ 35.57'%

%32.63
%31.79
%35.57

CMYK color model

#E9E3FE color CMYK value is (8,11,0,0).

  • cyan value is 8.27%
  • magenta value is 10.63%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (8,11,0,0)
C8M11Y0K0 (8%, 11%, 0%, 0%)
(0.08 / 0.11 / 0.00 / 0.00)

CMYK percentages

%8.27
%10.63
%0
%0.39

Codes

Color #E9E3FE in popluar color models

E9 E3 FE
RGB 233 227 254
HSL 253° 93.10% 94.31%
HSB/HSV 253° 10.63% 99.61%
CMYK 8.27% 10.63% 0.00%
0.39%

Color #E9E3FE in popluar number systems.

HEX E9 E3 FE
Decimal 233 227 254
Binary 11101001 11100011 11111110
Octal 351 343 376

Shades and tints

Shades of #E9E3FE

#E9E3FE
(233,227,254)
#D4CFE7
(212,207,231)
#BFBBD0
(191,187,208)
#AAA7B9
(170,167,185)
#9593A2
(149,147,162)
#807F8B
(128,127,139)
#6B6B74
(107,107,116)
#56575D
(86,87,93)
#414346
(65,67,70)
#2C2F2F
(44,47,47)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #E9E3FE

#E9E3FE
(233,227,254)
#EBE5FE
(235,229,254)
#EDE7FE
(237,231,254)
#EFE9FE
(239,233,254)
#F1EBFE
(241,235,254)
#F3EDFE
(243,237,254)
#F5EFFE
(245,239,254)
#F7F1FE
(247,241,254)
#F9F3FE
(249,243,254)
#FBF5FE
(251,245,254)
#FDF7FE
(253,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9E3FE; }

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

This text font color is #E9E3FE.

Background Color

.myBgColor { background-color: #E9E3FE; }

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

This div background color is #E9E3FE.

Border color

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

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

This div border color is #E9E3FE.

Opacity

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

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

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

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

This text has shadow with #E9E3FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9E3FE.

Preview

Color preview on black background

This text has color #E9E3FE on black background.


Color preview on white background

This text has color #E9E3FE on white background.


Black color preview on #E9E3FE background

This text has black color on #E9E3FE background.


White color preview on #E9E3FE background

This text has white color on #E9E3FE background.


Related colors

Complementary color

Complementary color for #hex is #161C01.


I love getcolorcode.com

Triadic colors

1 #FEE9E3 and #E3FEE9 with #E9E3FE are triadic colors.

2 #FEE3E9 and #E3E9FE with #E9E3FE are triadic colors.