COLOR #E3F5BC

HEX: #E3F5BC
RGB: (227,245,188)

Color info

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

RGB color model

#E3F5BC color RGB value is (227,245,188).

  • red value is 227;
  • green value is 245;
  • blue value is 188.
RGB:
(227,245,188)
(89%,96%,74%)

RGB channels and saturation

R 227 of 255 = 89%
G 245 of 255 = 96%
B 188 of 255 = 74%

227
245
188

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

Portions of RGB colors in percentages

R + G + B =
227 + 245 + 188 = 660 (100%)
R 227 of 660 ~ 34.39%
G 245 of 660 ~ 37.12%
B 188 of 660 ~ 28.48%

%34.39
%37.12
%28.48

CMYK color model

#E3F5BC color CMYK value is (7,0,23,4).

  • cyan value is 7.35%
  • magenta value is 0.00%
  • yellow value is 23.27%
  • key color value is 3.92%
CMYK:
(7,0,23,4)
C7M0Y23K4 
(7%,0%,23%,4%)
(0.07/0.00/0.23/0.04)	

CMYK percentages

%7.35
%0
%23.27
%3.92

Codes

Color #E3F5BC in popluar color models

E3F5BC
RGB227245188
HSL79°74.03%84.90%
HSB/HSV79°23.27%96.08%
CMYK7.35%0.00%23.27%
3.92%

Color #E3F5BC in popluar number systems.

HEXE3F5BC
Decimal227245188
Binary111000111111010110111100
Octal343365274

Shades and tints

Shades of #E3F5BC

#E3F5BC
(227,245,188)
#CFDFAB
(207,223,171)
#BBC99A
(187,201,154)
#A7B389
(167,179,137)
#939D78
(147,157,120)
#7F8767
(127,135,103)
#6B7156
(107,113,86)
#575B45
(87,91,69)
#434534
(67,69,52)
#2F2F23
(47,47,35)
#1B1912
(27,25,18)
#000000
(0,0,0)

Tints of #E3F5BC

#E3F5BC
(227,245,188)
#E5F5C2
(229,245,194)
#E7F5C8
(231,245,200)
#E9F5CE
(233,245,206)
#EBF5D4
(235,245,212)
#EDF5DA
(237,245,218)
#EFF5E0
(239,245,224)
#F1F5E6
(241,245,230)
#F3F5EC
(243,245,236)
#F5F5F2
(245,245,242)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3F5BC color. Also use rgb(227,245,188) instead hex code.

Text Font Color

.myTextColor { color: #E3F5BC; }

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

This text font color is #E3F5BC.


Background Color

.myBgColor { background-color: #E3F5BC; }

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

This div background color is #E3F5BC.


Border color

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

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

This div border color is #E3F5BC.


Opacity

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

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

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

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

This text has shadow with #E3F5BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3F5BC on black background.


Color preview on white background

This text has color #E3F5BC on white background.



Black color preview on #E3F5BC background

This text has black color on #E3F5BC background.


White color preview on #E3F5BC background

This text has white color on #E3F5BC background.