COLOR #E6F18A

HEX: #E6F18A RGB: (230,241,138)

Color info

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

RGB color model

#E6F18A color RGB value is (230,241,138).

RGB: (230,241,138) (90%, 95%, 54%)

RGB channels and saturation

R 230 of 255 = 90%
G 241 of 255 = 95%
B 138 of 255 = 54%

230
241
138

R + G + B ~ 80%. #E6F18A is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 241 + 138 = 609 (100%)
R 230 of 609 ~ 37.77%
G 241 of 609 ~ 39.57%
B 138 of 609 ~ 22.66'%

%37.77
%39.57
%22.66

CMYK color model

#E6F18A color CMYK value is (5,0,43,5).

  • cyan value is 4.56%
  • magenta value is 0.00%
  • yellow value is 42.74%
  • key color value is 5.49%

CMYK: (5,0,43,5)
C5M0Y43K5 (5%, 0%, 43%, 5%)
(0.05 / 0.00 / 0.43 / 0.05)

CMYK percentages

%4.56
%0
%42.74
%5.49

Codes

Color #E6F18A in popluar color models

E6 F1 8A
RGB 230 241 138
HSL 66° 78.63% 74.31%
HSB/HSV 66° 42.74% 94.51%
CMYK 4.56% 0.00% 42.74%
5.49%

Color #E6F18A in popluar number systems.

HEX E6 F1 8A
Decimal 230 241 138
Binary 11100110 11110001 10001010
Octal 346 361 212

Shades and tints

Shades of #E6F18A

#E6F18A
(230,241,138)
#D2DC7E
(210,220,126)
#BEC772
(190,199,114)
#AAB266
(170,178,102)
#969D5A
(150,157,90)
#82884E
(130,136,78)
#6E7342
(110,115,66)
#5A5E36
(90,94,54)
#46492A
(70,73,42)
#32341E
(50,52,30)
#1E1F12
(30,31,18)
#000000
(0,0,0)

Tints of #E6F18A

#E6F18A
(230,241,138)
#E8F294
(232,242,148)
#EAF39E
(234,243,158)
#ECF4A8
(236,244,168)
#EEF5B2
(238,245,178)
#F0F6BC
(240,246,188)
#F2F7C6
(242,247,198)
#F4F8D0
(244,248,208)
#F6F9DA
(246,249,218)
#F8FAE4
(248,250,228)
#FAFBEE
(250,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F18A color. Also use rgb(230,241,138) instead hex code.

Text Font Color

.myTextColor { color: #E6F18A; }

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

This text font color is #E6F18A.

Background Color

.myBgColor { background-color: #E6F18A; }

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

This div background color is #E6F18A.

Border color

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

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

This div border color is #E6F18A.

Opacity

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

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

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

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

This text has shadow with #E6F18A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6F18A.

Preview

Color preview on black background

This text has color #E6F18A on black background.


Color preview on white background

This text has color #E6F18A on white background.


Black color preview on #E6F18A background

This text has black color on #E6F18A background.


White color preview on #E6F18A background

This text has white color on #E6F18A background.


Related colors

Complementary color

Complementary color for #hex is #190E75.


I love getcolorcode.com

Triadic colors

1 #8AE6F1 and #F18AE6 with #E6F18A are triadic colors.

2 #8AF1E6 and #F1E68A with #E6F18A are triadic colors.