COLOR #E7F2FF

HEX: #E7F2FF RGB: (231,242,255)

Color info

#E7F2FF contains red, green and blue colors in about the same proportion. Web safe color of #E7F2FF is #FFFFFF (or #FFF).

RGB color model

#E7F2FF color RGB value is (231,242,255).

RGB: (231,242,255) (91%, 95%, 100%)

RGB channels and saturation

R 231 of 255 = 91%
G 242 of 255 = 95%
B 255 of 255 = 100%

231
242
255

R + G + B ~ 95%. #E7F2FF is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 242 + 255 = 728 (100%)
R 231 of 728 ~ 31.73%
G 242 of 728 ~ 33.24%
B 255 of 728 ~ 35.03'%

%31.73
%33.24
%35.03

CMYK color model

#E7F2FF color CMYK value is (9,5,0,0).

  • cyan value is 9.41%
  • magenta value is 5.10%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (9,5,0,0)
C9M5Y0K0 (9%, 5%, 0%, 0%)
(0.09 / 0.05 / 0.00 / 0.00)

CMYK percentages

%9.41
%5.1
%0
%0

Codes

Color #E7F2FF in popluar color models

E7 F2 FF
RGB 231 242 255
HSL 213° 100.00% 95.29%
HSB/HSV 213° 9.41% 100.00%
CMYK 9.41% 5.10% 0.00%
0.00%

Color #E7F2FF in popluar number systems.

HEX E7 F2 FF
Decimal 231 242 255
Binary 11100111 11110010 11111111
Octal 347 362 377

Shades and tints

Shades of #E7F2FF

#E7F2FF
(231,242,255)
#D2DCE8
(210,220,232)
#BDC6D1
(189,198,209)
#A8B0BA
(168,176,186)
#939AA3
(147,154,163)
#7E848C
(126,132,140)
#696E75
(105,110,117)
#54585E
(84,88,94)
#3F4247
(63,66,71)
#2A2C30
(42,44,48)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #E7F2FF

#E7F2FF
(231,242,255)
#E9F3FF
(233,243,255)
#EBF4FF
(235,244,255)
#EDF5FF
(237,245,255)
#EFF6FF
(239,246,255)
#F1F7FF
(241,247,255)
#F3F8FF
(243,248,255)
#F5F9FF
(245,249,255)
#F7FAFF
(247,250,255)
#F9FBFF
(249,251,255)
#FBFCFF
(251,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F2FF; }

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

This text font color is #E7F2FF.

Background Color

.myBgColor { background-color: #E7F2FF; }

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

This div background color is #E7F2FF.

Border color

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

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

This div border color is #E7F2FF.

Opacity

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

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

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

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

This text has shadow with #E7F2FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7F2FF.

Preview

Color preview on black background

This text has color #E7F2FF on black background.


Color preview on white background

This text has color #E7F2FF on white background.


Black color preview on #E7F2FF background

This text has black color on #E7F2FF background.


White color preview on #E7F2FF background

This text has white color on #E7F2FF background.


Related colors

Complementary color

Complementary color for #hex is #180D00.


I love getcolorcode.com

Triadic colors

1 #FFE7F2 and #F2FFE7 with #E7F2FF are triadic colors.

2 #FFF2E7 and #F2E7FF with #E7F2FF are triadic colors.