COLOR #E7FE85

HEX: #E7FE85 RGB: (231,254,133)

Color info

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

RGB color model

#E7FE85 color RGB value is (231,254,133).

RGB: (231,254,133) (91%, 100%, 52%)

RGB channels and saturation

R 231 of 255 = 91%
G 254 of 255 = 100%
B 133 of 255 = 52%

231
254
133

R + G + B ~ 81%. #E7FE85 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 254 + 133 = 618 (100%)
R 231 of 618 ~ 37.38%
G 254 of 618 ~ 41.1%
B 133 of 618 ~ 21.52'%

%37.38
%41.1
%21.52

CMYK color model

#E7FE85 color CMYK value is (9,0,48,0).

  • cyan value is 9.06%
  • magenta value is 0.00%
  • yellow value is 47.64%
  • key color value is 0.39%

CMYK: (9,0,48,0)
C9M0Y48K0 (9%, 0%, 48%, 0%)
(0.09 / 0.00 / 0.48 / 0.00)

CMYK percentages

%9.06
%0
%47.64
%0.39

Codes

Color #E7FE85 in popluar color models

E7 FE 85
RGB 231 254 133
HSL 71° 98.37% 75.88%
HSB/HSV 71° 47.64% 99.61%
CMYK 9.06% 0.00% 47.64%
0.39%

Color #E7FE85 in popluar number systems.

HEX E7 FE 85
Decimal 231 254 133
Binary 11100111 11111110 10000101
Octal 347 376 205

Shades and tints

Shades of #E7FE85

#E7FE85
(231,254,133)
#D2E779
(210,231,121)
#BDD06D
(189,208,109)
#A8B961
(168,185,97)
#93A255
(147,162,85)
#7E8B49
(126,139,73)
#69743D
(105,116,61)
#545D31
(84,93,49)
#3F4625
(63,70,37)
#2A2F19
(42,47,25)
#15180D
(21,24,13)
#000000
(0,0,0)

Tints of #E7FE85

#E7FE85
(231,254,133)
#E9FE90
(233,254,144)
#EBFE9B
(235,254,155)
#EDFEA6
(237,254,166)
#EFFEB1
(239,254,177)
#F1FEBC
(241,254,188)
#F3FEC7
(243,254,199)
#F5FED2
(245,254,210)
#F7FEDD
(247,254,221)
#F9FEE8
(249,254,232)
#FBFEF3
(251,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7FE85 color. Also use rgb(231,254,133) instead hex code.

Text Font Color

.myTextColor { color: #E7FE85; }

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

This text font color is #E7FE85.

Background Color

.myBgColor { background-color: #E7FE85; }

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

This div background color is #E7FE85.

Border color

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

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

This div border color is #E7FE85.

Opacity

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

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

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

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

This text has shadow with #E7FE85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7FE85.

Preview

Color preview on black background

This text has color #E7FE85 on black background.


Color preview on white background

This text has color #E7FE85 on white background.


Black color preview on #E7FE85 background

This text has black color on #E7FE85 background.


White color preview on #E7FE85 background

This text has white color on #E7FE85 background.


Related colors

Complementary color

Complementary color for #hex is #18017A.


I love getcolorcode.com

Triadic colors

1 #85E7FE and #FE85E7 with #E7FE85 are triadic colors.

2 #85FEE7 and #FEE785 with #E7FE85 are triadic colors.