COLOR #E6F087

HEX: #E6F087
RGB: (230,240,135)

Color info

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

RGB color model

#E6F087 color RGB value is (230,240,135).

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

RGB channels and saturation

R 230 of 255 = 90%
G 240 of 255 = 94%
B 135 of 255 = 53%

230
240
135

R + G + B ~ 79%. #E6F087 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 240 + 135 = 605 (100%)
R 230 of 605 ~ 38.02%
G 240 of 605 ~ 39.67%
B 135 of 605 ~ 22.31%

%38.02
%39.67
%22.31

CMYK color model

#E6F087 color CMYK value is (4,0,44,6).

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 5.88%
CMYK:
(4,0,44,6)
C4M0Y44K6 
(4%,0%,44%,6%)
(0.04/0.00/0.44/0.06)	

CMYK percentages

%4.17
%0
%43.75
%5.88

Codes

Color #E6F087 in popluar color models

E6F087
RGB230240135
HSL66°77.78%73.53%
HSB/HSV66°43.75%94.12%
CMYK4.17%0.00%43.75%
5.88%

Color #E6F087 in popluar number systems.

HEXE6F087
Decimal230240135
Binary111001101111000010000111
Octal346360207

Shades and tints

Shades of #E6F087

#E6F087
(230,240,135)
#D2DB7B
(210,219,123)
#BEC66F
(190,198,111)
#AAB163
(170,177,99)
#969C57
(150,156,87)
#82874B
(130,135,75)
#6E723F
(110,114,63)
#5A5D33
(90,93,51)
#464827
(70,72,39)
#32331B
(50,51,27)
#1E1E0F
(30,30,15)
#000000
(0,0,0)

Tints of #E6F087

#E6F087
(230,240,135)
#E8F191
(232,241,145)
#EAF29B
(234,242,155)
#ECF3A5
(236,243,165)
#EEF4AF
(238,244,175)
#F0F5B9
(240,245,185)
#F2F6C3
(242,246,195)
#F4F7CD
(244,247,205)
#F6F8D7
(246,248,215)
#F8F9E1
(248,249,225)
#FAFAEB
(250,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F087; }

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

This text font color is #E6F087.


Background Color

.myBgColor { background-color: #E6F087; }

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

This div background color is #E6F087.


Border color

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

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

This div border color is #E6F087.


Opacity

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

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

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

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

This text has shadow with #E6F087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F087 on black background.


Color preview on white background

This text has color #E6F087 on white background.



Black color preview on #E6F087 background

This text has black color on #E6F087 background.


White color preview on #E6F087 background

This text has white color on #E6F087 background.