COLOR #E5F2BF

HEX: #E5F2BF RGB: (229,242,191)

Color info

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

RGB color model

#E5F2BF color RGB value is (229,242,191).

RGB: (229,242,191) (90%, 95%, 75%)

RGB channels and saturation

R 229 of 255 = 90%
G 242 of 255 = 95%
B 191 of 255 = 75%

229
242
191

R + G + B ~ 87%. #E5F2BF is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 242 + 191 = 662 (100%)
R 229 of 662 ~ 34.59%
G 242 of 662 ~ 36.56%
B 191 of 662 ~ 28.85'%

%34.59
%36.56
%28.85

CMYK color model

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

  • cyan value is 5.37%
  • magenta value is 0.00%
  • yellow value is 21.07%
  • key color value is 5.10%

CMYK: (5,0,21,5)
C5M0Y21K5 (5%, 0%, 21%, 5%)
(0.05 / 0.00 / 0.21 / 0.05)

CMYK percentages

%5.37
%0
%21.07
%5.1

Codes

Color #E5F2BF in popluar color models

E5 F2 BF
RGB 229 242 191
HSL 75° 66.23% 84.90%
HSB/HSV 75° 21.07% 94.90%
CMYK 5.37% 0.00% 21.07%
5.10%

Color #E5F2BF in popluar number systems.

HEX E5 F2 BF
Decimal 229 242 191
Binary 11100101 11110010 10111111
Octal 345 362 277

Shades and tints

Shades of #E5F2BF

#E5F2BF
(229,242,191)
#D1DCAE
(209,220,174)
#BDC69D
(189,198,157)
#A9B08C
(169,176,140)
#959A7B
(149,154,123)
#81846A
(129,132,106)
#6D6E59
(109,110,89)
#595848
(89,88,72)
#454237
(69,66,55)
#312C26
(49,44,38)
#1D1615
(29,22,21)
#000000
(0,0,0)

Tints of #E5F2BF

#E5F2BF
(229,242,191)
#E7F3C4
(231,243,196)
#E9F4C9
(233,244,201)
#EBF5CE
(235,245,206)
#EDF6D3
(237,246,211)
#EFF7D8
(239,247,216)
#F1F8DD
(241,248,221)
#F3F9E2
(243,249,226)
#F5FAE7
(245,250,231)
#F7FBEC
(247,251,236)
#F9FCF1
(249,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F2BF color. Also use rgb(229,242,191) instead hex code.

Text Font Color

.myTextColor { color: #E5F2BF; }

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

This text font color is #E5F2BF.

Background Color

.myBgColor { background-color: #E5F2BF; }

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

This div background color is #E5F2BF.

Border color

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

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

This div border color is #E5F2BF.

Opacity

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

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

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

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

This text has shadow with #E5F2BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5F2BF.

Preview

Color preview on black background

This text has color #E5F2BF on black background.


Color preview on white background

This text has color #E5F2BF on white background.


Black color preview on #E5F2BF background

This text has black color on #E5F2BF background.


White color preview on #E5F2BF background

This text has white color on #E5F2BF background.


Related colors

Complementary color

Complementary color for #hex is #1A0D40.


I love getcolorcode.com

Triadic colors

1 #BFE5F2 and #F2BFE5 with #E5F2BF are triadic colors.

2 #BFF2E5 and #F2E5BF with #E5F2BF are triadic colors.