COLOR #E3FFA0

HEX: #E3FFA0
RGB: (227,255,160)

Color info

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

RGB color model

#E3FFA0 color RGB value is (227,255,160).

  • red value is 227;
  • green value is 255;
  • blue value is 160.
RGB:
(227,255,160)
(89%,100%,63%)

RGB channels and saturation

R 227 of 255 = 89%
G 255 of 255 = 100%
B 160 of 255 = 63%

227
255
160

R + G + B ~ 84%. #E3FFA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 255 + 160 = 642 (100%)
R 227 of 642 ~ 35.36%
G 255 of 642 ~ 39.72%
B 160 of 642 ~ 24.92%

%35.36
%39.72
%24.92

CMYK color model

#E3FFA0 color CMYK value is (11,0,37,0).

  • cyan value is 10.98%
  • magenta value is 0.00%
  • yellow value is 37.25%
  • key color value is 0.00%
CMYK:
(11,0,37,0)
C11M0Y37K0 
(11%,0%,37%,0%)
(0.11/0.00/0.37/0.00)	

CMYK percentages

%10.98
%0
%37.25
%0

Codes

Color #E3FFA0 in popluar color models

E3FFA0
RGB227255160
HSL78°100.00%81.37%
HSB/HSV78°37.25%100.00%
CMYK10.98%0.00%37.25%
0.00%

Color #E3FFA0 in popluar number systems.

HEXE3FFA0
Decimal227255160
Binary111000111111111110100000
Octal343377240

Shades and tints

Shades of #E3FFA0

#E3FFA0
(227,255,160)
#CFE892
(207,232,146)
#BBD184
(187,209,132)
#A7BA76
(167,186,118)
#93A368
(147,163,104)
#7F8C5A
(127,140,90)
#6B754C
(107,117,76)
#575E3E
(87,94,62)
#434730
(67,71,48)
#2F3022
(47,48,34)
#1B1914
(27,25,20)
#000000
(0,0,0)

Tints of #E3FFA0

#E3FFA0
(227,255,160)
#E5FFA8
(229,255,168)
#E7FFB0
(231,255,176)
#E9FFB8
(233,255,184)
#EBFFC0
(235,255,192)
#EDFFC8
(237,255,200)
#EFFFD0
(239,255,208)
#F1FFD8
(241,255,216)
#F3FFE0
(243,255,224)
#F5FFE8
(245,255,232)
#F7FFF0
(247,255,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3FFA0 color. Also use rgb(227,255,160) instead hex code.

Text Font Color

.myTextColor { color: #E3FFA0; }

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

This text font color is #E3FFA0.


Background Color

.myBgColor { background-color: #E3FFA0; }

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

This div background color is #E3FFA0.


Border color

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

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

This div border color is #E3FFA0.


Opacity

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

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

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

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

This text has shadow with #E3FFA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3FFA0 on black background.


Color preview on white background

This text has color #E3FFA0 on white background.



Black color preview on #E3FFA0 background

This text has black color on #E3FFA0 background.


White color preview on #E3FFA0 background

This text has white color on #E3FFA0 background.