COLOR #E1E1CE

HEX: #E1E1CE
RGB: (225,225,206)

Color info

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

RGB color model

#E1E1CE color RGB value is (225,225,206).

  • red value is 225;
  • green value is 225;
  • blue value is 206.
RGB:
(225,225,206)
(88%,88%,81%)

RGB channels and saturation

R 225 of 255 = 88%
G 225 of 255 = 88%
B 206 of 255 = 81%

225
225
206

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

Portions of RGB colors in percentages

R + G + B =
225 + 225 + 206 = 656 (100%)
R 225 of 656 ~ 34.3%
G 225 of 656 ~ 34.3%
B 206 of 656 ~ 31.4%

%34.3
%34.3
%31.4

CMYK color model

#E1E1CE color CMYK value is (0,0,8,12).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 8.44%
  • key color value is 11.76%
CMYK:
(0,0,8,12)
C0M0Y8K12 
(0%,0%,8%,12%)
(0.00/0.00/0.08/0.12)	

CMYK percentages

%0
%0
%8.44
%11.76

Codes

Color #E1E1CE in popluar color models

E1E1CE
RGB225225206
HSL60°24.05%84.51%
HSB/HSV60°8.44%88.24%
CMYK0.00%0.00%8.44%
11.76%

Color #E1E1CE in popluar number systems.

HEXE1E1CE
Decimal225225206
Binary111000011110000111001110
Octal341341316

Shades and tints

Shades of #E1E1CE

#E1E1CE
(225,225,206)
#CDCDBC
(205,205,188)
#B9B9AA
(185,185,170)
#A5A598
(165,165,152)
#919186
(145,145,134)
#7D7D74
(125,125,116)
#696962
(105,105,98)
#555550
(85,85,80)
#41413E
(65,65,62)
#2D2D2C
(45,45,44)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #E1E1CE

#E1E1CE
(225,225,206)
#E3E3D2
(227,227,210)
#E5E5D6
(229,229,214)
#E7E7DA
(231,231,218)
#E9E9DE
(233,233,222)
#EBEBE2
(235,235,226)
#EDEDE6
(237,237,230)
#EFEFEA
(239,239,234)
#F1F1EE
(241,241,238)
#F3F3F2
(243,243,242)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E1CE; }

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

This text font color is #E1E1CE.


Background Color

.myBgColor { background-color: #E1E1CE; }

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

This div background color is #E1E1CE.


Border color

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

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

This div border color is #E1E1CE.


Opacity

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

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

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

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

This text has shadow with #E1E1CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E1CE on black background.


Color preview on white background

This text has color #E1E1CE on white background.



Black color preview on #E1E1CE background

This text has black color on #E1E1CE background.


White color preview on #E1E1CE background

This text has white color on #E1E1CE background.