COLOR #E1F9EA

HEX: #E1F9EA RGB: (225,249,234)

Color info

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

RGB color model

#E1F9EA color RGB value is (225,249,234).

RGB: (225,249,234) (88%, 98%, 92%)

RGB channels and saturation

R 225 of 255 = 88%
G 249 of 255 = 98%
B 234 of 255 = 92%

225
249
234

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

Portions of RGB colors in percentages

R + G + B = 225 + 249 + 234 = 708 (100%)
R 225 of 708 ~ 31.78%
G 249 of 708 ~ 35.17%
B 234 of 708 ~ 33.05'%

%31.78
%35.17
%33.05

CMYK color model

#E1F9EA color CMYK value is (10,0,6,2).

  • cyan value is 9.64%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 2.35%

CMYK: (10,0,6,2)
C10M0Y6K2 (10%, 0%, 6%, 2%)
(0.10 / 0.00 / 0.06 / 0.02)

CMYK percentages

%9.64
%0
%6.02
%2.35

Codes

Color #E1F9EA in popluar color models

E1 F9 EA
RGB 225 249 234
HSL 143° 66.67% 92.94%
HSB/HSV 143° 9.64% 97.65%
CMYK 9.64% 0.00% 6.02%
2.35%

Color #E1F9EA in popluar number systems.

HEX E1 F9 EA
Decimal 225 249 234
Binary 11100001 11111001 11101010
Octal 341 371 352

Shades and tints

Shades of #E1F9EA

#E1F9EA
(225,249,234)
#CDE3D5
(205,227,213)
#B9CDC0
(185,205,192)
#A5B7AB
(165,183,171)
#91A196
(145,161,150)
#7D8B81
(125,139,129)
#69756C
(105,117,108)
#555F57
(85,95,87)
#414942
(65,73,66)
#2D332D
(45,51,45)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #E1F9EA

#E1F9EA
(225,249,234)
#E3F9EB
(227,249,235)
#E5F9EC
(229,249,236)
#E7F9ED
(231,249,237)
#E9F9EE
(233,249,238)
#EBF9EF
(235,249,239)
#EDF9F0
(237,249,240)
#EFF9F1
(239,249,241)
#F1F9F2
(241,249,242)
#F3F9F3
(243,249,243)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F9EA; }

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

This text font color is #E1F9EA.

Background Color

.myBgColor { background-color: #E1F9EA; }

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

This div background color is #E1F9EA.

Border color

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

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

This div border color is #E1F9EA.

Opacity

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

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

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

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

This text has shadow with #E1F9EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1F9EA.

Preview

Color preview on black background

This text has color #E1F9EA on black background.


Color preview on white background

This text has color #E1F9EA on white background.


Black color preview on #E1F9EA background

This text has black color on #E1F9EA background.


White color preview on #E1F9EA background

This text has white color on #E1F9EA background.


Related colors

Complementary color

Complementary color for #hex is #1E0615.


I love getcolorcode.com

Triadic colors

1 #EAE1F9 and #F9EAE1 with #E1F9EA are triadic colors.

2 #EAF9E1 and #F9E1EA with #E1F9EA are triadic colors.