COLOR #E7F2EE

HEX: #E7F2EE RGB: (231,242,238)

Color info

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

RGB color model

#E7F2EE color RGB value is (231,242,238).

RGB: (231,242,238) (91%, 95%, 93%)

RGB channels and saturation

R 231 of 255 = 91%
G 242 of 255 = 95%
B 238 of 255 = 93%

231
242
238

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

Portions of RGB colors in percentages

R + G + B = 231 + 242 + 238 = 711 (100%)
R 231 of 711 ~ 32.49%
G 242 of 711 ~ 34.04%
B 238 of 711 ~ 33.47'%

%32.49
%34.04
%33.47

CMYK color model

#E7F2EE color CMYK value is (5,0,2,5).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 1.65%
  • key color value is 5.10%

CMYK: (5,0,2,5)
C5M0Y2K5 (5%, 0%, 2%, 5%)
(0.05 / 0.00 / 0.02 / 0.05)

CMYK percentages

%4.55
%0
%1.65
%5.1

Codes

Color #E7F2EE in popluar color models

E7 F2 EE
RGB 231 242 238
HSL 158° 29.73% 92.75%
HSB/HSV 158° 4.55% 94.90%
CMYK 4.55% 0.00% 1.65%
5.10%

Color #E7F2EE in popluar number systems.

HEX E7 F2 EE
Decimal 231 242 238
Binary 11100111 11110010 11101110
Octal 347 362 356

Shades and tints

Shades of #E7F2EE

#E7F2EE
(231,242,238)
#D2DCD9
(210,220,217)
#BDC6C4
(189,198,196)
#A8B0AF
(168,176,175)
#939A9A
(147,154,154)
#7E8485
(126,132,133)
#696E70
(105,110,112)
#54585B
(84,88,91)
#3F4246
(63,66,70)
#2A2C31
(42,44,49)
#15161C
(21,22,28)
#000000
(0,0,0)

Tints of #E7F2EE

#E7F2EE
(231,242,238)
#E9F3EF
(233,243,239)
#EBF4F0
(235,244,240)
#EDF5F1
(237,245,241)
#EFF6F2
(239,246,242)
#F1F7F3
(241,247,243)
#F3F8F4
(243,248,244)
#F5F9F5
(245,249,245)
#F7FAF6
(247,250,246)
#F9FBF7
(249,251,247)
#FBFCF8
(251,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F2EE; }

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

This text font color is #E7F2EE.

Background Color

.myBgColor { background-color: #E7F2EE; }

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

This div background color is #E7F2EE.

Border color

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

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

This div border color is #E7F2EE.

Opacity

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

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

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

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

This text has shadow with #E7F2EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7F2EE.

Preview

Color preview on black background

This text has color #E7F2EE on black background.


Color preview on white background

This text has color #E7F2EE on white background.


Black color preview on #E7F2EE background

This text has black color on #E7F2EE background.


White color preview on #E7F2EE background

This text has white color on #E7F2EE background.


Related colors

Complementary color

Complementary color for #hex is #180D11.


I love getcolorcode.com

Triadic colors

1 #EEE7F2 and #F2EEE7 with #E7F2EE are triadic colors.

2 #EEF2E7 and #F2E7EE with #E7F2EE are triadic colors.