COLOR #E3F1E1

HEX: #E3F1E1
RGB: (227,241,225)

Color info

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

RGB color model

#E3F1E1 color RGB value is (227,241,225).

  • red value is 227;
  • green value is 241;
  • blue value is 225.
RGB:
(227,241,225)
(89%,95%,88%)

RGB channels and saturation

R 227 of 255 = 89%
G 241 of 255 = 95%
B 225 of 255 = 88%

227
241
225

R + G + B ~ 91%. #E3F1E1 is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 241 + 225 = 693 (100%)
R 227 of 693 ~ 32.76%
G 241 of 693 ~ 34.78%
B 225 of 693 ~ 32.47%

%32.76
%34.78
%32.47

CMYK color model

#E3F1E1 color CMYK value is (6,0,7,5).

  • cyan value is 5.81%
  • magenta value is 0.00%
  • yellow value is 6.64%
  • key color value is 5.49%
CMYK:
(6,0,7,5)
C6M0Y7K5 
(6%,0%,7%,5%)
(0.06/0.00/0.07/0.05)	

CMYK percentages

%5.81
%0
%6.64
%5.49

Codes

Color #E3F1E1 in popluar color models

E3F1E1
RGB227241225
HSL113°36.36%91.37%
HSB/HSV113°6.64%94.51%
CMYK5.81%0.00%6.64%
5.49%

Color #E3F1E1 in popluar number systems.

HEXE3F1E1
Decimal227241225
Binary111000111111000111100001
Octal343361341

Shades and tints

Shades of #E3F1E1

#E3F1E1
(227,241,225)
#CFDCCD
(207,220,205)
#BBC7B9
(187,199,185)
#A7B2A5
(167,178,165)
#939D91
(147,157,145)
#7F887D
(127,136,125)
#6B7369
(107,115,105)
#575E55
(87,94,85)
#434941
(67,73,65)
#2F342D
(47,52,45)
#1B1F19
(27,31,25)
#000000
(0,0,0)

Tints of #E3F1E1

#E3F1E1
(227,241,225)
#E5F2E3
(229,242,227)
#E7F3E5
(231,243,229)
#E9F4E7
(233,244,231)
#EBF5E9
(235,245,233)
#EDF6EB
(237,246,235)
#EFF7ED
(239,247,237)
#F1F8EF
(241,248,239)
#F3F9F1
(243,249,241)
#F5FAF3
(245,250,243)
#F7FBF5
(247,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3F1E1 color. Also use rgb(227,241,225) instead hex code.

Text Font Color

.myTextColor { color: #E3F1E1; }

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

This text font color is #E3F1E1.


Background Color

.myBgColor { background-color: #E3F1E1; }

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

This div background color is #E3F1E1.


Border color

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

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

This div border color is #E3F1E1.


Opacity

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

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

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

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

This text has shadow with #E3F1E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3F1E1 on black background.


Color preview on white background

This text has color #E3F1E1 on white background.



Black color preview on #E3F1E1 background

This text has black color on #E3F1E1 background.


White color preview on #E3F1E1 background

This text has white color on #E3F1E1 background.