COLOR #E4FFA6

HEX: #E4FFA6
RGB: (228,255,166)

Color info

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

RGB color model

#E4FFA6 color RGB value is (228,255,166).

  • red value is 228;
  • green value is 255;
  • blue value is 166.
RGB:
(228,255,166)
(89%,100%,65%)

RGB channels and saturation

R 228 of 255 = 89%
G 255 of 255 = 100%
B 166 of 255 = 65%

228
255
166

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

Portions of RGB colors in percentages

R + G + B =
228 + 255 + 166 = 649 (100%)
R 228 of 649 ~ 35.13%
G 255 of 649 ~ 39.29%
B 166 of 649 ~ 25.58%

%35.13
%39.29
%25.58

CMYK color model

#E4FFA6 color CMYK value is (11,0,35,0).

  • cyan value is 10.59%
  • magenta value is 0.00%
  • yellow value is 34.90%
  • key color value is 0.00%
CMYK:
(11,0,35,0)
C11M0Y35K0 
(11%,0%,35%,0%)
(0.11/0.00/0.35/0.00)	

CMYK percentages

%10.59
%0
%34.9
%0

Codes

Color #E4FFA6 in popluar color models

E4FFA6
RGB228255166
HSL78°100.00%82.55%
HSB/HSV78°34.90%100.00%
CMYK10.59%0.00%34.90%
0.00%

Color #E4FFA6 in popluar number systems.

HEXE4FFA6
Decimal228255166
Binary111001001111111110100110
Octal344377246

Shades and tints

Shades of #E4FFA6

#E4FFA6
(228,255,166)
#D0E897
(208,232,151)
#BCD188
(188,209,136)
#A8BA79
(168,186,121)
#94A36A
(148,163,106)
#808C5B
(128,140,91)
#6C754C
(108,117,76)
#585E3D
(88,94,61)
#44472E
(68,71,46)
#30301F
(48,48,31)
#1C1910
(28,25,16)
#000000
(0,0,0)

Tints of #E4FFA6

#E4FFA6
(228,255,166)
#E6FFAE
(230,255,174)
#E8FFB6
(232,255,182)
#EAFFBE
(234,255,190)
#ECFFC6
(236,255,198)
#EEFFCE
(238,255,206)
#F0FFD6
(240,255,214)
#F2FFDE
(242,255,222)
#F4FFE6
(244,255,230)
#F6FFEE
(246,255,238)
#F8FFF6
(248,255,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4FFA6 color. Also use rgb(228,255,166) instead hex code.

Text Font Color

.myTextColor { color: #E4FFA6; }

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

This text font color is #E4FFA6.


Background Color

.myBgColor { background-color: #E4FFA6; }

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

This div background color is #E4FFA6.


Border color

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

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

This div border color is #E4FFA6.


Opacity

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

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

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

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

This text has shadow with #E4FFA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4FFA6 on black background.


Color preview on white background

This text has color #E4FFA6 on white background.



Black color preview on #E4FFA6 background

This text has black color on #E4FFA6 background.


White color preview on #E4FFA6 background

This text has white color on #E4FFA6 background.