COLOR #E1E1CA

HEX: #E1E1CA
RGB: (225,225,202)

Color info

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

RGB color model

#E1E1CA color RGB value is (225,225,202).

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

RGB channels and saturation

R 225 of 255 = 88%
G 225 of 255 = 88%
B 202 of 255 = 79%

225
225
202

R + G + B ~ 85%. #E1E1CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 225 + 202 = 652 (100%)
R 225 of 652 ~ 34.51%
G 225 of 652 ~ 34.51%
B 202 of 652 ~ 30.98%

%34.51
%34.51
%30.98

CMYK color model

#E1E1CA color CMYK value is (0,0,10,12).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 10.22%
  • key color value is 11.76%
CMYK:
(0,0,10,12)
C0M0Y10K12 
(0%,0%,10%,12%)
(0.00/0.00/0.10/0.12)	

CMYK percentages

%0
%0
%10.22
%11.76

Codes

Color #E1E1CA in popluar color models

E1E1CA
RGB225225202
HSL60°27.71%83.73%
HSB/HSV60°10.22%88.24%
CMYK0.00%0.00%10.22%
11.76%

Color #E1E1CA in popluar number systems.

HEXE1E1CA
Decimal225225202
Binary111000011110000111001010
Octal341341312

Shades and tints

Shades of #E1E1CA

#E1E1CA
(225,225,202)
#CDCDB8
(205,205,184)
#B9B9A6
(185,185,166)
#A5A594
(165,165,148)
#919182
(145,145,130)
#7D7D70
(125,125,112)
#69695E
(105,105,94)
#55554C
(85,85,76)
#41413A
(65,65,58)
#2D2D28
(45,45,40)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #E1E1CA

#E1E1CA
(225,225,202)
#E3E3CE
(227,227,206)
#E5E5D2
(229,229,210)
#E7E7D6
(231,231,214)
#E9E9DA
(233,233,218)
#EBEBDE
(235,235,222)
#EDEDE2
(237,237,226)
#EFEFE6
(239,239,230)
#F1F1EA
(241,241,234)
#F3F3EE
(243,243,238)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E1CA; }

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

This text font color is #E1E1CA.


Background Color

.myBgColor { background-color: #E1E1CA; }

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

This div background color is #E1E1CA.


Border color

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

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

This div border color is #E1E1CA.


Opacity

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

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

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

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

This text has shadow with #E1E1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E1CA on black background.


Color preview on white background

This text has color #E1E1CA on white background.



Black color preview on #E1E1CA background

This text has black color on #E1E1CA background.


White color preview on #E1E1CA background

This text has white color on #E1E1CA background.