COLOR #E1F9EC

HEX: #E1F9EC RGB: (225,249,236)

Color info

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

RGB color model

#E1F9EC color RGB value is (225,249,236).

RGB: (225,249,236) (88%, 98%, 93%)

RGB channels and saturation

R 225 of 255 = 88%
G 249 of 255 = 98%
B 236 of 255 = 93%

225
249
236

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

Portions of RGB colors in percentages

R + G + B = 225 + 249 + 236 = 710 (100%)
R 225 of 710 ~ 31.69%
G 249 of 710 ~ 35.07%
B 236 of 710 ~ 33.24'%

%31.69
%35.07
%33.24

CMYK color model

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

  • cyan value is 9.64%
  • magenta value is 0.00%
  • yellow value is 5.22%
  • key color value is 2.35%
CMYK: (10,0,5,2) C10M0Y5K2 (10%,0%,5%,2%) (0.10/0.00/0.05/0.02) 

CMYK percentages

%9.64
%0
%5.22
%2.35

Codes

Color #E1F9EC in popluar color models

E1 F9 EC
RGB 225 249 236
HSL 148° 66.67% 92.94%
HSB/HSV 148° 9.64% 97.65%
CMYK 9.64% 0.00% 5.22%
2.35%

Color #E1F9EC in popluar number systems.

HEX E1 F9 EC
Decimal 225 249 236
Binary 11100001 11111001 11101100
Octal 341 371 354

Shades and tints

Shades of #E1F9EC

#E1F9EC
(225,249,236)
#CDE3D7
(205,227,215)
#B9CDC2
(185,205,194)
#A5B7AD
(165,183,173)
#91A198
(145,161,152)
#7D8B83
(125,139,131)
#69756E
(105,117,110)
#555F59
(85,95,89)
#414944
(65,73,68)
#2D332F
(45,51,47)
#191D1A
(25,29,26)
#000000
(0,0,0)

Tints of #E1F9EC

#E1F9EC
(225,249,236)
#E3F9ED
(227,249,237)
#E5F9EE
(229,249,238)
#E7F9EF
(231,249,239)
#E9F9F0
(233,249,240)
#EBF9F1
(235,249,241)
#EDF9F2
(237,249,242)
#EFF9F3
(239,249,243)
#F1F9F4
(241,249,244)
#F3F9F5
(243,249,245)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F9EC color. Also use rgb(225,249,236) instead hex code.

Text Font Color

.myTextColor { color: #E1F9EC; }

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

This text font color is #E1F9EC.

Background Color

.myBgColor { background-color: #E1F9EC; }

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

This div background color is #E1F9EC.

Border color

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

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

This div border color is #E1F9EC.

Opacity

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

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

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

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

This text has shadow with #E1F9EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1F9EC.

Preview

Color preview on black background

This text has color #E1F9EC on black background.


Color preview on white background

This text has color #E1F9EC on white background.


Black color preview on #E1F9EC background

This text has black color on #E1F9EC background.


White color preview on #E1F9EC background

This text has white color on #E1F9EC background.


Related colors

Complementary color

Complementary color for #hex is #1E0613.


I love getcolorcode.com

Triadic colors

1 #ECE1F9 and #F9ECE1 with #E1F9EC are triadic colors.

2 #ECF9E1 and #F9E1EC with #E1F9EC are triadic colors.