COLOR #E2E6FF

HEX: #E2E6FF RGB: (226,230,255)

Color info

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

RGB color model

#E2E6FF color RGB value is (226,230,255).

RGB: (226,230,255) (89%, 90%, 100%)

RGB channels and saturation

R 226 of 255 = 89%
G 230 of 255 = 90%
B 255 of 255 = 100%

226
230
255

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

Portions of RGB colors in percentages

R + G + B = 226 + 230 + 255 = 711 (100%)
R 226 of 711 ~ 31.79%
G 230 of 711 ~ 32.35%
B 255 of 711 ~ 35.86'%

%31.79
%32.35
%35.86

CMYK color model

#E2E6FF color CMYK value is (11,10,0,0).

  • cyan value is 11.37%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (11,10,0,0)
C11M10Y0K0 (11%, 10%, 0%, 0%)
(0.11 / 0.10 / 0.00 / 0.00)

CMYK percentages

%11.37
%9.8
%0
%0

Codes

Color #E2E6FF in popluar color models

E2 E6 FF
RGB 226 230 255
HSL 232° 100.00% 94.31%
HSB/HSV 232° 11.37% 100.00%
CMYK 11.37% 9.80% 0.00%
0.00%

Color #E2E6FF in popluar number systems.

HEX E2 E6 FF
Decimal 226 230 255
Binary 11100010 11100110 11111111
Octal 342 346 377

Shades and tints

Shades of #E2E6FF

#E2E6FF
(226,230,255)
#CED2E8
(206,210,232)
#BABED1
(186,190,209)
#A6AABA
(166,170,186)
#9296A3
(146,150,163)
#7E828C
(126,130,140)
#6A6E75
(106,110,117)
#565A5E
(86,90,94)
#424647
(66,70,71)
#2E3230
(46,50,48)
#1A1E19
(26,30,25)
#000000
(0,0,0)

Tints of #E2E6FF

#E2E6FF
(226,230,255)
#E4E8FF
(228,232,255)
#E6EAFF
(230,234,255)
#E8ECFF
(232,236,255)
#EAEEFF
(234,238,255)
#ECF0FF
(236,240,255)
#EEF2FF
(238,242,255)
#F0F4FF
(240,244,255)
#F2F6FF
(242,246,255)
#F4F8FF
(244,248,255)
#F6FAFF
(246,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E6FF; }

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

This text font color is #E2E6FF.

Background Color

.myBgColor { background-color: #E2E6FF; }

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

This div background color is #E2E6FF.

Border color

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

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

This div border color is #E2E6FF.

Opacity

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

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

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

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

This text has shadow with #E2E6FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2E6FF.

Preview

Color preview on black background

This text has color #E2E6FF on black background.


Color preview on white background

This text has color #E2E6FF on white background.


Black color preview on #E2E6FF background

This text has black color on #E2E6FF background.


White color preview on #E2E6FF background

This text has white color on #E2E6FF background.


Related colors

Complementary color

Complementary color for #hex is #1D1900.


I love getcolorcode.com

Triadic colors

1 #FFE2E6 and #E6FFE2 with #E2E6FF are triadic colors.

2 #FFE6E2 and #E6E2FF with #E2E6FF are triadic colors.