COLOR #E4E4BF

HEX: #E4E4BF
RGB: (228,228,191)

Color info

#E4E4BF contains red, green and blue colors in about the same proportion. Web safe color of #E4E4BF is #CCCCCC (or #CCC).

RGB color model

#E4E4BF color RGB value is (228,228,191).

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

RGB channels and saturation

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

228
228
191

R + G + B ~ 84%. #E4E4BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 228 + 191 = 647 (100%)
R 228 of 647 ~ 35.24%
G 228 of 647 ~ 35.24%
B 191 of 647 ~ 29.52%

%35.24
%35.24
%29.52

CMYK color model

#E4E4BF color CMYK value is (0,0,16,11).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 16.23%
  • key color value is 10.59%
CMYK:
(0,0,16,11)
C0M0Y16K11 
(0%,0%,16%,11%)
(0.00/0.00/0.16/0.11)	

CMYK percentages

%0
%0
%16.23
%10.59

Codes

Color #E4E4BF in popluar color models

E4E4BF
RGB228228191
HSL60°40.66%82.16%
HSB/HSV60°16.23%89.41%
CMYK0.00%0.00%16.23%
10.59%

Color #E4E4BF in popluar number systems.

HEXE4E4BF
Decimal228228191
Binary111001001110010010111111
Octal344344277

Shades and tints

Shades of #E4E4BF

#E4E4BF
(228,228,191)
#D0D0AE
(208,208,174)
#BCBC9D
(188,188,157)
#A8A88C
(168,168,140)
#94947B
(148,148,123)
#80806A
(128,128,106)
#6C6C59
(108,108,89)
#585848
(88,88,72)
#444437
(68,68,55)
#303026
(48,48,38)
#1C1C15
(28,28,21)
#000000
(0,0,0)

Tints of #E4E4BF

#E4E4BF
(228,228,191)
#E6E6C4
(230,230,196)
#E8E8C9
(232,232,201)
#EAEACE
(234,234,206)
#ECECD3
(236,236,211)
#EEEED8
(238,238,216)
#F0F0DD
(240,240,221)
#F2F2E2
(242,242,226)
#F4F4E7
(244,244,231)
#F6F6EC
(246,246,236)
#F8F8F1
(248,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4E4BF; }

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

This text font color is #E4E4BF.


Background Color

.myBgColor { background-color: #E4E4BF; }

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

This div background color is #E4E4BF.


Border color

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

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

This div border color is #E4E4BF.


Opacity

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

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

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

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

This text has shadow with #E4E4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4E4BF on black background.


Color preview on white background

This text has color #E4E4BF on white background.



Black color preview on #E4E4BF background

This text has black color on #E4E4BF background.


White color preview on #E4E4BF background

This text has white color on #E4E4BF background.