COLOR #E6F08C

HEX: #E6F08C
RGB: (230,240,140)

Color info

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

RGB color model

#E6F08C color RGB value is (230,240,140).

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

RGB channels and saturation

R 230 of 255 = 90%
G 240 of 255 = 94%
B 140 of 255 = 55%

230
240
140

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

Portions of RGB colors in percentages

R + G + B =
230 + 240 + 140 = 610 (100%)
R 230 of 610 ~ 37.7%
G 240 of 610 ~ 39.34%
B 140 of 610 ~ 22.95%

%37.7
%39.34
%22.95

CMYK color model

#E6F08C color CMYK value is (4,0,42,6).

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 5.88%
CMYK:
(4,0,42,6)
C4M0Y42K6 
(4%,0%,42%,6%)
(0.04/0.00/0.42/0.06)	

CMYK percentages

%4.17
%0
%41.67
%5.88

Codes

Color #E6F08C in popluar color models

E6F08C
RGB230240140
HSL66°76.92%74.51%
HSB/HSV66°41.67%94.12%
CMYK4.17%0.00%41.67%
5.88%

Color #E6F08C in popluar number systems.

HEXE6F08C
Decimal230240140
Binary111001101111000010001100
Octal346360214

Shades and tints

Shades of #E6F08C

#E6F08C
(230,240,140)
#D2DB80
(210,219,128)
#BEC674
(190,198,116)
#AAB168
(170,177,104)
#969C5C
(150,156,92)
#828750
(130,135,80)
#6E7244
(110,114,68)
#5A5D38
(90,93,56)
#46482C
(70,72,44)
#323320
(50,51,32)
#1E1E14
(30,30,20)
#000000
(0,0,0)

Tints of #E6F08C

#E6F08C
(230,240,140)
#E8F196
(232,241,150)
#EAF2A0
(234,242,160)
#ECF3AA
(236,243,170)
#EEF4B4
(238,244,180)
#F0F5BE
(240,245,190)
#F2F6C8
(242,246,200)
#F4F7D2
(244,247,210)
#F6F8DC
(246,248,220)
#F8F9E6
(248,249,230)
#FAFAF0
(250,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F08C; }

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

This text font color is #E6F08C.


Background Color

.myBgColor { background-color: #E6F08C; }

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

This div background color is #E6F08C.


Border color

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

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

This div border color is #E6F08C.


Opacity

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

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

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

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

This text has shadow with #E6F08C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F08C on black background.


Color preview on white background

This text has color #E6F08C on white background.



Black color preview on #E6F08C background

This text has black color on #E6F08C background.


White color preview on #E6F08C background

This text has white color on #E6F08C background.