COLOR #E7F6FF

HEX: #E7F6FF RGB: (231,246,255)

Color info

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

RGB color model

#E7F6FF color RGB value is (231,246,255).

RGB: (231,246,255) (91%, 96%, 100%)

RGB channels and saturation

R 231 of 255 = 91%
G 246 of 255 = 96%
B 255 of 255 = 100%

231
246
255

R + G + B ~ 96%. #E7F6FF is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 246 + 255 = 732 (100%)
R 231 of 732 ~ 31.56%
G 246 of 732 ~ 33.61%
B 255 of 732 ~ 34.84'%

%31.56
%33.61
%34.84

CMYK color model

#E7F6FF color CMYK value is (9,4,0,0).

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

CMYK: (9,4,0,0)
C9M4Y0K0 (9%, 4%, 0%, 0%)
(0.09 / 0.04 / 0.00 / 0.00)

CMYK percentages

%9.41
%3.53
%0
%0

Codes

Color #E7F6FF in popluar color models

E7 F6 FF
RGB 231 246 255
HSL 203° 100.00% 95.29%
HSB/HSV 203° 9.41% 100.00%
CMYK 9.41% 3.53% 0.00%
0.00%

Color #E7F6FF in popluar number systems.

HEX E7 F6 FF
Decimal 231 246 255
Binary 11100111 11110110 11111111
Octal 347 366 377

Shades and tints

Shades of #E7F6FF

#E7F6FF
(231,246,255)
#D2E0E8
(210,224,232)
#BDCAD1
(189,202,209)
#A8B4BA
(168,180,186)
#939EA3
(147,158,163)
#7E888C
(126,136,140)
#697275
(105,114,117)
#545C5E
(84,92,94)
#3F4647
(63,70,71)
#2A3030
(42,48,48)
#151A19
(21,26,25)
#000000
(0,0,0)

Tints of #E7F6FF

#E7F6FF
(231,246,255)
#E9F6FF
(233,246,255)
#EBF6FF
(235,246,255)
#EDF6FF
(237,246,255)
#EFF6FF
(239,246,255)
#F1F6FF
(241,246,255)
#F3F6FF
(243,246,255)
#F5F6FF
(245,246,255)
#F7F6FF
(247,246,255)
#F9F6FF
(249,246,255)
#FBF6FF
(251,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F6FF; }

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

This text font color is #E7F6FF.

Background Color

.myBgColor { background-color: #E7F6FF; }

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

This div background color is #E7F6FF.

Border color

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

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

This div border color is #E7F6FF.

Opacity

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

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

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

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

This text has shadow with #E7F6FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7F6FF.

Preview

Color preview on black background

This text has color #E7F6FF on black background.


Color preview on white background

This text has color #E7F6FF on white background.


Black color preview on #E7F6FF background

This text has black color on #E7F6FF background.


White color preview on #E7F6FF background

This text has white color on #E7F6FF background.


Related colors

Complementary color

Complementary color for #hex is #180900.


I love getcolorcode.com

Triadic colors

1 #FFE7F6 and #F6FFE7 with #E7F6FF are triadic colors.

2 #FFF6E7 and #F6E7FF with #E7F6FF are triadic colors.