COLOR #E3E6FB

HEX: #E3E6FB RGB: (227,230,251)

Color info

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

RGB color model

#E3E6FB color RGB value is (227,230,251).

RGB: (227,230,251) (89%, 90%, 98%)

RGB channels and saturation

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

227
230
251

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

Portions of RGB colors in percentages

R + G + B = 227 + 230 + 251 = 708 (100%)
R 227 of 708 ~ 32.06%
G 230 of 708 ~ 32.49%
B 251 of 708 ~ 35.45'%

%32.06
%32.49
%35.45

CMYK color model

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

  • cyan value is 9.56%
  • 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

%9.56
%8.37
%0
%1.57

Codes

Color #E3E6FB in popluar color models

E3 E6 FB
RGB 227 230 251
HSL 233° 75.00% 93.73%
HSB/HSV 233° 9.56% 98.43%
CMYK 9.56% 8.37% 0.00%
1.57%

Color #E3E6FB in popluar number systems.

HEX E3 E6 FB
Decimal 227 230 251
Binary 11100011 11100110 11111011
Octal 343 346 373

Shades and tints

Shades of #E3E6FB

#E3E6FB
(227,230,251)
#CFD2E5
(207,210,229)
#BBBECF
(187,190,207)
#A7AAB9
(167,170,185)
#9396A3
(147,150,163)
#7F828D
(127,130,141)
#6B6E77
(107,110,119)
#575A61
(87,90,97)
#43464B
(67,70,75)
#2F3235
(47,50,53)
#1B1E1F
(27,30,31)
#000000
(0,0,0)

Tints of #E3E6FB

#E3E6FB
(227,230,251)
#E5E8FB
(229,232,251)
#E7EAFB
(231,234,251)
#E9ECFB
(233,236,251)
#EBEEFB
(235,238,251)
#EDF0FB
(237,240,251)
#EFF2FB
(239,242,251)
#F1F4FB
(241,244,251)
#F3F6FB
(243,246,251)
#F5F8FB
(245,248,251)
#F7FAFB
(247,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3E6FB; }

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

This text font color is #E3E6FB.

Background Color

.myBgColor { background-color: #E3E6FB; }

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

This div background color is #E3E6FB.

Border color

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

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

This div border color is #E3E6FB.

Opacity

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

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

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

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

This text has shadow with #E3E6FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3E6FB.

Preview

Color preview on black background

This text has color #E3E6FB on black background.


Color preview on white background

This text has color #E3E6FB on white background.


Black color preview on #E3E6FB background

This text has black color on #E3E6FB background.


White color preview on #E3E6FB background

This text has white color on #E3E6FB background.


Related colors

Complementary color

Complementary color for #hex is #1C1904.


I love getcolorcode.com

Triadic colors

1 #FBE3E6 and #E6FBE3 with #E3E6FB are triadic colors.

2 #FBE6E3 and #E6E3FB with #E3E6FB are triadic colors.