COLOR #E9FABF

HEX: #E9FABF RGB: (233,250,191)

Color info

#E9FABF contains red, green and blue colors in about the same proportion. Web safe color of #E9FABF is #FFFFCC (or #FFC).

RGB color model

#E9FABF color RGB value is (233,250,191).

RGB: (233,250,191) (91%, 98%, 75%)

RGB channels and saturation

R 233 of 255 = 91%
G 250 of 255 = 98%
B 191 of 255 = 75%

233
250
191

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

Portions of RGB colors in percentages

R + G + B = 233 + 250 + 191 = 674 (100%)
R 233 of 674 ~ 34.57%
G 250 of 674 ~ 37.09%
B 191 of 674 ~ 28.34'%

%34.57
%37.09
%28.34

CMYK color model

#E9FABF color CMYK value is (7,0,24,2).

  • cyan value is 6.80%
  • magenta value is 0.00%
  • yellow value is 23.60%
  • key color value is 1.96%

CMYK: (7,0,24,2)
C7M0Y24K2 (7%, 0%, 24%, 2%)
(0.07 / 0.00 / 0.24 / 0.02)

CMYK percentages

%6.8
%0
%23.6
%1.96

Codes

Color #E9FABF in popluar color models

E9 FA BF
RGB 233 250 191
HSL 77° 85.51% 86.47%
HSB/HSV 77° 23.60% 98.04%
CMYK 6.80% 0.00% 23.60%
1.96%

Color #E9FABF in popluar number systems.

HEX E9 FA BF
Decimal 233 250 191
Binary 11101001 11111010 10111111
Octal 351 372 277

Shades and tints

Shades of #E9FABF

#E9FABF
(233,250,191)
#D4E4AE
(212,228,174)
#BFCE9D
(191,206,157)
#AAB88C
(170,184,140)
#95A27B
(149,162,123)
#808C6A
(128,140,106)
#6B7659
(107,118,89)
#566048
(86,96,72)
#414A37
(65,74,55)
#2C3426
(44,52,38)
#171E15
(23,30,21)
#000000
(0,0,0)

Tints of #E9FABF

#E9FABF
(233,250,191)
#EBFAC4
(235,250,196)
#EDFAC9
(237,250,201)
#EFFACE
(239,250,206)
#F1FAD3
(241,250,211)
#F3FAD8
(243,250,216)
#F5FADD
(245,250,221)
#F7FAE2
(247,250,226)
#F9FAE7
(249,250,231)
#FBFAEC
(251,250,236)
#FDFAF1
(253,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9FABF; }

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

This text font color is #E9FABF.

Background Color

.myBgColor { background-color: #E9FABF; }

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

This div background color is #E9FABF.

Border color

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

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

This div border color is #E9FABF.

Opacity

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

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

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

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

This text has shadow with #E9FABF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9FABF.

Preview

Color preview on black background

This text has color #E9FABF on black background.


Color preview on white background

This text has color #E9FABF on white background.


Black color preview on #E9FABF background

This text has black color on #E9FABF background.


White color preview on #E9FABF background

This text has white color on #E9FABF background.


Related colors

Complementary color

Complementary color for #hex is #160540.


I love getcolorcode.com

Triadic colors

1 #BFE9FA and #FABFE9 with #E9FABF are triadic colors.

2 #BFFAE9 and #FAE9BF with #E9FABF are triadic colors.