COLOR #E3F5B2

HEX: #E3F5B2
RGB: (227,245,178)

Color info

#E3F5B2 contains mainly red and green colors. Web safe color of #E3F5B2 is #CCFF99 (or #CF9).

RGB color model

#E3F5B2 color RGB value is (227,245,178).

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

RGB channels and saturation

R 227 of 255 = 89%
G 245 of 255 = 96%
B 178 of 255 = 70%

227
245
178

R + G + B ~ 85%. #E3F5B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 245 + 178 = 650 (100%)
R 227 of 650 ~ 34.92%
G 245 of 650 ~ 37.69%
B 178 of 650 ~ 27.38%

%34.92
%37.69
%27.38

CMYK color model

#E3F5B2 color CMYK value is (7,0,27,4).

  • cyan value is 7.35%
  • magenta value is 0.00%
  • yellow value is 27.35%
  • key color value is 3.92%
CMYK:
(7,0,27,4)
C7M0Y27K4 
(7%,0%,27%,4%)
(0.07/0.00/0.27/0.04)	

CMYK percentages

%7.35
%0
%27.35
%3.92

Codes

Color #E3F5B2 in popluar color models

E3F5B2
RGB227245178
HSL76°77.01%82.94%
HSB/HSV76°27.35%96.08%
CMYK7.35%0.00%27.35%
3.92%

Color #E3F5B2 in popluar number systems.

HEXE3F5B2
Decimal227245178
Binary111000111111010110110010
Octal343365262

Shades and tints

Shades of #E3F5B2

#E3F5B2
(227,245,178)
#CFDFA2
(207,223,162)
#BBC992
(187,201,146)
#A7B382
(167,179,130)
#939D72
(147,157,114)
#7F8762
(127,135,98)
#6B7152
(107,113,82)
#575B42
(87,91,66)
#434532
(67,69,50)
#2F2F22
(47,47,34)
#1B1912
(27,25,18)
#000000
(0,0,0)

Tints of #E3F5B2

#E3F5B2
(227,245,178)
#E5F5B9
(229,245,185)
#E7F5C0
(231,245,192)
#E9F5C7
(233,245,199)
#EBF5CE
(235,245,206)
#EDF5D5
(237,245,213)
#EFF5DC
(239,245,220)
#F1F5E3
(241,245,227)
#F3F5EA
(243,245,234)
#F5F5F1
(245,245,241)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3F5B2; }

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

This text font color is #E3F5B2.


Background Color

.myBgColor { background-color: #E3F5B2; }

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

This div background color is #E3F5B2.


Border color

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

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

This div border color is #E3F5B2.


Opacity

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

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

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

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

This text has shadow with #E3F5B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3F5B2 on black background.


Color preview on white background

This text has color #E3F5B2 on white background.



Black color preview on #E3F5B2 background

This text has black color on #E3F5B2 background.


White color preview on #E3F5B2 background

This text has white color on #E3F5B2 background.