COLOR #E1E1FB

HEX: #E1E1FB RGB: (225,225,251)

Color info

#E1E1FB contains red, green and blue colors in about the same proportion. Web safe color of #E1E1FB is #CCCCFF (or #CCF).

RGB color model

#E1E1FB color RGB value is (225,225,251).

RGB: (225,225,251) (88%, 88%, 98%)

RGB channels and saturation

R 225 of 255 = 88%
G 225 of 255 = 88%
B 251 of 255 = 98%

225
225
251

R + G + B ~ 91%. #E1E1FB is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 225 + 251 = 701 (100%)
R 225 of 701 ~ 32.1%
G 225 of 701 ~ 32.1%
B 251 of 701 ~ 35.81'%

%32.1
%32.1
%35.81

CMYK color model

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

  • cyan value is 10.36%
  • magenta value is 10.36%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (10,10,0,2) C10M10Y0K2 (10%,10%,0%,2%) (0.10/0.10/0.00/0.02) 

CMYK percentages

%10.36
%10.36
%0
%1.57

Codes

Color #E1E1FB in popluar color models

E1 E1 FB
RGB 225 225 251
HSL 240° 76.47% 93.33%
HSB/HSV 240° 10.36% 98.43%
CMYK 10.36% 10.36% 0.00%
1.57%

Color #E1E1FB in popluar number systems.

HEX E1 E1 FB
Decimal 225 225 251
Binary 11100001 11100001 11111011
Octal 341 341 373

Shades and tints

Shades of #E1E1FB

#E1E1FB
(225,225,251)
#CDCDE5
(205,205,229)
#B9B9CF
(185,185,207)
#A5A5B9
(165,165,185)
#9191A3
(145,145,163)
#7D7D8D
(125,125,141)
#696977
(105,105,119)
#555561
(85,85,97)
#41414B
(65,65,75)
#2D2D35
(45,45,53)
#19191F
(25,25,31)
#000000
(0,0,0)

Tints of #E1E1FB

#E1E1FB
(225,225,251)
#E3E3FB
(227,227,251)
#E5E5FB
(229,229,251)
#E7E7FB
(231,231,251)
#E9E9FB
(233,233,251)
#EBEBFB
(235,235,251)
#EDEDFB
(237,237,251)
#EFEFFB
(239,239,251)
#F1F1FB
(241,241,251)
#F3F3FB
(243,243,251)
#F5F5FB
(245,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E1FB; }

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

This text font color is #E1E1FB.

Background Color

.myBgColor { background-color: #E1E1FB; }

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

This div background color is #E1E1FB.

Border color

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

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

This div border color is #E1E1FB.

Opacity

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

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

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

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

This text has shadow with #E1E1FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1E1FB.

Preview

Color preview on black background

This text has color #E1E1FB on black background.


Color preview on white background

This text has color #E1E1FB on white background.


Black color preview on #E1E1FB background

This text has black color on #E1E1FB background.


White color preview on #E1E1FB background

This text has white color on #E1E1FB background.


Related colors

Complementary color

Complementary color for #hex is #1E1E04.


I love getcolorcode.com