COLOR #E6F092

HEX: #E6F092
RGB: (230,240,146)

Color info

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

RGB color model

#E6F092 color RGB value is (230,240,146).

  • red value is 230;
  • green value is 240;
  • blue value is 146.
RGB:
(230,240,146)
(90%,94%,57%)

RGB channels and saturation

R 230 of 255 = 90%
G 240 of 255 = 94%
B 146 of 255 = 57%

230
240
146

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

Portions of RGB colors in percentages

R + G + B =
230 + 240 + 146 = 616 (100%)
R 230 of 616 ~ 37.34%
G 240 of 616 ~ 38.96%
B 146 of 616 ~ 23.7%

%37.34
%38.96
%23.7

CMYK color model

#E6F092 color CMYK value is (4,0,39,6).

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 39.17%
  • key color value is 5.88%
CMYK:
(4,0,39,6)
C4M0Y39K6 
(4%,0%,39%,6%)
(0.04/0.00/0.39/0.06)	

CMYK percentages

%4.17
%0
%39.17
%5.88

Codes

Color #E6F092 in popluar color models

E6F092
RGB230240146
HSL66°75.81%75.69%
HSB/HSV66°39.17%94.12%
CMYK4.17%0.00%39.17%
5.88%

Color #E6F092 in popluar number systems.

HEXE6F092
Decimal230240146
Binary111001101111000010010010
Octal346360222

Shades and tints

Shades of #E6F092

#E6F092
(230,240,146)
#D2DB85
(210,219,133)
#BEC678
(190,198,120)
#AAB16B
(170,177,107)
#969C5E
(150,156,94)
#828751
(130,135,81)
#6E7244
(110,114,68)
#5A5D37
(90,93,55)
#46482A
(70,72,42)
#32331D
(50,51,29)
#1E1E10
(30,30,16)
#000000
(0,0,0)

Tints of #E6F092

#E6F092
(230,240,146)
#E8F19B
(232,241,155)
#EAF2A4
(234,242,164)
#ECF3AD
(236,243,173)
#EEF4B6
(238,244,182)
#F0F5BF
(240,245,191)
#F2F6C8
(242,246,200)
#F4F7D1
(244,247,209)
#F6F8DA
(246,248,218)
#F8F9E3
(248,249,227)
#FAFAEC
(250,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F092 color. Also use rgb(230,240,146) instead hex code.

Text Font Color

.myTextColor { color: #E6F092; }

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

This text font color is #E6F092.


Background Color

.myBgColor { background-color: #E6F092; }

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

This div background color is #E6F092.


Border color

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

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

This div border color is #E6F092.


Opacity

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

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

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

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

This text has shadow with #E6F092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F092 on black background.


Color preview on white background

This text has color #E6F092 on white background.



Black color preview on #E6F092 background

This text has black color on #E6F092 background.


White color preview on #E6F092 background

This text has white color on #E6F092 background.