COLOR #E6E2FB

HEX: #E6E2FB
RGB: (230,226,251)

Color info

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

RGB color model

#E6E2FB color RGB value is (230,226,251).

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

RGB channels and saturation

R 230 of 255 = 90%
G 226 of 255 = 89%
B 251 of 255 = 98%

230
226
251

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

Portions of RGB colors in percentages

R + G + B =
230 + 226 + 251 = 707 (100%)
R 230 of 707 ~ 32.53%
G 226 of 707 ~ 31.97%
B 251 of 707 ~ 35.5%

%32.53
%31.97
%35.5

CMYK color model

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

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

CMYK percentages

%8.37
%9.96
%0
%1.57

Codes

Color #E6E2FB in popluar color models

E6E2FB
RGB230226251
HSL250°75.76%93.53%
HSB/HSV250°9.96%98.43%
CMYK8.37%9.96%0.00%
1.57%

Color #E6E2FB in popluar number systems.

HEXE6E2FB
Decimal230226251
Binary111001101110001011111011
Octal346342373

Shades and tints

Shades of #E6E2FB

#E6E2FB
(230,226,251)
#D2CEE5
(210,206,229)
#BEBACF
(190,186,207)
#AAA6B9
(170,166,185)
#9692A3
(150,146,163)
#827E8D
(130,126,141)
#6E6A77
(110,106,119)
#5A5661
(90,86,97)
#46424B
(70,66,75)
#322E35
(50,46,53)
#1E1A1F
(30,26,31)
#000000
(0,0,0)

Tints of #E6E2FB

#E6E2FB
(230,226,251)
#E8E4FB
(232,228,251)
#EAE6FB
(234,230,251)
#ECE8FB
(236,232,251)
#EEEAFB
(238,234,251)
#F0ECFB
(240,236,251)
#F2EEFB
(242,238,251)
#F4F0FB
(244,240,251)
#F6F2FB
(246,242,251)
#F8F4FB
(248,244,251)
#FAF6FB
(250,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E2FB; }

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

This text font color is #E6E2FB.


Background Color

.myBgColor { background-color: #E6E2FB; }

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

This div background color is #E6E2FB.


Border color

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

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

This div border color is #E6E2FB.


Opacity

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

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

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

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

This text has shadow with #E6E2FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E2FB on black background.


Color preview on white background

This text has color #E6E2FB on white background.



Black color preview on #E6E2FB background

This text has black color on #E6E2FB background.


White color preview on #E6E2FB background

This text has white color on #E6E2FB background.