COLOR #E4F7AF

HEX: #E4F7AF
RGB: (228,247,175)

Color info

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

RGB color model

#E4F7AF color RGB value is (228,247,175).

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

RGB channels and saturation

R 228 of 255 = 89%
G 247 of 255 = 97%
B 175 of 255 = 69%

228
247
175

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

Portions of RGB colors in percentages

R + G + B =
228 + 247 + 175 = 650 (100%)
R 228 of 650 ~ 35.08%
G 247 of 650 ~ 38%
B 175 of 650 ~ 26.92%

%35.08
%38
%26.92

CMYK color model

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

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

CMYK percentages

%7.69
%0
%29.15
%3.14

Codes

Color #E4F7AF in popluar color models

E4F7AF
RGB228247175
HSL76°81.82%82.75%
HSB/HSV76°29.15%96.86%
CMYK7.69%0.00%29.15%
3.14%

Color #E4F7AF in popluar number systems.

HEXE4F7AF
Decimal228247175
Binary111001001111011110101111
Octal344367257

Shades and tints

Shades of #E4F7AF

#E4F7AF
(228,247,175)
#D0E1A0
(208,225,160)
#BCCB91
(188,203,145)
#A8B582
(168,181,130)
#949F73
(148,159,115)
#808964
(128,137,100)
#6C7355
(108,115,85)
#585D46
(88,93,70)
#444737
(68,71,55)
#303128
(48,49,40)
#1C1B19
(28,27,25)
#000000
(0,0,0)

Tints of #E4F7AF

#E4F7AF
(228,247,175)
#E6F7B6
(230,247,182)
#E8F7BD
(232,247,189)
#EAF7C4
(234,247,196)
#ECF7CB
(236,247,203)
#EEF7D2
(238,247,210)
#F0F7D9
(240,247,217)
#F2F7E0
(242,247,224)
#F4F7E7
(244,247,231)
#F6F7EE
(246,247,238)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F7AF color. Also use rgb(228,247,175) instead hex code.

Text Font Color

.myTextColor { color: #E4F7AF; }

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

This text font color is #E4F7AF.


Background Color

.myBgColor { background-color: #E4F7AF; }

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

This div background color is #E4F7AF.


Border color

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

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

This div border color is #E4F7AF.


Opacity

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

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

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

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

This text has shadow with #E4F7AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F7AF on black background.


Color preview on white background

This text has color #E4F7AF on white background.



Black color preview on #E4F7AF background

This text has black color on #E4F7AF background.


White color preview on #E4F7AF background

This text has white color on #E4F7AF background.