COLOR #E0FFA7

HEX: #E0FFA7
RGB: (224,255,167)

Color info

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

RGB color model

#E0FFA7 color RGB value is (224,255,167).

  • red value is 224;
  • green value is 255;
  • blue value is 167.
RGB:
(224,255,167)
(88%,100%,65%)

RGB channels and saturation

R 224 of 255 = 88%
G 255 of 255 = 100%
B 167 of 255 = 65%

224
255
167

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

Portions of RGB colors in percentages

R + G + B =
224 + 255 + 167 = 646 (100%)
R 224 of 646 ~ 34.67%
G 255 of 646 ~ 39.47%
B 167 of 646 ~ 25.85%

%34.67
%39.47
%25.85

CMYK color model

#E0FFA7 color CMYK value is (12,0,35,0).

  • cyan value is 12.16%
  • magenta value is 0.00%
  • yellow value is 34.51%
  • key color value is 0.00%
CMYK:
(12,0,35,0)
C12M0Y35K0 
(12%,0%,35%,0%)
(0.12/0.00/0.35/0.00)	

CMYK percentages

%12.16
%0
%34.51
%0

Codes

Color #E0FFA7 in popluar color models

E0FFA7
RGB224255167
HSL81°100.00%82.75%
HSB/HSV81°34.51%100.00%
CMYK12.16%0.00%34.51%
0.00%

Color #E0FFA7 in popluar number systems.

HEXE0FFA7
Decimal224255167
Binary111000001111111110100111
Octal340377247

Shades and tints

Shades of #E0FFA7

#E0FFA7
(224,255,167)
#CCE898
(204,232,152)
#B8D189
(184,209,137)
#A4BA7A
(164,186,122)
#90A36B
(144,163,107)
#7C8C5C
(124,140,92)
#68754D
(104,117,77)
#545E3E
(84,94,62)
#40472F
(64,71,47)
#2C3020
(44,48,32)
#181911
(24,25,17)
#000000
(0,0,0)

Tints of #E0FFA7

#E0FFA7
(224,255,167)
#E2FFAF
(226,255,175)
#E4FFB7
(228,255,183)
#E6FFBF
(230,255,191)
#E8FFC7
(232,255,199)
#EAFFCF
(234,255,207)
#ECFFD7
(236,255,215)
#EEFFDF
(238,255,223)
#F0FFE7
(240,255,231)
#F2FFEF
(242,255,239)
#F4FFF7
(244,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0FFA7 color. Also use rgb(224,255,167) instead hex code.

Text Font Color

.myTextColor { color: #E0FFA7; }

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

This text font color is #E0FFA7.


Background Color

.myBgColor { background-color: #E0FFA7; }

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

This div background color is #E0FFA7.


Border color

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

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

This div border color is #E0FFA7.


Opacity

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

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

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

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

This text has shadow with #E0FFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0FFA7 on black background.


Color preview on white background

This text has color #E0FFA7 on white background.



Black color preview on #E0FFA7 background

This text has black color on #E0FFA7 background.


White color preview on #E0FFA7 background

This text has white color on #E0FFA7 background.