COLOR #E1F9D6

HEX: #E1F9D6
RGB: (225,249,214)

Color info

#E1F9D6 contains red, green and blue colors in about the same proportion. Web safe color of #E1F9D6 is #CCFFCC (or #CFC).

RGB color model

#E1F9D6 color RGB value is (225,249,214).

  • red value is 225;
  • green value is 249;
  • blue value is 214.
RGB:
(225,249,214)
(88%,98%,84%)

RGB channels and saturation

R 225 of 255 = 88%
G 249 of 255 = 98%
B 214 of 255 = 84%

225
249
214

R + G + B ~ 90%. #E1F9D6 is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 249 + 214 = 688 (100%)
R 225 of 688 ~ 32.7%
G 249 of 688 ~ 36.19%
B 214 of 688 ~ 31.1%

%32.7
%36.19
%31.1

CMYK color model

#E1F9D6 color CMYK value is (10,0,14,2).

  • cyan value is 9.64%
  • magenta value is 0.00%
  • yellow value is 14.06%
  • key color value is 2.35%
CMYK:
(10,0,14,2)
C10M0Y14K2 
(10%,0%,14%,2%)
(0.10/0.00/0.14/0.02)	

CMYK percentages

%9.64
%0
%14.06
%2.35

Codes

Color #E1F9D6 in popluar color models

E1F9D6
RGB225249214
HSL101°74.47%90.78%
HSB/HSV101°14.06%97.65%
CMYK9.64%0.00%14.06%
2.35%

Color #E1F9D6 in popluar number systems.

HEXE1F9D6
Decimal225249214
Binary111000011111100111010110
Octal341371326

Shades and tints

Shades of #E1F9D6

#E1F9D6
(225,249,214)
#CDE3C3
(205,227,195)
#B9CDB0
(185,205,176)
#A5B79D
(165,183,157)
#91A18A
(145,161,138)
#7D8B77
(125,139,119)
#697564
(105,117,100)
#555F51
(85,95,81)
#41493E
(65,73,62)
#2D332B
(45,51,43)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #E1F9D6

#E1F9D6
(225,249,214)
#E3F9D9
(227,249,217)
#E5F9DC
(229,249,220)
#E7F9DF
(231,249,223)
#E9F9E2
(233,249,226)
#EBF9E5
(235,249,229)
#EDF9E8
(237,249,232)
#EFF9EB
(239,249,235)
#F1F9EE
(241,249,238)
#F3F9F1
(243,249,241)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F9D6; }

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

This text font color is #E1F9D6.


Background Color

.myBgColor { background-color: #E1F9D6; }

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

This div background color is #E1F9D6.


Border color

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

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

This div border color is #E1F9D6.


Opacity

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

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

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

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

This text has shadow with #E1F9D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F9D6 on black background.


Color preview on white background

This text has color #E1F9D6 on white background.



Black color preview on #E1F9D6 background

This text has black color on #E1F9D6 background.


White color preview on #E1F9D6 background

This text has white color on #E1F9D6 background.