COLOR #E4F8B6

HEX: #E4F8B6
RGB: (228,248,182)

Color info

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

RGB color model

#E4F8B6 color RGB value is (228,248,182).

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

RGB channels and saturation

R 228 of 255 = 89%
G 248 of 255 = 97%
B 182 of 255 = 71%

228
248
182

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

Portions of RGB colors in percentages

R + G + B =
228 + 248 + 182 = 658 (100%)
R 228 of 658 ~ 34.65%
G 248 of 658 ~ 37.69%
B 182 of 658 ~ 27.66%

%34.65
%37.69
%27.66

CMYK color model

#E4F8B6 color CMYK value is (8,0,27,3).

  • cyan value is 8.06%
  • magenta value is 0.00%
  • yellow value is 26.61%
  • key color value is 2.75%
CMYK:
(8,0,27,3)
C8M0Y27K3 
(8%,0%,27%,3%)
(0.08/0.00/0.27/0.03)	

CMYK percentages

%8.06
%0
%26.61
%2.75

Codes

Color #E4F8B6 in popluar color models

E4F8B6
RGB228248182
HSL78°82.50%84.31%
HSB/HSV78°26.61%97.25%
CMYK8.06%0.00%26.61%
2.75%

Color #E4F8B6 in popluar number systems.

HEXE4F8B6
Decimal228248182
Binary111001001111100010110110
Octal344370266

Shades and tints

Shades of #E4F8B6

#E4F8B6
(228,248,182)
#D0E2A6
(208,226,166)
#BCCC96
(188,204,150)
#A8B686
(168,182,134)
#94A076
(148,160,118)
#808A66
(128,138,102)
#6C7456
(108,116,86)
#585E46
(88,94,70)
#444836
(68,72,54)
#303226
(48,50,38)
#1C1C16
(28,28,22)
#000000
(0,0,0)

Tints of #E4F8B6

#E4F8B6
(228,248,182)
#E6F8BC
(230,248,188)
#E8F8C2
(232,248,194)
#EAF8C8
(234,248,200)
#ECF8CE
(236,248,206)
#EEF8D4
(238,248,212)
#F0F8DA
(240,248,218)
#F2F8E0
(242,248,224)
#F4F8E6
(244,248,230)
#F6F8EC
(246,248,236)
#F8F8F2
(248,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4F8B6; }

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

This text font color is #E4F8B6.


Background Color

.myBgColor { background-color: #E4F8B6; }

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

This div background color is #E4F8B6.


Border color

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

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

This div border color is #E4F8B6.


Opacity

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

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

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

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

This text has shadow with #E4F8B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F8B6 on black background.


Color preview on white background

This text has color #E4F8B6 on white background.



Black color preview on #E4F8B6 background

This text has black color on #E4F8B6 background.


White color preview on #E4F8B6 background

This text has white color on #E4F8B6 background.