COLOR #E7E6FB

HEX: #E7E6FB
RGB: (231,230,251)

Color info

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

RGB color model

#E7E6FB color RGB value is (231,230,251).

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

RGB channels and saturation

R 231 of 255 = 91%
G 230 of 255 = 90%
B 251 of 255 = 98%

231
230
251

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

Portions of RGB colors in percentages

R + G + B =
231 + 230 + 251 = 712 (100%)
R 231 of 712 ~ 32.44%
G 230 of 712 ~ 32.3%
B 251 of 712 ~ 35.25%

%32.44
%32.3
%35.25

CMYK color model

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

  • cyan value is 7.97%
  • magenta value is 8.37%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(8,8,0,2)
C8M8Y0K2 
(8%,8%,0%,2%)
(0.08/0.08/0.00/0.02)	

CMYK percentages

%7.97
%8.37
%0
%1.57

Codes

Color #E7E6FB in popluar color models

E7E6FB
RGB231230251
HSL243°72.41%94.31%
HSB/HSV243°8.37%98.43%
CMYK7.97%8.37%0.00%
1.57%

Color #E7E6FB in popluar number systems.

HEXE7E6FB
Decimal231230251
Binary111001111110011011111011
Octal347346373

Shades and tints

Shades of #E7E6FB

#E7E6FB
(231,230,251)
#D2D2E5
(210,210,229)
#BDBECF
(189,190,207)
#A8AAB9
(168,170,185)
#9396A3
(147,150,163)
#7E828D
(126,130,141)
#696E77
(105,110,119)
#545A61
(84,90,97)
#3F464B
(63,70,75)
#2A3235
(42,50,53)
#151E1F
(21,30,31)
#000000
(0,0,0)

Tints of #E7E6FB

#E7E6FB
(231,230,251)
#E9E8FB
(233,232,251)
#EBEAFB
(235,234,251)
#EDECFB
(237,236,251)
#EFEEFB
(239,238,251)
#F1F0FB
(241,240,251)
#F3F2FB
(243,242,251)
#F5F4FB
(245,244,251)
#F7F6FB
(247,246,251)
#F9F8FB
(249,248,251)
#FBFAFB
(251,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E6FB; }

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

This text font color is #E7E6FB.


Background Color

.myBgColor { background-color: #E7E6FB; }

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

This div background color is #E7E6FB.


Border color

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

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

This div border color is #E7E6FB.


Opacity

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

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

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

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

This text has shadow with #E7E6FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E6FB on black background.


Color preview on white background

This text has color #E7E6FB on white background.



Black color preview on #E7E6FB background

This text has black color on #E7E6FB background.


White color preview on #E7E6FB background

This text has white color on #E7E6FB background.