COLOR #E4F8B0

HEX: #E4F8B0
RGB: (228,248,176)

Color info

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

RGB color model

#E4F8B0 color RGB value is (228,248,176).

  • red value is 228;
  • green value is 248;
  • blue value is 176.
RGB:
(228,248,176)
(89%,97%,69%)

RGB channels and saturation

R 228 of 255 = 89%
G 248 of 255 = 97%
B 176 of 255 = 69%

228
248
176

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

Portions of RGB colors in percentages

R + G + B =
228 + 248 + 176 = 652 (100%)
R 228 of 652 ~ 34.97%
G 248 of 652 ~ 38.04%
B 176 of 652 ~ 26.99%

%34.97
%38.04
%26.99

CMYK color model

#E4F8B0 color CMYK value is (8,0,29,3).

  • cyan value is 8.06%
  • magenta value is 0.00%
  • yellow value is 29.03%
  • key color value is 2.75%
CMYK:
(8,0,29,3)
C8M0Y29K3 
(8%,0%,29%,3%)
(0.08/0.00/0.29/0.03)	

CMYK percentages

%8.06
%0
%29.03
%2.75

Codes

Color #E4F8B0 in popluar color models

E4F8B0
RGB228248176
HSL77°83.72%83.14%
HSB/HSV77°29.03%97.25%
CMYK8.06%0.00%29.03%
2.75%

Color #E4F8B0 in popluar number systems.

HEXE4F8B0
Decimal228248176
Binary111001001111100010110000
Octal344370260

Shades and tints

Shades of #E4F8B0

#E4F8B0
(228,248,176)
#D0E2A0
(208,226,160)
#BCCC90
(188,204,144)
#A8B680
(168,182,128)
#94A070
(148,160,112)
#808A60
(128,138,96)
#6C7450
(108,116,80)
#585E40
(88,94,64)
#444830
(68,72,48)
#303220
(48,50,32)
#1C1C10
(28,28,16)
#000000
(0,0,0)

Tints of #E4F8B0

#E4F8B0
(228,248,176)
#E6F8B7
(230,248,183)
#E8F8BE
(232,248,190)
#EAF8C5
(234,248,197)
#ECF8CC
(236,248,204)
#EEF8D3
(238,248,211)
#F0F8DA
(240,248,218)
#F2F8E1
(242,248,225)
#F4F8E8
(244,248,232)
#F6F8EF
(246,248,239)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F8B0 color. Also use rgb(228,248,176) instead hex code.

Text Font Color

.myTextColor { color: #E4F8B0; }

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

This text font color is #E4F8B0.


Background Color

.myBgColor { background-color: #E4F8B0; }

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

This div background color is #E4F8B0.


Border color

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

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

This div border color is #E4F8B0.


Opacity

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

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

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

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

This text has shadow with #E4F8B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F8B0 on black background.


Color preview on white background

This text has color #E4F8B0 on white background.



Black color preview on #E4F8B0 background

This text has black color on #E4F8B0 background.


White color preview on #E4F8B0 background

This text has white color on #E4F8B0 background.