COLOR #E4E4CF

HEX: #E4E4CF
RGB: (228,228,207)

Color info

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

RGB color model

#E4E4CF color RGB value is (228,228,207).

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

RGB channels and saturation

R 228 of 255 = 89%
G 228 of 255 = 89%
B 207 of 255 = 81%

228
228
207

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

Portions of RGB colors in percentages

R + G + B =
228 + 228 + 207 = 663 (100%)
R 228 of 663 ~ 34.39%
G 228 of 663 ~ 34.39%
B 207 of 663 ~ 31.22%

%34.39
%34.39
%31.22

CMYK color model

#E4E4CF color CMYK value is (0,0,9,11).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 9.21%
  • key color value is 10.59%
CMYK:
(0,0,9,11)
C0M0Y9K11 
(0%,0%,9%,11%)
(0.00/0.00/0.09/0.11)	

CMYK percentages

%0
%0
%9.21
%10.59

Codes

Color #E4E4CF in popluar color models

E4E4CF
RGB228228207
HSL60°28.00%85.29%
HSB/HSV60°9.21%89.41%
CMYK0.00%0.00%9.21%
10.59%

Color #E4E4CF in popluar number systems.

HEXE4E4CF
Decimal228228207
Binary111001001110010011001111
Octal344344317

Shades and tints

Shades of #E4E4CF

#E4E4CF
(228,228,207)
#D0D0BD
(208,208,189)
#BCBCAB
(188,188,171)
#A8A899
(168,168,153)
#949487
(148,148,135)
#808075
(128,128,117)
#6C6C63
(108,108,99)
#585851
(88,88,81)
#44443F
(68,68,63)
#30302D
(48,48,45)
#1C1C1B
(28,28,27)
#000000
(0,0,0)

Tints of #E4E4CF

#E4E4CF
(228,228,207)
#E6E6D3
(230,230,211)
#E8E8D7
(232,232,215)
#EAEADB
(234,234,219)
#ECECDF
(236,236,223)
#EEEEE3
(238,238,227)
#F0F0E7
(240,240,231)
#F2F2EB
(242,242,235)
#F4F4EF
(244,244,239)
#F6F6F3
(246,246,243)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4E4CF; }

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

This text font color is #E4E4CF.


Background Color

.myBgColor { background-color: #E4E4CF; }

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

This div background color is #E4E4CF.


Border color

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

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

This div border color is #E4E4CF.


Opacity

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

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

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

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

This text has shadow with #E4E4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4E4CF on black background.


Color preview on white background

This text has color #E4E4CF on white background.



Black color preview on #E4E4CF background

This text has black color on #E4E4CF background.


White color preview on #E4E4CF background

This text has white color on #E4E4CF background.