COLOR #E8E8CC

HEX: #E8E8CC
RGB: (232,232,204)

Color info

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

RGB color model

#E8E8CC color RGB value is (232,232,204).

  • red value is 232;
  • green value is 232;
  • blue value is 204.
RGB:
(232,232,204)
(91%,91%,80%)

RGB channels and saturation

R 232 of 255 = 91%
G 232 of 255 = 91%
B 204 of 255 = 80%

232
232
204

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

Portions of RGB colors in percentages

R + G + B =
232 + 232 + 204 = 668 (100%)
R 232 of 668 ~ 34.73%
G 232 of 668 ~ 34.73%
B 204 of 668 ~ 30.54%

%34.73
%34.73
%30.54

CMYK color model

#E8E8CC color CMYK value is (0,0,12,9).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 12.07%
  • key color value is 9.02%
CMYK:
(0,0,12,9)
C0M0Y12K9 
(0%,0%,12%,9%)
(0.00/0.00/0.12/0.09)	

CMYK percentages

%0
%0
%12.07
%9.02

Codes

Color #E8E8CC in popluar color models

E8E8CC
RGB232232204
HSL60°37.84%85.49%
HSB/HSV60°12.07%90.98%
CMYK0.00%0.00%12.07%
9.02%

Color #E8E8CC in popluar number systems.

HEXE8E8CC
Decimal232232204
Binary111010001110100011001100
Octal350350314

Shades and tints

Shades of #E8E8CC

#E8E8CC
(232,232,204)
#D3D3BA
(211,211,186)
#BEBEA8
(190,190,168)
#A9A996
(169,169,150)
#949484
(148,148,132)
#7F7F72
(127,127,114)
#6A6A60
(106,106,96)
#55554E
(85,85,78)
#40403C
(64,64,60)
#2B2B2A
(43,43,42)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #E8E8CC

#E8E8CC
(232,232,204)
#EAEAD0
(234,234,208)
#ECECD4
(236,236,212)
#EEEED8
(238,238,216)
#F0F0DC
(240,240,220)
#F2F2E0
(242,242,224)
#F4F4E4
(244,244,228)
#F6F6E8
(246,246,232)
#F8F8EC
(248,248,236)
#FAFAF0
(250,250,240)
#FCFCF4
(252,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8E8CC; }

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

This text font color is #E8E8CC.


Background Color

.myBgColor { background-color: #E8E8CC; }

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

This div background color is #E8E8CC.


Border color

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

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

This div border color is #E8E8CC.


Opacity

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

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

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

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

This text has shadow with #E8E8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8E8CC on black background.


Color preview on white background

This text has color #E8E8CC on white background.



Black color preview on #E8E8CC background

This text has black color on #E8E8CC background.


White color preview on #E8E8CC background

This text has white color on #E8E8CC background.