COLOR #E8E1CC

HEX: #E8E1CC
RGB: (232,225,204)

Color info

#E8E1CC contains red, green and blue colors in about the same proportion. Web safe color of #E8E1CC is #FFCCCC (or #FCC).

RGB color model

#E8E1CC color RGB value is (232,225,204).

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

RGB channels and saturation

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

232
225
204

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

Portions of RGB colors in percentages

R + G + B =
232 + 225 + 204 = 661 (100%)
R 232 of 661 ~ 35.1%
G 225 of 661 ~ 34.04%
B 204 of 661 ~ 30.86%

%35.1
%34.04
%30.86

CMYK color model

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

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

CMYK percentages

%0
%3.02
%12.07
%9.02

Codes

Color #E8E1CC in popluar color models

E8E1CC
RGB232225204
HSL45°37.84%85.49%
HSB/HSV45°12.07%90.98%
CMYK0.00%3.02%12.07%
9.02%

Color #E8E1CC in popluar number systems.

HEXE8E1CC
Decimal232225204
Binary111010001110000111001100
Octal350341314

Shades and tints

Shades of #E8E1CC

#E8E1CC
(232,225,204)
#D3CDBA
(211,205,186)
#BEB9A8
(190,185,168)
#A9A596
(169,165,150)
#949184
(148,145,132)
#7F7D72
(127,125,114)
#6A6960
(106,105,96)
#55554E
(85,85,78)
#40413C
(64,65,60)
#2B2D2A
(43,45,42)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #E8E1CC

#E8E1CC
(232,225,204)
#EAE3D0
(234,227,208)
#ECE5D4
(236,229,212)
#EEE7D8
(238,231,216)
#F0E9DC
(240,233,220)
#F2EBE0
(242,235,224)
#F4EDE4
(244,237,228)
#F6EFE8
(246,239,232)
#F8F1EC
(248,241,236)
#FAF3F0
(250,243,240)
#FCF5F4
(252,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8E1CC; }

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

This text font color is #E8E1CC.


Background Color

.myBgColor { background-color: #E8E1CC; }

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

This div background color is #E8E1CC.


Border color

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

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

This div border color is #E8E1CC.


Opacity

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

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

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

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

This text has shadow with #E8E1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8E1CC on black background.


Color preview on white background

This text has color #E8E1CC on white background.



Black color preview on #E8E1CC background

This text has black color on #E8E1CC background.


White color preview on #E8E1CC background

This text has white color on #E8E1CC background.