COLOR #E6F4B1

HEX: #E6F4B1
RGB: (230,244,177)

Color info

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

RGB color model

#E6F4B1 color RGB value is (230,244,177).

  • red value is 230;
  • green value is 244;
  • blue value is 177.
RGB:
(230,244,177)
(90%,96%,69%)

RGB channels and saturation

R 230 of 255 = 90%
G 244 of 255 = 96%
B 177 of 255 = 69%

230
244
177

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

Portions of RGB colors in percentages

R + G + B =
230 + 244 + 177 = 651 (100%)
R 230 of 651 ~ 35.33%
G 244 of 651 ~ 37.48%
B 177 of 651 ~ 27.19%

%35.33
%37.48
%27.19

CMYK color model

#E6F4B1 color CMYK value is (6,0,27,4).

  • cyan value is 5.74%
  • magenta value is 0.00%
  • yellow value is 27.46%
  • key color value is 4.31%
CMYK:
(6,0,27,4)
C6M0Y27K4 
(6%,0%,27%,4%)
(0.06/0.00/0.27/0.04)	

CMYK percentages

%5.74
%0
%27.46
%4.31

Codes

Color #E6F4B1 in popluar color models

E6F4B1
RGB230244177
HSL73°75.28%82.55%
HSB/HSV73°27.46%95.69%
CMYK5.74%0.00%27.46%
4.31%

Color #E6F4B1 in popluar number systems.

HEXE6F4B1
Decimal230244177
Binary111001101111010010110001
Octal346364261

Shades and tints

Shades of #E6F4B1

#E6F4B1
(230,244,177)
#D2DEA1
(210,222,161)
#BEC891
(190,200,145)
#AAB281
(170,178,129)
#969C71
(150,156,113)
#828661
(130,134,97)
#6E7051
(110,112,81)
#5A5A41
(90,90,65)
#464431
(70,68,49)
#322E21
(50,46,33)
#1E1811
(30,24,17)
#000000
(0,0,0)

Tints of #E6F4B1

#E6F4B1
(230,244,177)
#E8F5B8
(232,245,184)
#EAF6BF
(234,246,191)
#ECF7C6
(236,247,198)
#EEF8CD
(238,248,205)
#F0F9D4
(240,249,212)
#F2FADB
(242,250,219)
#F4FBE2
(244,251,226)
#F6FCE9
(246,252,233)
#F8FDF0
(248,253,240)
#FAFEF7
(250,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F4B1 color. Also use rgb(230,244,177) instead hex code.

Text Font Color

.myTextColor { color: #E6F4B1; }

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

This text font color is #E6F4B1.


Background Color

.myBgColor { background-color: #E6F4B1; }

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

This div background color is #E6F4B1.


Border color

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

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

This div border color is #E6F4B1.


Opacity

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

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

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

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

This text has shadow with #E6F4B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F4B1 on black background.


Color preview on white background

This text has color #E6F4B1 on white background.



Black color preview on #E6F4B1 background

This text has black color on #E6F4B1 background.


White color preview on #E6F4B1 background

This text has white color on #E6F4B1 background.