COLOR #E5F3BF

HEX: #E5F3BF RGB: (229,243,191)

Color info

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

RGB color model

#E5F3BF color RGB value is (229,243,191).

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

RGB channels and saturation

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

229
243
191

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

Portions of RGB colors in percentages

R + G + B = 229 + 243 + 191 = 663 (100%)
R 229 of 663 ~ 34.54%
G 243 of 663 ~ 36.65%
B 191 of 663 ~ 28.81'%

%34.54
%36.65
%28.81

CMYK color model

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

  • cyan value is 5.76%
  • magenta value is 0.00%
  • yellow value is 21.40%
  • key color value is 4.71%

CMYK: (6,0,21,5)
C6M0Y21K5 (6%, 0%, 21%, 5%)
(0.06 / 0.00 / 0.21 / 0.05)

CMYK percentages

%5.76
%0
%21.4
%4.71

Codes

Color #E5F3BF in popluar color models

E5 F3 BF
RGB 229 243 191
HSL 76° 68.42% 85.10%
HSB/HSV 76° 21.40% 95.29%
CMYK 5.76% 0.00% 21.40%
4.71%

Color #E5F3BF in popluar number systems.

HEX E5 F3 BF
Decimal 229 243 191
Binary 11100101 11110011 10111111
Octal 345 363 277

Shades and tints

Shades of #E5F3BF

#E5F3BF
(229,243,191)
#D1DDAE
(209,221,174)
#BDC79D
(189,199,157)
#A9B18C
(169,177,140)
#959B7B
(149,155,123)
#81856A
(129,133,106)
#6D6F59
(109,111,89)
#595948
(89,89,72)
#454337
(69,67,55)
#312D26
(49,45,38)
#1D1715
(29,23,21)
#000000
(0,0,0)

Tints of #E5F3BF

#E5F3BF
(229,243,191)
#E7F4C4
(231,244,196)
#E9F5C9
(233,245,201)
#EBF6CE
(235,246,206)
#EDF7D3
(237,247,211)
#EFF8D8
(239,248,216)
#F1F9DD
(241,249,221)
#F3FAE2
(243,250,226)
#F5FBE7
(245,251,231)
#F7FCEC
(247,252,236)
#F9FDF1
(249,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F3BF; }

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

This text font color is #E5F3BF.

Background Color

.myBgColor { background-color: #E5F3BF; }

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

This div background color is #E5F3BF.

Border color

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

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

This div border color is #E5F3BF.

Opacity

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

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

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

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

This text has shadow with #E5F3BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5F3BF.

Preview

Color preview on black background

This text has color #E5F3BF on black background.


Color preview on white background

This text has color #E5F3BF on white background.


Black color preview on #E5F3BF background

This text has black color on #E5F3BF background.


White color preview on #E5F3BF background

This text has white color on #E5F3BF background.


Related colors

Complementary color

Complementary color for #hex is #1A0C40.


I love getcolorcode.com

Triadic colors

1 #BFE5F3 and #F3BFE5 with #E5F3BF are triadic colors.

2 #BFF3E5 and #F3E5BF with #E5F3BF are triadic colors.