COLOR #E6F7AB

HEX: #E6F7AB
RGB: (230,247,171)

Color info

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

RGB color model

#E6F7AB color RGB value is (230,247,171).

  • red value is 230;
  • green value is 247;
  • blue value is 171.
RGB:
(230,247,171)
(90%,97%,67%)

RGB channels and saturation

R 230 of 255 = 90%
G 247 of 255 = 97%
B 171 of 255 = 67%

230
247
171

R + G + B ~ 85%. #E6F7AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 247 + 171 = 648 (100%)
R 230 of 648 ~ 35.49%
G 247 of 648 ~ 38.12%
B 171 of 648 ~ 26.39%

%35.49
%38.12
%26.39

CMYK color model

#E6F7AB color CMYK value is (7,0,31,3).

  • cyan value is 6.88%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 3.14%
CMYK:
(7,0,31,3)
C7M0Y31K3 
(7%,0%,31%,3%)
(0.07/0.00/0.31/0.03)	

CMYK percentages

%6.88
%0
%30.77
%3.14

Codes

Color #E6F7AB in popluar color models

E6F7AB
RGB230247171
HSL73°82.61%81.96%
HSB/HSV73°30.77%96.86%
CMYK6.88%0.00%30.77%
3.14%

Color #E6F7AB in popluar number systems.

HEXE6F7AB
Decimal230247171
Binary111001101111011110101011
Octal346367253

Shades and tints

Shades of #E6F7AB

#E6F7AB
(230,247,171)
#D2E19C
(210,225,156)
#BECB8D
(190,203,141)
#AAB57E
(170,181,126)
#969F6F
(150,159,111)
#828960
(130,137,96)
#6E7351
(110,115,81)
#5A5D42
(90,93,66)
#464733
(70,71,51)
#323124
(50,49,36)
#1E1B15
(30,27,21)
#000000
(0,0,0)

Tints of #E6F7AB

#E6F7AB
(230,247,171)
#E8F7B2
(232,247,178)
#EAF7B9
(234,247,185)
#ECF7C0
(236,247,192)
#EEF7C7
(238,247,199)
#F0F7CE
(240,247,206)
#F2F7D5
(242,247,213)
#F4F7DC
(244,247,220)
#F6F7E3
(246,247,227)
#F8F7EA
(248,247,234)
#FAF7F1
(250,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F7AB color. Also use rgb(230,247,171) instead hex code.

Text Font Color

.myTextColor { color: #E6F7AB; }

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

This text font color is #E6F7AB.


Background Color

.myBgColor { background-color: #E6F7AB; }

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

This div background color is #E6F7AB.


Border color

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

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

This div border color is #E6F7AB.


Opacity

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

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

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

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

This text has shadow with #E6F7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F7AB on black background.


Color preview on white background

This text has color #E6F7AB on white background.



Black color preview on #E6F7AB background

This text has black color on #E6F7AB background.


White color preview on #E6F7AB background

This text has white color on #E6F7AB background.