COLOR #E2E7FF

HEX: #E2E7FF RGB: (226,231,255)

Color info

#E2E7FF contains red, green and blue colors in about the same proportion. Web safe color of #E2E7FF is #CCFFFF (or #CFF).

RGB color model

#E2E7FF color RGB value is (226,231,255).

RGB: (226,231,255) (89%, 91%, 100%)

RGB channels and saturation

R 226 of 255 = 89%
G 231 of 255 = 91%
B 255 of 255 = 100%

226
231
255

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

Portions of RGB colors in percentages

R + G + B = 226 + 231 + 255 = 712 (100%)
R 226 of 712 ~ 31.74%
G 231 of 712 ~ 32.44%
B 255 of 712 ~ 35.81'%

%31.74
%32.44
%35.81

CMYK color model

#E2E7FF color CMYK value is (11,9,0,0).

  • cyan value is 11.37%
  • magenta value is 9.41%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (11,9,0,0) C11M9Y0K0 (11%,9%,0%,0%) (0.11/0.09/0.00/0.00) 

CMYK percentages

%11.37
%9.41
%0
%0

Codes

Color #E2E7FF in popluar color models

E2 E7 FF
RGB 226 231 255
HSL 230° 100.00% 94.31%
HSB/HSV 230° 11.37% 100.00%
CMYK 11.37% 9.41% 0.00%
0.00%

Color #E2E7FF in popluar number systems.

HEX E2 E7 FF
Decimal 226 231 255
Binary 11100010 11100111 11111111
Octal 342 347 377

Shades and tints

Shades of #E2E7FF

#E2E7FF
(226,231,255)
#CED2E8
(206,210,232)
#BABDD1
(186,189,209)
#A6A8BA
(166,168,186)
#9293A3
(146,147,163)
#7E7E8C
(126,126,140)
#6A6975
(106,105,117)
#56545E
(86,84,94)
#423F47
(66,63,71)
#2E2A30
(46,42,48)
#1A1519
(26,21,25)
#000000
(0,0,0)

Tints of #E2E7FF

#E2E7FF
(226,231,255)
#E4E9FF
(228,233,255)
#E6EBFF
(230,235,255)
#E8EDFF
(232,237,255)
#EAEFFF
(234,239,255)
#ECF1FF
(236,241,255)
#EEF3FF
(238,243,255)
#F0F5FF
(240,245,255)
#F2F7FF
(242,247,255)
#F4F9FF
(244,249,255)
#F6FBFF
(246,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E7FF; }

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

This text font color is #E2E7FF.

Background Color

.myBgColor { background-color: #E2E7FF; }

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

This div background color is #E2E7FF.

Border color

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

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

This div border color is #E2E7FF.

Opacity

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

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

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

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

This text has shadow with #E2E7FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2E7FF.

Preview

Color preview on black background

This text has color #E2E7FF on black background.


Color preview on white background

This text has color #E2E7FF on white background.


Black color preview on #E2E7FF background

This text has black color on #E2E7FF background.


White color preview on #E2E7FF background

This text has white color on #E2E7FF background.


Related colors

Complementary color

Complementary color for #hex is #1D1800.


I love getcolorcode.com

Triadic colors

1 #FFE2E7 and #E7FFE2 with #E2E7FF are triadic colors.

2 #FFE7E2 and #E7E2FF with #E2E7FF are triadic colors.