COLOR #E1E6FB

HEX: #E1E6FB
RGB: (225,230,251)

Color info

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

RGB color model

#E1E6FB color RGB value is (225,230,251).

  • red value is 225;
  • green value is 230;
  • blue value is 251.
RGB: (225,230,251) (88%,90%,98%)

RGB channels and saturation

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

225
230
251

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

Portions of RGB colors in percentages

R + G + B =
225 + 230 + 251 = 706 (100%)
R 225 of 706 ~ 31.87%
G 230 of 706 ~ 32.58%
B 251 of 706 ~ 35.55%

%31.87
%32.58
%35.55

CMYK color model

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

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

CMYK percentages

%10.36
%8.37
%0
%1.57

Codes

Color #E1E6FB in popluar color models

E1E6FB
RGB225230251
HSL228°76.47%93.33%
HSB/HSV228°10.36%98.43%
CMYK10.36%8.37%0.00%
1.57%

Color #E1E6FB in popluar number systems.

HEXE1E6FB
Decimal225230251
Binary111000011110011011111011
Octal341346373

Shades and tints

Shades of #E1E6FB

#E1E6FB
(225,230,251)
#CDD2E5
(205,210,229)
#B9BECF
(185,190,207)
#A5AAB9
(165,170,185)
#9196A3
(145,150,163)
#7D828D
(125,130,141)
#696E77
(105,110,119)
#555A61
(85,90,97)
#41464B
(65,70,75)
#2D3235
(45,50,53)
#191E1F
(25,30,31)
#000000
(0,0,0)

Tints of #E1E6FB

#E1E6FB
(225,230,251)
#E3E8FB
(227,232,251)
#E5EAFB
(229,234,251)
#E7ECFB
(231,236,251)
#E9EEFB
(233,238,251)
#EBF0FB
(235,240,251)
#EDF2FB
(237,242,251)
#EFF4FB
(239,244,251)
#F1F6FB
(241,246,251)
#F3F8FB
(243,248,251)
#F5FAFB
(245,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E6FB; }

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

This text font color is #E1E6FB.


Background Color

.myBgColor { background-color: #E1E6FB; }

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

This div background color is #E1E6FB.


Border color

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

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

This div border color is #E1E6FB.


Opacity

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

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

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

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

This text has shadow with #E1E6FB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E1E6FB on black background.


Color preview on white background

This text has color #E1E6FB on white background.



Black color preview on #E1E6FB background

This text has black color on #E1E6FB background.


White color preview on #E1E6FB background

This text has white color on #E1E6FB background.