COLOR #E6F1AF

HEX: #E6F1AF
RGB: (230,241,175)

Color info

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

RGB color model

#E6F1AF color RGB value is (230,241,175).

  • red value is 230;
  • green value is 241;
  • blue value is 175.
RGB:
(230,241,175)
(90%,95%,69%)

RGB channels and saturation

R 230 of 255 = 90%
G 241 of 255 = 95%
B 175 of 255 = 69%

230
241
175

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

Portions of RGB colors in percentages

R + G + B =
230 + 241 + 175 = 646 (100%)
R 230 of 646 ~ 35.6%
G 241 of 646 ~ 37.31%
B 175 of 646 ~ 27.09%

%35.6
%37.31
%27.09

CMYK color model

#E6F1AF color CMYK value is (5,0,27,5).

  • cyan value is 4.56%
  • magenta value is 0.00%
  • yellow value is 27.39%
  • key color value is 5.49%
CMYK:
(5,0,27,5)
C5M0Y27K5 
(5%,0%,27%,5%)
(0.05/0.00/0.27/0.05)	

CMYK percentages

%4.56
%0
%27.39
%5.49

Codes

Color #E6F1AF in popluar color models

E6F1AF
RGB230241175
HSL70°70.21%81.57%
HSB/HSV70°27.39%94.51%
CMYK4.56%0.00%27.39%
5.49%

Color #E6F1AF in popluar number systems.

HEXE6F1AF
Decimal230241175
Binary111001101111000110101111
Octal346361257

Shades and tints

Shades of #E6F1AF

#E6F1AF
(230,241,175)
#D2DCA0
(210,220,160)
#BEC791
(190,199,145)
#AAB282
(170,178,130)
#969D73
(150,157,115)
#828864
(130,136,100)
#6E7355
(110,115,85)
#5A5E46
(90,94,70)
#464937
(70,73,55)
#323428
(50,52,40)
#1E1F19
(30,31,25)
#000000
(0,0,0)

Tints of #E6F1AF

#E6F1AF
(230,241,175)
#E8F2B6
(232,242,182)
#EAF3BD
(234,243,189)
#ECF4C4
(236,244,196)
#EEF5CB
(238,245,203)
#F0F6D2
(240,246,210)
#F2F7D9
(242,247,217)
#F4F8E0
(244,248,224)
#F6F9E7
(246,249,231)
#F8FAEE
(248,250,238)
#FAFBF5
(250,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F1AF color. Also use rgb(230,241,175) instead hex code.

Text Font Color

.myTextColor { color: #E6F1AF; }

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

This text font color is #E6F1AF.


Background Color

.myBgColor { background-color: #E6F1AF; }

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

This div background color is #E6F1AF.


Border color

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

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

This div border color is #E6F1AF.


Opacity

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

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

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

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

This text has shadow with #E6F1AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F1AF on black background.


Color preview on white background

This text has color #E6F1AF on white background.



Black color preview on #E6F1AF background

This text has black color on #E6F1AF background.


White color preview on #E6F1AF background

This text has white color on #E6F1AF background.