COLOR #E7FF8C

HEX: #E7FF8C
RGB: (231,255,140)

Color info

#E7FF8C contains mainly red and green colors. Web safe color of #E7FF8C is #FFFF99 (or #FF9).

RGB color model

#E7FF8C color RGB value is (231,255,140).

  • red value is 231;
  • green value is 255;
  • blue value is 140.
RGB:
(231,255,140)
(91%,100%,55%)

RGB channels and saturation

R 231 of 255 = 91%
G 255 of 255 = 100%
B 140 of 255 = 55%

231
255
140

R + G + B ~ 82%. #E7FF8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 255 + 140 = 626 (100%)
R 231 of 626 ~ 36.9%
G 255 of 626 ~ 40.73%
B 140 of 626 ~ 22.36%

%36.9
%40.73
%22.36

CMYK color model

#E7FF8C color CMYK value is (9,0,45,0).

  • cyan value is 9.41%
  • magenta value is 0.00%
  • yellow value is 45.10%
  • key color value is 0.00%
CMYK:
(9,0,45,0)
C9M0Y45K0 
(9%,0%,45%,0%)
(0.09/0.00/0.45/0.00)	

CMYK percentages

%9.41
%0
%45.1
%0

Codes

Color #E7FF8C in popluar color models

E7FF8C
RGB231255140
HSL73°100.00%77.45%
HSB/HSV73°45.10%100.00%
CMYK9.41%0.00%45.10%
0.00%

Color #E7FF8C in popluar number systems.

HEXE7FF8C
Decimal231255140
Binary111001111111111110001100
Octal347377214

Shades and tints

Shades of #E7FF8C

#E7FF8C
(231,255,140)
#D2E880
(210,232,128)
#BDD174
(189,209,116)
#A8BA68
(168,186,104)
#93A35C
(147,163,92)
#7E8C50
(126,140,80)
#697544
(105,117,68)
#545E38
(84,94,56)
#3F472C
(63,71,44)
#2A3020
(42,48,32)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #E7FF8C

#E7FF8C
(231,255,140)
#E9FF96
(233,255,150)
#EBFFA0
(235,255,160)
#EDFFAA
(237,255,170)
#EFFFB4
(239,255,180)
#F1FFBE
(241,255,190)
#F3FFC8
(243,255,200)
#F5FFD2
(245,255,210)
#F7FFDC
(247,255,220)
#F9FFE6
(249,255,230)
#FBFFF0
(251,255,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7FF8C color. Also use rgb(231,255,140) instead hex code.

Text Font Color

.myTextColor { color: #E7FF8C; }

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

This text font color is #E7FF8C.


Background Color

.myBgColor { background-color: #E7FF8C; }

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

This div background color is #E7FF8C.


Border color

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

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

This div border color is #E7FF8C.


Opacity

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

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

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

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

This text has shadow with #E7FF8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7FF8C on black background.


Color preview on white background

This text has color #E7FF8C on white background.



Black color preview on #E7FF8C background

This text has black color on #E7FF8C background.


White color preview on #E7FF8C background

This text has white color on #E7FF8C background.