COLOR #E3E5CA

HEX: #E3E5CA
RGB: (227,229,202)

Color info

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

RGB color model

#E3E5CA color RGB value is (227,229,202).

  • red value is 227;
  • green value is 229;
  • blue value is 202.
RGB:
(227,229,202)
(89%,90%,79%)

RGB channels and saturation

R 227 of 255 = 89%
G 229 of 255 = 90%
B 202 of 255 = 79%

227
229
202

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

Portions of RGB colors in percentages

R + G + B =
227 + 229 + 202 = 658 (100%)
R 227 of 658 ~ 34.5%
G 229 of 658 ~ 34.8%
B 202 of 658 ~ 30.7%

%34.5
%34.8
%30.7

CMYK color model

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

  • cyan value is 0.87%
  • magenta value is 0.00%
  • yellow value is 11.79%
  • key color value is 10.20%
CMYK:
(1,0,12,10)
C1M0Y12K10 
(1%,0%,12%,10%)
(0.01/0.00/0.12/0.10)	

CMYK percentages

%0.87
%0
%11.79
%10.2

Codes

Color #E3E5CA in popluar color models

E3E5CA
RGB227229202
HSL64°34.18%84.51%
HSB/HSV64°11.79%89.80%
CMYK0.87%0.00%11.79%
10.20%

Color #E3E5CA in popluar number systems.

HEXE3E5CA
Decimal227229202
Binary111000111110010111001010
Octal343345312

Shades and tints

Shades of #E3E5CA

#E3E5CA
(227,229,202)
#CFD1B8
(207,209,184)
#BBBDA6
(187,189,166)
#A7A994
(167,169,148)
#939582
(147,149,130)
#7F8170
(127,129,112)
#6B6D5E
(107,109,94)
#57594C
(87,89,76)
#43453A
(67,69,58)
#2F3128
(47,49,40)
#1B1D16
(27,29,22)
#000000
(0,0,0)

Tints of #E3E5CA

#E3E5CA
(227,229,202)
#E5E7CE
(229,231,206)
#E7E9D2
(231,233,210)
#E9EBD6
(233,235,214)
#EBEDDA
(235,237,218)
#EDEFDE
(237,239,222)
#EFF1E2
(239,241,226)
#F1F3E6
(241,243,230)
#F3F5EA
(243,245,234)
#F5F7EE
(245,247,238)
#F7F9F2
(247,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3E5CA; }

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

This text font color is #E3E5CA.


Background Color

.myBgColor { background-color: #E3E5CA; }

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

This div background color is #E3E5CA.


Border color

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

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

This div border color is #E3E5CA.


Opacity

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

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

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

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

This text has shadow with #E3E5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3E5CA on black background.


Color preview on white background

This text has color #E3E5CA on white background.



Black color preview on #E3E5CA background

This text has black color on #E3E5CA background.


White color preview on #E3E5CA background

This text has white color on #E3E5CA background.