COLOR #E3F1B5

HEX: #E3F1B5
RGB: (227,241,181)

Color info

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

RGB color model

#E3F1B5 color RGB value is (227,241,181).

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

RGB channels and saturation

R 227 of 255 = 89%
G 241 of 255 = 95%
B 181 of 255 = 71%

227
241
181

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

Portions of RGB colors in percentages

R + G + B =
227 + 241 + 181 = 649 (100%)
R 227 of 649 ~ 34.98%
G 241 of 649 ~ 37.13%
B 181 of 649 ~ 27.89%

%34.98
%37.13
%27.89

CMYK color model

#E3F1B5 color CMYK value is (6,0,25,5).

  • cyan value is 5.81%
  • magenta value is 0.00%
  • yellow value is 24.90%
  • key color value is 5.49%
CMYK:
(6,0,25,5)
C6M0Y25K5 
(6%,0%,25%,5%)
(0.06/0.00/0.25/0.05)	

CMYK percentages

%5.81
%0
%24.9
%5.49

Codes

Color #E3F1B5 in popluar color models

E3F1B5
RGB227241181
HSL74°68.18%82.75%
HSB/HSV74°24.90%94.51%
CMYK5.81%0.00%24.90%
5.49%

Color #E3F1B5 in popluar number systems.

HEXE3F1B5
Decimal227241181
Binary111000111111000110110101
Octal343361265

Shades and tints

Shades of #E3F1B5

#E3F1B5
(227,241,181)
#CFDCA5
(207,220,165)
#BBC795
(187,199,149)
#A7B285
(167,178,133)
#939D75
(147,157,117)
#7F8865
(127,136,101)
#6B7355
(107,115,85)
#575E45
(87,94,69)
#434935
(67,73,53)
#2F3425
(47,52,37)
#1B1F15
(27,31,21)
#000000
(0,0,0)

Tints of #E3F1B5

#E3F1B5
(227,241,181)
#E5F2BB
(229,242,187)
#E7F3C1
(231,243,193)
#E9F4C7
(233,244,199)
#EBF5CD
(235,245,205)
#EDF6D3
(237,246,211)
#EFF7D9
(239,247,217)
#F1F8DF
(241,248,223)
#F3F9E5
(243,249,229)
#F5FAEB
(245,250,235)
#F7FBF1
(247,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3F1B5; }

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

This text font color is #E3F1B5.


Background Color

.myBgColor { background-color: #E3F1B5; }

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

This div background color is #E3F1B5.


Border color

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

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

This div border color is #E3F1B5.


Opacity

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

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

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

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

This text has shadow with #E3F1B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3F1B5 on black background.


Color preview on white background

This text has color #E3F1B5 on white background.



Black color preview on #E3F1B5 background

This text has black color on #E3F1B5 background.


White color preview on #E3F1B5 background

This text has white color on #E3F1B5 background.