COLOR #E1F1EB

HEX: #E1F1EB
RGB: (225,241,235)

Color info

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

RGB color model

#E1F1EB color RGB value is (225,241,235).

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

RGB channels and saturation

R 225 of 255 = 88%
G 241 of 255 = 95%
B 235 of 255 = 92%

225
241
235

R + G + B ~ 92%. #E1F1EB is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 241 + 235 = 701 (100%)
R 225 of 701 ~ 32.1%
G 241 of 701 ~ 34.38%
B 235 of 701 ~ 33.52%

%32.1
%34.38
%33.52

CMYK color model

#E1F1EB color CMYK value is (7,0,2,5).

  • cyan value is 6.64%
  • magenta value is 0.00%
  • yellow value is 2.49%
  • key color value is 5.49%
CMYK:
(7,0,2,5)
C7M0Y2K5 
(7%,0%,2%,5%)
(0.07/0.00/0.02/0.05)	

CMYK percentages

%6.64
%0
%2.49
%5.49

Codes

Color #E1F1EB in popluar color models

E1F1EB
RGB225241235
HSL158°36.36%91.37%
HSB/HSV158°6.64%94.51%
CMYK6.64%0.00%2.49%
5.49%

Color #E1F1EB in popluar number systems.

HEXE1F1EB
Decimal225241235
Binary111000011111000111101011
Octal341361353

Shades and tints

Shades of #E1F1EB

#E1F1EB
(225,241,235)
#CDDCD6
(205,220,214)
#B9C7C1
(185,199,193)
#A5B2AC
(165,178,172)
#919D97
(145,157,151)
#7D8882
(125,136,130)
#69736D
(105,115,109)
#555E58
(85,94,88)
#414943
(65,73,67)
#2D342E
(45,52,46)
#191F19
(25,31,25)
#000000
(0,0,0)

Tints of #E1F1EB

#E1F1EB
(225,241,235)
#E3F2EC
(227,242,236)
#E5F3ED
(229,243,237)
#E7F4EE
(231,244,238)
#E9F5EF
(233,245,239)
#EBF6F0
(235,246,240)
#EDF7F1
(237,247,241)
#EFF8F2
(239,248,242)
#F1F9F3
(241,249,243)
#F3FAF4
(243,250,244)
#F5FBF5
(245,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F1EB; }

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

This text font color is #E1F1EB.


Background Color

.myBgColor { background-color: #E1F1EB; }

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

This div background color is #E1F1EB.


Border color

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

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

This div border color is #E1F1EB.


Opacity

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

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

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

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

This text has shadow with #E1F1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F1EB on black background.


Color preview on white background

This text has color #E1F1EB on white background.



Black color preview on #E1F1EB background

This text has black color on #E1F1EB background.


White color preview on #E1F1EB background

This text has white color on #E1F1EB background.