COLOR #E1F3B5

HEX: #E1F3B5
RGB: (225,243,181)

Color info

#E1F3B5 contains mainly red and green colors. Web safe color of #E1F3B5 is #CCFFCC (or #CFC).

RGB color model

#E1F3B5 color RGB value is (225,243,181).

  • red value is 225;
  • green value is 243;
  • blue value is 181.
RGB:
(225,243,181)
(88%,95%,71%)

RGB channels and saturation

R 225 of 255 = 88%
G 243 of 255 = 95%
B 181 of 255 = 71%

225
243
181

R + G + B ~ 85%. #E1F3B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 243 + 181 = 649 (100%)
R 225 of 649 ~ 34.67%
G 243 of 649 ~ 37.44%
B 181 of 649 ~ 27.89%

%34.67
%37.44
%27.89

CMYK color model

#E1F3B5 color CMYK value is (7,0,26,5).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 25.51%
  • key color value is 4.71%
CMYK:
(7,0,26,5)
C7M0Y26K5 
(7%,0%,26%,5%)
(0.07/0.00/0.26/0.05)	

CMYK percentages

%7.41
%0
%25.51
%4.71

Codes

Color #E1F3B5 in popluar color models

E1F3B5
RGB225243181
HSL77°72.09%83.14%
HSB/HSV77°25.51%95.29%
CMYK7.41%0.00%25.51%
4.71%

Color #E1F3B5 in popluar number systems.

HEXE1F3B5
Decimal225243181
Binary111000011111001110110101
Octal341363265

Shades and tints

Shades of #E1F3B5

#E1F3B5
(225,243,181)
#CDDDA5
(205,221,165)
#B9C795
(185,199,149)
#A5B185
(165,177,133)
#919B75
(145,155,117)
#7D8565
(125,133,101)
#696F55
(105,111,85)
#555945
(85,89,69)
#414335
(65,67,53)
#2D2D25
(45,45,37)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #E1F3B5

#E1F3B5
(225,243,181)
#E3F4BB
(227,244,187)
#E5F5C1
(229,245,193)
#E7F6C7
(231,246,199)
#E9F7CD
(233,247,205)
#EBF8D3
(235,248,211)
#EDF9D9
(237,249,217)
#EFFADF
(239,250,223)
#F1FBE5
(241,251,229)
#F3FCEB
(243,252,235)
#F5FDF1
(245,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F3B5 color. Also use rgb(225,243,181) instead hex code.

Text Font Color

.myTextColor { color: #E1F3B5; }

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

This text font color is #E1F3B5.


Background Color

.myBgColor { background-color: #E1F3B5; }

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

This div background color is #E1F3B5.


Border color

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

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

This div border color is #E1F3B5.


Opacity

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

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

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

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

This text has shadow with #E1F3B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F3B5 on black background.


Color preview on white background

This text has color #E1F3B5 on white background.



Black color preview on #E1F3B5 background

This text has black color on #E1F3B5 background.


White color preview on #E1F3B5 background

This text has white color on #E1F3B5 background.