COLOR #E9F4F1

HEX: #E9F4F1 RGB: (233,244,241)

Color info

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

RGB color model

#E9F4F1 color RGB value is (233,244,241).

RGB: (233,244,241) (91%, 96%, 95%)

RGB channels and saturation

R 233 of 255 = 91%
G 244 of 255 = 96%
B 241 of 255 = 95%

233
244
241

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

Portions of RGB colors in percentages

R + G + B = 233 + 244 + 241 = 718 (100%)
R 233 of 718 ~ 32.45%
G 244 of 718 ~ 33.98%
B 241 of 718 ~ 33.57'%

%32.45
%33.98
%33.57

CMYK color model

#E9F4F1 color CMYK value is (5,0,1,4).

  • cyan value is 4.51%
  • magenta value is 0.00%
  • yellow value is 1.23%
  • key color value is 4.31%

CMYK: (5,0,1,4)
C5M0Y1K4 (5%, 0%, 1%, 4%)
(0.05 / 0.00 / 0.01 / 0.04)

CMYK percentages

%4.51
%0
%1.23
%4.31

Codes

Color #E9F4F1 in popluar color models

E9 F4 F1
RGB 233 244 241
HSL 164° 33.33% 93.53%
HSB/HSV 164° 4.51% 95.69%
CMYK 4.51% 0.00% 1.23%
4.31%

Color #E9F4F1 in popluar number systems.

HEX E9 F4 F1
Decimal 233 244 241
Binary 11101001 11110100 11110001
Octal 351 364 361

Shades and tints

Shades of #E9F4F1

#E9F4F1
(233,244,241)
#D4DEDC
(212,222,220)
#BFC8C7
(191,200,199)
#AAB2B2
(170,178,178)
#959C9D
(149,156,157)
#808688
(128,134,136)
#6B7073
(107,112,115)
#565A5E
(86,90,94)
#414449
(65,68,73)
#2C2E34
(44,46,52)
#17181F
(23,24,31)
#000000
(0,0,0)

Tints of #E9F4F1

#E9F4F1
(233,244,241)
#EBF5F2
(235,245,242)
#EDF6F3
(237,246,243)
#EFF7F4
(239,247,244)
#F1F8F5
(241,248,245)
#F3F9F6
(243,249,246)
#F5FAF7
(245,250,247)
#F7FBF8
(247,251,248)
#F9FCF9
(249,252,249)
#FBFDFA
(251,253,250)
#FDFEFB
(253,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9F4F1 color. Also use rgb(233,244,241) instead hex code.

Text Font Color

.myTextColor { color: #E9F4F1; }

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

This text font color is #E9F4F1.

Background Color

.myBgColor { background-color: #E9F4F1; }

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

This div background color is #E9F4F1.

Border color

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

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

This div border color is #E9F4F1.

Opacity

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

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

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

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

This text has shadow with #E9F4F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9F4F1.

Preview

Color preview on black background

This text has color #E9F4F1 on black background.


Color preview on white background

This text has color #E9F4F1 on white background.


Black color preview on #E9F4F1 background

This text has black color on #E9F4F1 background.


White color preview on #E9F4F1 background

This text has white color on #E9F4F1 background.


Related colors

Complementary color

Complementary color for #hex is #160B0E.


I love getcolorcode.com

Triadic colors

1 #F1E9F4 and #F4F1E9 with #E9F4F1 are triadic colors.

2 #F1F4E9 and #F4E9F1 with #E9F4F1 are triadic colors.