COLOR #E6E5FB

HEX: #E6E5FB RGB: (230,229,251)

Color info

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

RGB color model

#E6E5FB color RGB value is (230,229,251).

RGB: (230,229,251) (90%, 90%, 98%)

RGB channels and saturation

R 230 of 255 = 90%
G 229 of 255 = 90%
B 251 of 255 = 98%

230
229
251

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

Portions of RGB colors in percentages

R + G + B = 230 + 229 + 251 = 710 (100%)
R 230 of 710 ~ 32.39%
G 229 of 710 ~ 32.25%
B 251 of 710 ~ 35.35'%

%32.39
%32.25
%35.35

CMYK color model

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

  • cyan value is 8.37%
  • magenta value is 8.76%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (8,9,0,2) C8M9Y0K2 (8%,9%,0%,2%) (0.08/0.09/0.00/0.02) 

CMYK percentages

%8.37
%8.76
%0
%1.57

Codes

Color #E6E5FB in popluar color models

E6 E5 FB
RGB 230 229 251
HSL 243° 73.33% 94.12%
HSB/HSV 243° 8.76% 98.43%
CMYK 8.37% 8.76% 0.00%
1.57%

Color #E6E5FB in popluar number systems.

HEX E6 E5 FB
Decimal 230 229 251
Binary 11100110 11100101 11111011
Octal 346 345 373

Shades and tints

Shades of #E6E5FB

#E6E5FB
(230,229,251)
#D2D1E5
(210,209,229)
#BEBDCF
(190,189,207)
#AAA9B9
(170,169,185)
#9695A3
(150,149,163)
#82818D
(130,129,141)
#6E6D77
(110,109,119)
#5A5961
(90,89,97)
#46454B
(70,69,75)
#323135
(50,49,53)
#1E1D1F
(30,29,31)
#000000
(0,0,0)

Tints of #E6E5FB

#E6E5FB
(230,229,251)
#E8E7FB
(232,231,251)
#EAE9FB
(234,233,251)
#ECEBFB
(236,235,251)
#EEEDFB
(238,237,251)
#F0EFFB
(240,239,251)
#F2F1FB
(242,241,251)
#F4F3FB
(244,243,251)
#F6F5FB
(246,245,251)
#F8F7FB
(248,247,251)
#FAF9FB
(250,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E5FB; }

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

This text font color is #E6E5FB.

Background Color

.myBgColor { background-color: #E6E5FB; }

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

This div background color is #E6E5FB.

Border color

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

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

This div border color is #E6E5FB.

Opacity

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

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

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

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

This text has shadow with #E6E5FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6E5FB.

Preview

Color preview on black background

This text has color #E6E5FB on black background.


Color preview on white background

This text has color #E6E5FB on white background.


Black color preview on #E6E5FB background

This text has black color on #E6E5FB background.


White color preview on #E6E5FB background

This text has white color on #E6E5FB background.


Related colors

Complementary color

Complementary color for #hex is #191A04.


I love getcolorcode.com

Triadic colors

1 #FBE6E5 and #E5FBE6 with #E6E5FB are triadic colors.

2 #FBE5E6 and #E5E6FB with #E6E5FB are triadic colors.