COLOR #E9F0BF

HEX: #E9F0BF
RGB: (233,240,191)

Color info

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

RGB color model

#E9F0BF color RGB value is (233,240,191).

  • red value is 233;
  • green value is 240;
  • blue value is 191.
RGB:
(233,240,191)
(91%,94%,75%)

RGB channels and saturation

R 233 of 255 = 91%
G 240 of 255 = 94%
B 191 of 255 = 75%

233
240
191

R + G + B ~ 87%. #E9F0BF is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 240 + 191 = 664 (100%)
R 233 of 664 ~ 35.09%
G 240 of 664 ~ 36.14%
B 191 of 664 ~ 28.77%

%35.09
%36.14
%28.77

CMYK color model

#E9F0BF color CMYK value is (3,0,20,6).

  • cyan value is 2.92%
  • magenta value is 0.00%
  • yellow value is 20.42%
  • key color value is 5.88%
CMYK:
(3,0,20,6)
C3M0Y20K6 
(3%,0%,20%,6%)
(0.03/0.00/0.20/0.06)	

CMYK percentages

%2.92
%0
%20.42
%5.88

Codes

Color #E9F0BF in popluar color models

E9F0BF
RGB233240191
HSL69°62.03%84.51%
HSB/HSV69°20.42%94.12%
CMYK2.92%0.00%20.42%
5.88%

Color #E9F0BF in popluar number systems.

HEXE9F0BF
Decimal233240191
Binary111010011111000010111111
Octal351360277

Shades and tints

Shades of #E9F0BF

#E9F0BF
(233,240,191)
#D4DBAE
(212,219,174)
#BFC69D
(191,198,157)
#AAB18C
(170,177,140)
#959C7B
(149,156,123)
#80876A
(128,135,106)
#6B7259
(107,114,89)
#565D48
(86,93,72)
#414837
(65,72,55)
#2C3326
(44,51,38)
#171E15
(23,30,21)
#000000
(0,0,0)

Tints of #E9F0BF

#E9F0BF
(233,240,191)
#EBF1C4
(235,241,196)
#EDF2C9
(237,242,201)
#EFF3CE
(239,243,206)
#F1F4D3
(241,244,211)
#F3F5D8
(243,245,216)
#F5F6DD
(245,246,221)
#F7F7E2
(247,247,226)
#F9F8E7
(249,248,231)
#FBF9EC
(251,249,236)
#FDFAF1
(253,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9F0BF; }

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

This text font color is #E9F0BF.


Background Color

.myBgColor { background-color: #E9F0BF; }

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

This div background color is #E9F0BF.


Border color

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

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

This div border color is #E9F0BF.


Opacity

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

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

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

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

This text has shadow with #E9F0BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9F0BF on black background.


Color preview on white background

This text has color #E9F0BF on white background.



Black color preview on #E9F0BF background

This text has black color on #E9F0BF background.


White color preview on #E9F0BF background

This text has white color on #E9F0BF background.