COLOR #E6F997

HEX: #E6F997
RGB: (230,249,151)

Color info

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

RGB color model

#E6F997 color RGB value is (230,249,151).

  • red value is 230;
  • green value is 249;
  • blue value is 151.
RGB:
(230,249,151)
(90%,98%,59%)

RGB channels and saturation

R 230 of 255 = 90%
G 249 of 255 = 98%
B 151 of 255 = 59%

230
249
151

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

Portions of RGB colors in percentages

R + G + B =
230 + 249 + 151 = 630 (100%)
R 230 of 630 ~ 36.51%
G 249 of 630 ~ 39.52%
B 151 of 630 ~ 23.97%

%36.51
%39.52
%23.97

CMYK color model

#E6F997 color CMYK value is (8,0,39,2).

  • cyan value is 7.63%
  • magenta value is 0.00%
  • yellow value is 39.36%
  • key color value is 2.35%
CMYK:
(8,0,39,2)
C8M0Y39K2 
(8%,0%,39%,2%)
(0.08/0.00/0.39/0.02)	

CMYK percentages

%7.63
%0
%39.36
%2.35

Codes

Color #E6F997 in popluar color models

E6F997
RGB230249151
HSL72°89.09%78.43%
HSB/HSV72°39.36%97.65%
CMYK7.63%0.00%39.36%
2.35%

Color #E6F997 in popluar number systems.

HEXE6F997
Decimal230249151
Binary111001101111100110010111
Octal346371227

Shades and tints

Shades of #E6F997

#E6F997
(230,249,151)
#D2E38A
(210,227,138)
#BECD7D
(190,205,125)
#AAB770
(170,183,112)
#96A163
(150,161,99)
#828B56
(130,139,86)
#6E7549
(110,117,73)
#5A5F3C
(90,95,60)
#46492F
(70,73,47)
#323322
(50,51,34)
#1E1D15
(30,29,21)
#000000
(0,0,0)

Tints of #E6F997

#E6F997
(230,249,151)
#E8F9A0
(232,249,160)
#EAF9A9
(234,249,169)
#ECF9B2
(236,249,178)
#EEF9BB
(238,249,187)
#F0F9C4
(240,249,196)
#F2F9CD
(242,249,205)
#F4F9D6
(244,249,214)
#F6F9DF
(246,249,223)
#F8F9E8
(248,249,232)
#FAF9F1
(250,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F997 color. Also use rgb(230,249,151) instead hex code.

Text Font Color

.myTextColor { color: #E6F997; }

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

This text font color is #E6F997.


Background Color

.myBgColor { background-color: #E6F997; }

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

This div background color is #E6F997.


Border color

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

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

This div border color is #E6F997.


Opacity

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

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

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

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

This text has shadow with #E6F997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F997 on black background.


Color preview on white background

This text has color #E6F997 on white background.



Black color preview on #E6F997 background

This text has black color on #E6F997 background.


White color preview on #E6F997 background

This text has white color on #E6F997 background.