COLOR #E1E5CA

HEX: #E1E5CA RGB: (225,229,202)

Color info

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

RGB color model

#E1E5CA color RGB value is (225,229,202).

RGB: (225,229,202) (88%, 90%, 79%)

RGB channels and saturation

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

225
229
202

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

Portions of RGB colors in percentages

R + G + B = 225 + 229 + 202 = 656 (100%)
R 225 of 656 ~ 34.3%
G 229 of 656 ~ 34.91%
B 202 of 656 ~ 30.79'%

%34.3
%34.91
%30.79

CMYK color model

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

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 11.79%
  • key color value is 10.20%

CMYK: (2,0,12,10)
C2M0Y12K10 (2%, 0%, 12%, 10%)
(0.02 / 0.00 / 0.12 / 0.10)

CMYK percentages

%1.75
%0
%11.79
%10.2

Codes

Color #E1E5CA in popluar color models

E1 E5 CA
RGB 225 229 202
HSL 69° 34.18% 84.51%
HSB/HSV 69° 11.79% 89.80%
CMYK 1.75% 0.00% 11.79%
10.20%

Color #E1E5CA in popluar number systems.

HEX E1 E5 CA
Decimal 225 229 202
Binary 11100001 11100101 11001010
Octal 341 345 312

Shades and tints

Shades of #E1E5CA

#E1E5CA
(225,229,202)
#CDD1B8
(205,209,184)
#B9BDA6
(185,189,166)
#A5A994
(165,169,148)
#919582
(145,149,130)
#7D8170
(125,129,112)
#696D5E
(105,109,94)
#55594C
(85,89,76)
#41453A
(65,69,58)
#2D3128
(45,49,40)
#191D16
(25,29,22)
#000000
(0,0,0)

Tints of #E1E5CA

#E1E5CA
(225,229,202)
#E3E7CE
(227,231,206)
#E5E9D2
(229,233,210)
#E7EBD6
(231,235,214)
#E9EDDA
(233,237,218)
#EBEFDE
(235,239,222)
#EDF1E2
(237,241,226)
#EFF3E6
(239,243,230)
#F1F5EA
(241,245,234)
#F3F7EE
(243,247,238)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E5CA; }

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

This text font color is #E1E5CA.

Background Color

.myBgColor { background-color: #E1E5CA; }

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

This div background color is #E1E5CA.

Border color

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

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

This div border color is #E1E5CA.

Opacity

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

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

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

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

This text has shadow with #E1E5CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1E5CA.

Preview

Color preview on black background

This text has color #E1E5CA on black background.


Color preview on white background

This text has color #E1E5CA on white background.


Black color preview on #E1E5CA background

This text has black color on #E1E5CA background.


White color preview on #E1E5CA background

This text has white color on #E1E5CA background.


Related colors

Complementary color

Complementary color for #hex is #1E1A35.


I love getcolorcode.com

Triadic colors

1 #CAE1E5 and #E5CAE1 with #E1E5CA are triadic colors.

2 #CAE5E1 and #E5E1CA with #E1E5CA are triadic colors.