COLOR #E4F6B1

HEX: #E4F6B1
RGB: (228,246,177)

Color info

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

RGB color model

#E4F6B1 color RGB value is (228,246,177).

  • red value is 228;
  • green value is 246;
  • blue value is 177.
RGB:
(228,246,177)
(89%,96%,69%)

RGB channels and saturation

R 228 of 255 = 89%
G 246 of 255 = 96%
B 177 of 255 = 69%

228
246
177

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

Portions of RGB colors in percentages

R + G + B =
228 + 246 + 177 = 651 (100%)
R 228 of 651 ~ 35.02%
G 246 of 651 ~ 37.79%
B 177 of 651 ~ 27.19%

%35.02
%37.79
%27.19

CMYK color model

#E4F6B1 color CMYK value is (7,0,28,4).

  • cyan value is 7.32%
  • magenta value is 0.00%
  • yellow value is 28.05%
  • key color value is 3.53%
CMYK:
(7,0,28,4)
C7M0Y28K4 
(7%,0%,28%,4%)
(0.07/0.00/0.28/0.04)	

CMYK percentages

%7.32
%0
%28.05
%3.53

Codes

Color #E4F6B1 in popluar color models

E4F6B1
RGB228246177
HSL76°79.31%82.94%
HSB/HSV76°28.05%96.47%
CMYK7.32%0.00%28.05%
3.53%

Color #E4F6B1 in popluar number systems.

HEXE4F6B1
Decimal228246177
Binary111001001111011010110001
Octal344366261

Shades and tints

Shades of #E4F6B1

#E4F6B1
(228,246,177)
#D0E0A1
(208,224,161)
#BCCA91
(188,202,145)
#A8B481
(168,180,129)
#949E71
(148,158,113)
#808861
(128,136,97)
#6C7251
(108,114,81)
#585C41
(88,92,65)
#444631
(68,70,49)
#303021
(48,48,33)
#1C1A11
(28,26,17)
#000000
(0,0,0)

Tints of #E4F6B1

#E4F6B1
(228,246,177)
#E6F6B8
(230,246,184)
#E8F6BF
(232,246,191)
#EAF6C6
(234,246,198)
#ECF6CD
(236,246,205)
#EEF6D4
(238,246,212)
#F0F6DB
(240,246,219)
#F2F6E2
(242,246,226)
#F4F6E9
(244,246,233)
#F6F6F0
(246,246,240)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F6B1 color. Also use rgb(228,246,177) instead hex code.

Text Font Color

.myTextColor { color: #E4F6B1; }

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

This text font color is #E4F6B1.


Background Color

.myBgColor { background-color: #E4F6B1; }

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

This div background color is #E4F6B1.


Border color

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

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

This div border color is #E4F6B1.


Opacity

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

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

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

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

This text has shadow with #E4F6B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F6B1 on black background.


Color preview on white background

This text has color #E4F6B1 on white background.



Black color preview on #E4F6B1 background

This text has black color on #E4F6B1 background.


White color preview on #E4F6B1 background

This text has white color on #E4F6B1 background.