COLOR #E3F1BF

HEX: #E3F1BF
RGB: (227,241,191)

Color info

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

RGB color model

#E3F1BF color RGB value is (227,241,191).

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

RGB channels and saturation

R 227 of 255 = 89%
G 241 of 255 = 95%
B 191 of 255 = 75%

227
241
191

R + G + B ~ 86%. #E3F1BF is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 241 + 191 = 659 (100%)
R 227 of 659 ~ 34.45%
G 241 of 659 ~ 36.57%
B 191 of 659 ~ 28.98%

%34.45
%36.57
%28.98

CMYK color model

#E3F1BF color CMYK value is (6,0,21,5).

  • cyan value is 5.81%
  • magenta value is 0.00%
  • yellow value is 20.75%
  • key color value is 5.49%
CMYK:
(6,0,21,5)
C6M0Y21K5 
(6%,0%,21%,5%)
(0.06/0.00/0.21/0.05)	

CMYK percentages

%5.81
%0
%20.75
%5.49

Codes

Color #E3F1BF in popluar color models

E3F1BF
RGB227241191
HSL77°64.10%84.71%
HSB/HSV77°20.75%94.51%
CMYK5.81%0.00%20.75%
5.49%

Color #E3F1BF in popluar number systems.

HEXE3F1BF
Decimal227241191
Binary111000111111000110111111
Octal343361277

Shades and tints

Shades of #E3F1BF

#E3F1BF
(227,241,191)
#CFDCAE
(207,220,174)
#BBC79D
(187,199,157)
#A7B28C
(167,178,140)
#939D7B
(147,157,123)
#7F886A
(127,136,106)
#6B7359
(107,115,89)
#575E48
(87,94,72)
#434937
(67,73,55)
#2F3426
(47,52,38)
#1B1F15
(27,31,21)
#000000
(0,0,0)

Tints of #E3F1BF

#E3F1BF
(227,241,191)
#E5F2C4
(229,242,196)
#E7F3C9
(231,243,201)
#E9F4CE
(233,244,206)
#EBF5D3
(235,245,211)
#EDF6D8
(237,246,216)
#EFF7DD
(239,247,221)
#F1F8E2
(241,248,226)
#F3F9E7
(243,249,231)
#F5FAEC
(245,250,236)
#F7FBF1
(247,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3F1BF; }

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

This text font color is #E3F1BF.


Background Color

.myBgColor { background-color: #E3F1BF; }

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

This div background color is #E3F1BF.


Border color

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

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

This div border color is #E3F1BF.


Opacity

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

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

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

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

This text has shadow with #E3F1BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3F1BF on black background.


Color preview on white background

This text has color #E3F1BF on white background.



Black color preview on #E3F1BF background

This text has black color on #E3F1BF background.


White color preview on #E3F1BF background

This text has white color on #E3F1BF background.