COLOR #E6F894

HEX: #E6F894
RGB: (230,248,148)

Color info

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

RGB color model

#E6F894 color RGB value is (230,248,148).

  • red value is 230;
  • green value is 248;
  • blue value is 148.
RGB:
(230,248,148)
(90%,97%,58%)

RGB channels and saturation

R 230 of 255 = 90%
G 248 of 255 = 97%
B 148 of 255 = 58%

230
248
148

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

Portions of RGB colors in percentages

R + G + B =
230 + 248 + 148 = 626 (100%)
R 230 of 626 ~ 36.74%
G 248 of 626 ~ 39.62%
B 148 of 626 ~ 23.64%

%36.74
%39.62
%23.64

CMYK color model

#E6F894 color CMYK value is (7,0,40,3).

  • cyan value is 7.26%
  • magenta value is 0.00%
  • yellow value is 40.32%
  • key color value is 2.75%
CMYK:
(7,0,40,3)
C7M0Y40K3 
(7%,0%,40%,3%)
(0.07/0.00/0.40/0.03)	

CMYK percentages

%7.26
%0
%40.32
%2.75

Codes

Color #E6F894 in popluar color models

E6F894
RGB230248148
HSL71°87.72%77.65%
HSB/HSV71°40.32%97.25%
CMYK7.26%0.00%40.32%
2.75%

Color #E6F894 in popluar number systems.

HEXE6F894
Decimal230248148
Binary111001101111100010010100
Octal346370224

Shades and tints

Shades of #E6F894

#E6F894
(230,248,148)
#D2E287
(210,226,135)
#BECC7A
(190,204,122)
#AAB66D
(170,182,109)
#96A060
(150,160,96)
#828A53
(130,138,83)
#6E7446
(110,116,70)
#5A5E39
(90,94,57)
#46482C
(70,72,44)
#32321F
(50,50,31)
#1E1C12
(30,28,18)
#000000
(0,0,0)

Tints of #E6F894

#E6F894
(230,248,148)
#E8F89D
(232,248,157)
#EAF8A6
(234,248,166)
#ECF8AF
(236,248,175)
#EEF8B8
(238,248,184)
#F0F8C1
(240,248,193)
#F2F8CA
(242,248,202)
#F4F8D3
(244,248,211)
#F6F8DC
(246,248,220)
#F8F8E5
(248,248,229)
#FAF8EE
(250,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F894; }

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

This text font color is #E6F894.


Background Color

.myBgColor { background-color: #E6F894; }

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

This div background color is #E6F894.


Border color

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

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

This div border color is #E6F894.


Opacity

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

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

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

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

This text has shadow with #E6F894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F894 on black background.


Color preview on white background

This text has color #E6F894 on white background.



Black color preview on #E6F894 background

This text has black color on #E6F894 background.


White color preview on #E6F894 background

This text has white color on #E6F894 background.