COLOR #E4E4CC

HEX: #E4E4CC RGB: (228,228,204)

Color info

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

RGB color model

#E4E4CC color RGB value is (228,228,204).

RGB: (228,228,204) (89%, 89%, 80%)

RGB channels and saturation

R 228 of 255 = 89%
G 228 of 255 = 89%
B 204 of 255 = 80%

228
228
204

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

Portions of RGB colors in percentages

R + G + B = 228 + 228 + 204 = 660 (100%)
R 228 of 660 ~ 34.55%
G 228 of 660 ~ 34.55%
B 204 of 660 ~ 30.91'%

%34.55
%34.55
%30.91

CMYK color model

#E4E4CC color CMYK value is (0,0,11,11).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 10.59%

CMYK: (0,0,11,11)
C0M0Y11K11 (0%, 0%, 11%, 11%)
(0.00 / 0.00 / 0.11 / 0.11)

CMYK percentages

%0
%0
%10.53
%10.59

Codes

Color #E4E4CC in popluar color models

E4 E4 CC
RGB 228 228 204
HSL 60° 30.77% 84.71%
HSB/HSV 60° 10.53% 89.41%
CMYK 0.00% 0.00% 10.53%
10.59%

Color #E4E4CC in popluar number systems.

HEX E4 E4 CC
Decimal 228 228 204
Binary 11100100 11100100 11001100
Octal 344 344 314

Shades and tints

Shades of #E4E4CC

#E4E4CC
(228,228,204)
#D0D0BA
(208,208,186)
#BCBCA8
(188,188,168)
#A8A896
(168,168,150)
#949484
(148,148,132)
#808072
(128,128,114)
#6C6C60
(108,108,96)
#58584E
(88,88,78)
#44443C
(68,68,60)
#30302A
(48,48,42)
#1C1C18
(28,28,24)
#000000
(0,0,0)

Tints of #E4E4CC

#E4E4CC
(228,228,204)
#E6E6D0
(230,230,208)
#E8E8D4
(232,232,212)
#EAEAD8
(234,234,216)
#ECECDC
(236,236,220)
#EEEEE0
(238,238,224)
#F0F0E4
(240,240,228)
#F2F2E8
(242,242,232)
#F4F4EC
(244,244,236)
#F6F6F0
(246,246,240)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4E4CC; }

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

This text font color is #E4E4CC.

Background Color

.myBgColor { background-color: #E4E4CC; }

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

This div background color is #E4E4CC.

Border color

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

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

This div border color is #E4E4CC.

Opacity

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

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

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

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

This text has shadow with #E4E4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4E4CC.

Preview

Color preview on black background

This text has color #E4E4CC on black background.


Color preview on white background

This text has color #E4E4CC on white background.


Black color preview on #E4E4CC background

This text has black color on #E4E4CC background.


White color preview on #E4E4CC background

This text has white color on #E4E4CC background.


Related colors

Complementary color

Complementary color for #hex is #1B1B33.


I love getcolorcode.com