COLOR #E4EFBF

HEX: #E4EFBF
RGB: (228,239,191)

Color info

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

RGB color model

#E4EFBF color RGB value is (228,239,191).

  • red value is 228;
  • green value is 239;
  • blue value is 191.
RGB:
(228,239,191)
(89%,94%,75%)

RGB channels and saturation

R 228 of 255 = 89%
G 239 of 255 = 94%
B 191 of 255 = 75%

228
239
191

R + G + B ~ 86%. #E4EFBF is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 239 + 191 = 658 (100%)
R 228 of 658 ~ 34.65%
G 239 of 658 ~ 36.32%
B 191 of 658 ~ 29.03%

%34.65
%36.32
%29.03

CMYK color model

#E4EFBF color CMYK value is (5,0,20,6).

  • cyan value is 4.60%
  • magenta value is 0.00%
  • yellow value is 20.08%
  • key color value is 6.27%
CMYK:
(5,0,20,6)
C5M0Y20K6 
(5%,0%,20%,6%)
(0.05/0.00/0.20/0.06)	

CMYK percentages

%4.6
%0
%20.08
%6.27

Codes

Color #E4EFBF in popluar color models

E4EFBF
RGB228239191
HSL74°60.00%84.31%
HSB/HSV74°20.08%93.73%
CMYK4.60%0.00%20.08%
6.27%

Color #E4EFBF in popluar number systems.

HEXE4EFBF
Decimal228239191
Binary111001001110111110111111
Octal344357277

Shades and tints

Shades of #E4EFBF

#E4EFBF
(228,239,191)
#D0DAAE
(208,218,174)
#BCC59D
(188,197,157)
#A8B08C
(168,176,140)
#949B7B
(148,155,123)
#80866A
(128,134,106)
#6C7159
(108,113,89)
#585C48
(88,92,72)
#444737
(68,71,55)
#303226
(48,50,38)
#1C1D15
(28,29,21)
#000000
(0,0,0)

Tints of #E4EFBF

#E4EFBF
(228,239,191)
#E6F0C4
(230,240,196)
#E8F1C9
(232,241,201)
#EAF2CE
(234,242,206)
#ECF3D3
(236,243,211)
#EEF4D8
(238,244,216)
#F0F5DD
(240,245,221)
#F2F6E2
(242,246,226)
#F4F7E7
(244,247,231)
#F6F8EC
(246,248,236)
#F8F9F1
(248,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4EFBF color. Also use rgb(228,239,191) instead hex code.

Text Font Color

.myTextColor { color: #E4EFBF; }

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

This text font color is #E4EFBF.


Background Color

.myBgColor { background-color: #E4EFBF; }

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

This div background color is #E4EFBF.


Border color

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

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

This div border color is #E4EFBF.


Opacity

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

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

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

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

This text has shadow with #E4EFBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4EFBF on black background.


Color preview on white background

This text has color #E4EFBF on white background.



Black color preview on #E4EFBF background

This text has black color on #E4EFBF background.


White color preview on #E4EFBF background

This text has white color on #E4EFBF background.