COLOR #E2F7F4

HEX: #E2F7F4 RGB: (226,247,244)

Color info

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

RGB color model

#E2F7F4 color RGB value is (226,247,244).

RGB: (226,247,244) (89%, 97%, 96%)

RGB channels and saturation

R 226 of 255 = 89%
G 247 of 255 = 97%
B 244 of 255 = 96%

226
247
244

R + G + B ~ 94%. #E2F7F4 is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 247 + 244 = 717 (100%)
R 226 of 717 ~ 31.52%
G 247 of 717 ~ 34.45%
B 244 of 717 ~ 34.03'%

%31.52
%34.45
%34.03

CMYK color model

#E2F7F4 color CMYK value is (9,0,1,3).

  • cyan value is 8.50%
  • magenta value is 0.00%
  • yellow value is 1.21%
  • key color value is 3.14%

CMYK: (9,0,1,3)
C9M0Y1K3 (9%, 0%, 1%, 3%)
(0.09 / 0.00 / 0.01 / 0.03)

CMYK percentages

%8.5
%0
%1.21
%3.14

Codes

Color #E2F7F4 in popluar color models

E2 F7 F4
RGB 226 247 244
HSL 171° 56.76% 92.75%
HSB/HSV 171° 8.50% 96.86%
CMYK 8.50% 0.00% 1.21%
3.14%

Color #E2F7F4 in popluar number systems.

HEX E2 F7 F4
Decimal 226 247 244
Binary 11100010 11110111 11110100
Octal 342 367 364

Shades and tints

Shades of #E2F7F4

#E2F7F4
(226,247,244)
#CEE1DE
(206,225,222)
#BACBC8
(186,203,200)
#A6B5B2
(166,181,178)
#929F9C
(146,159,156)
#7E8986
(126,137,134)
#6A7370
(106,115,112)
#565D5A
(86,93,90)
#424744
(66,71,68)
#2E312E
(46,49,46)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #E2F7F4

#E2F7F4
(226,247,244)
#E4F7F5
(228,247,245)
#E6F7F6
(230,247,246)
#E8F7F7
(232,247,247)
#EAF7F8
(234,247,248)
#ECF7F9
(236,247,249)
#EEF7FA
(238,247,250)
#F0F7FB
(240,247,251)
#F2F7FC
(242,247,252)
#F4F7FD
(244,247,253)
#F6F7FE
(246,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2F7F4 color. Also use rgb(226,247,244) instead hex code.

Text Font Color

.myTextColor { color: #E2F7F4; }

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

This text font color is #E2F7F4.

Background Color

.myBgColor { background-color: #E2F7F4; }

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

This div background color is #E2F7F4.

Border color

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

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

This div border color is #E2F7F4.

Opacity

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

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

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

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

This text has shadow with #E2F7F4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2F7F4.

Preview

Color preview on black background

This text has color #E2F7F4 on black background.


Color preview on white background

This text has color #E2F7F4 on white background.


Black color preview on #E2F7F4 background

This text has black color on #E2F7F4 background.


White color preview on #E2F7F4 background

This text has white color on #E2F7F4 background.


Related colors

Complementary color

Complementary color for #hex is #1D080B.


I love getcolorcode.com

Triadic colors

1 #F4E2F7 and #F7F4E2 with #E2F7F4 are triadic colors.

2 #F4F7E2 and #F7E2F4 with #E2F7F4 are triadic colors.