COLOR #E5F8BC

HEX: #E5F8BC RGB: (229,248,188)

Color info

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

RGB color model

#E5F8BC color RGB value is (229,248,188).

RGB: (229,248,188) (90%, 97%, 74%)

RGB channels and saturation

R 229 of 255 = 90%
G 248 of 255 = 97%
B 188 of 255 = 74%

229
248
188

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

Portions of RGB colors in percentages

R + G + B = 229 + 248 + 188 = 665 (100%)
R 229 of 665 ~ 34.44%
G 248 of 665 ~ 37.29%
B 188 of 665 ~ 28.27'%

%34.44
%37.29
%28.27

CMYK color model

#E5F8BC color CMYK value is (8,0,24,3).

  • cyan value is 7.66%
  • magenta value is 0.00%
  • yellow value is 24.19%
  • key color value is 2.75%

CMYK: (8,0,24,3)
C8M0Y24K3 (8%, 0%, 24%, 3%)
(0.08 / 0.00 / 0.24 / 0.03)

CMYK percentages

%7.66
%0
%24.19
%2.75

Codes

Color #E5F8BC in popluar color models

E5 F8 BC
RGB 229 248 188
HSL 79° 81.08% 85.49%
HSB/HSV 79° 24.19% 97.25%
CMYK 7.66% 0.00% 24.19%
2.75%

Color #E5F8BC in popluar number systems.

HEX E5 F8 BC
Decimal 229 248 188
Binary 11100101 11111000 10111100
Octal 345 370 274

Shades and tints

Shades of #E5F8BC

#E5F8BC
(229,248,188)
#D1E2AB
(209,226,171)
#BDCC9A
(189,204,154)
#A9B689
(169,182,137)
#95A078
(149,160,120)
#818A67
(129,138,103)
#6D7456
(109,116,86)
#595E45
(89,94,69)
#454834
(69,72,52)
#313223
(49,50,35)
#1D1C12
(29,28,18)
#000000
(0,0,0)

Tints of #E5F8BC

#E5F8BC
(229,248,188)
#E7F8C2
(231,248,194)
#E9F8C8
(233,248,200)
#EBF8CE
(235,248,206)
#EDF8D4
(237,248,212)
#EFF8DA
(239,248,218)
#F1F8E0
(241,248,224)
#F3F8E6
(243,248,230)
#F5F8EC
(245,248,236)
#F7F8F2
(247,248,242)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F8BC color. Also use rgb(229,248,188) instead hex code.

Text Font Color

.myTextColor { color: #E5F8BC; }

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

This text font color is #E5F8BC.

Background Color

.myBgColor { background-color: #E5F8BC; }

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

This div background color is #E5F8BC.

Border color

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

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

This div border color is #E5F8BC.

Opacity

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

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

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

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

This text has shadow with #E5F8BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5F8BC.

Preview

Color preview on black background

This text has color #E5F8BC on black background.


Color preview on white background

This text has color #E5F8BC on white background.


Black color preview on #E5F8BC background

This text has black color on #E5F8BC background.


White color preview on #E5F8BC background

This text has white color on #E5F8BC background.


Related colors

Complementary color

Complementary color for #hex is #1A0743.


I love getcolorcode.com

Triadic colors

1 #BCE5F8 and #F8BCE5 with #E5F8BC are triadic colors.

2 #BCF8E5 and #F8E5BC with #E5F8BC are triadic colors.