COLOR #E6F88E

HEX: #E6F88E RGB: (230,248,142)

Color info

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

RGB color model

#E6F88E color RGB value is (230,248,142).

RGB: (230,248,142) (90%, 97%, 56%)

RGB channels and saturation

R 230 of 255 = 90%
G 248 of 255 = 97%
B 142 of 255 = 56%

230
248
142

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

Portions of RGB colors in percentages

R + G + B = 230 + 248 + 142 = 620 (100%)
R 230 of 620 ~ 37.1%
G 248 of 620 ~ 40%
B 142 of 620 ~ 22.9'%

%37.1
%40
%22.9

CMYK color model

#E6F88E color CMYK value is (7,0,43,3).

  • cyan value is 7.26%
  • magenta value is 0.00%
  • yellow value is 42.74%
  • key color value is 2.75%
CMYK: (7,0,43,3) C7M0Y43K3 (7%,0%,43%,3%) (0.07/0.00/0.43/0.03) 

CMYK percentages

%7.26
%0
%42.74
%2.75

Codes

Color #E6F88E in popluar color models

E6 F8 8E
RGB 230 248 142
HSL 70° 88.33% 76.47%
HSB/HSV 70° 42.74% 97.25%
CMYK 7.26% 0.00% 42.74%
2.75%

Color #E6F88E in popluar number systems.

HEX E6 F8 8E
Decimal 230 248 142
Binary 11100110 11111000 10001110
Octal 346 370 216

Shades and tints

Shades of #E6F88E

#E6F88E
(230,248,142)
#D2E282
(210,226,130)
#BECC76
(190,204,118)
#AAB66A
(170,182,106)
#96A05E
(150,160,94)
#828A52
(130,138,82)
#6E7446
(110,116,70)
#5A5E3A
(90,94,58)
#46482E
(70,72,46)
#323222
(50,50,34)
#1E1C16
(30,28,22)
#000000
(0,0,0)

Tints of #E6F88E

#E6F88E
(230,248,142)
#E8F898
(232,248,152)
#EAF8A2
(234,248,162)
#ECF8AC
(236,248,172)
#EEF8B6
(238,248,182)
#F0F8C0
(240,248,192)
#F2F8CA
(242,248,202)
#F4F8D4
(244,248,212)
#F6F8DE
(246,248,222)
#F8F8E8
(248,248,232)
#FAF8F2
(250,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F88E color. Also use rgb(230,248,142) instead hex code.

Text Font Color

.myTextColor { color: #E6F88E; }

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

This text font color is #E6F88E.

Background Color

.myBgColor { background-color: #E6F88E; }

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

This div background color is #E6F88E.

Border color

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

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

This div border color is #E6F88E.

Opacity

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

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

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

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

This text has shadow with #E6F88E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6F88E.

Preview

Color preview on black background

This text has color #E6F88E on black background.


Color preview on white background

This text has color #E6F88E on white background.


Black color preview on #E6F88E background

This text has black color on #E6F88E background.


White color preview on #E6F88E background

This text has white color on #E6F88E background.


Related colors

Complementary color

Complementary color for #hex is #190771.


I love getcolorcode.com

Triadic colors

1 #8EE6F8 and #F88EE6 with #E6F88E are triadic colors.

2 #8EF8E6 and #F8E68E with #E6F88E are triadic colors.