COLOR #E6FABF

HEX: #E6FABF
RGB: (230,250,191)

Color info

#E6FABF contains red, green and blue colors in about the same proportion. Web safe color of #E6FABF is #CCFFCC (or #CFC).

RGB color model

#E6FABF color RGB value is (230,250,191).

  • red value is 230;
  • green value is 250;
  • blue value is 191.
RGB:
(230,250,191)
(90%,98%,75%)

RGB channels and saturation

R 230 of 255 = 90%
G 250 of 255 = 98%
B 191 of 255 = 75%

230
250
191

R + G + B ~ 88%. #E6FABF is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 250 + 191 = 671 (100%)
R 230 of 671 ~ 34.28%
G 250 of 671 ~ 37.26%
B 191 of 671 ~ 28.46%

%34.28
%37.26
%28.46

CMYK color model

#E6FABF color CMYK value is (8,0,24,2).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 23.60%
  • key color value is 1.96%
CMYK:
(8,0,24,2)
C8M0Y24K2 
(8%,0%,24%,2%)
(0.08/0.00/0.24/0.02)	

CMYK percentages

%8
%0
%23.6
%1.96

Codes

Color #E6FABF in popluar color models

E6FABF
RGB230250191
HSL80°85.51%86.47%
HSB/HSV80°23.60%98.04%
CMYK8.00%0.00%23.60%
1.96%

Color #E6FABF in popluar number systems.

HEXE6FABF
Decimal230250191
Binary111001101111101010111111
Octal346372277

Shades and tints

Shades of #E6FABF

#E6FABF
(230,250,191)
#D2E4AE
(210,228,174)
#BECE9D
(190,206,157)
#AAB88C
(170,184,140)
#96A27B
(150,162,123)
#828C6A
(130,140,106)
#6E7659
(110,118,89)
#5A6048
(90,96,72)
#464A37
(70,74,55)
#323426
(50,52,38)
#1E1E15
(30,30,21)
#000000
(0,0,0)

Tints of #E6FABF

#E6FABF
(230,250,191)
#E8FAC4
(232,250,196)
#EAFAC9
(234,250,201)
#ECFACE
(236,250,206)
#EEFAD3
(238,250,211)
#F0FAD8
(240,250,216)
#F2FADD
(242,250,221)
#F4FAE2
(244,250,226)
#F6FAE7
(246,250,231)
#F8FAEC
(248,250,236)
#FAFAF1
(250,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6FABF color. Also use rgb(230,250,191) instead hex code.

Text Font Color

.myTextColor { color: #E6FABF; }

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

This text font color is #E6FABF.


Background Color

.myBgColor { background-color: #E6FABF; }

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

This div background color is #E6FABF.


Border color

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

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

This div border color is #E6FABF.


Opacity

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

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

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

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

This text has shadow with #E6FABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FABF on black background.


Color preview on white background

This text has color #E6FABF on white background.



Black color preview on #E6FABF background

This text has black color on #E6FABF background.


White color preview on #E6FABF background

This text has white color on #E6FABF background.