COLOR #E3E0CA

HEX: #E3E0CA
RGB: (227,224,202)

Color info

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

RGB color model

#E3E0CA color RGB value is (227,224,202).

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

RGB channels and saturation

R 227 of 255 = 89%
G 224 of 255 = 88%
B 202 of 255 = 79%

227
224
202

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

Portions of RGB colors in percentages

R + G + B =
227 + 224 + 202 = 653 (100%)
R 227 of 653 ~ 34.76%
G 224 of 653 ~ 34.3%
B 202 of 653 ~ 30.93%

%34.76
%34.3
%30.93

CMYK color model

#E3E0CA color CMYK value is (0,1,11,11).

  • cyan value is 0.00%
  • magenta value is 1.32%
  • yellow value is 11.01%
  • key color value is 10.98%
CMYK:
(0,1,11,11)
C0M1Y11K11 
(0%,1%,11%,11%)
(0.00/0.01/0.11/0.11)	

CMYK percentages

%0
%1.32
%11.01
%10.98

Codes

Color #E3E0CA in popluar color models

E3E0CA
RGB227224202
HSL53°30.86%84.12%
HSB/HSV53°11.01%89.02%
CMYK0.00%1.32%11.01%
10.98%

Color #E3E0CA in popluar number systems.

HEXE3E0CA
Decimal227224202
Binary111000111110000011001010
Octal343340312

Shades and tints

Shades of #E3E0CA

#E3E0CA
(227,224,202)
#CFCCB8
(207,204,184)
#BBB8A6
(187,184,166)
#A7A494
(167,164,148)
#939082
(147,144,130)
#7F7C70
(127,124,112)
#6B685E
(107,104,94)
#57544C
(87,84,76)
#43403A
(67,64,58)
#2F2C28
(47,44,40)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #E3E0CA

#E3E0CA
(227,224,202)
#E5E2CE
(229,226,206)
#E7E4D2
(231,228,210)
#E9E6D6
(233,230,214)
#EBE8DA
(235,232,218)
#EDEADE
(237,234,222)
#EFECE2
(239,236,226)
#F1EEE6
(241,238,230)
#F3F0EA
(243,240,234)
#F5F2EE
(245,242,238)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3E0CA; }

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

This text font color is #E3E0CA.


Background Color

.myBgColor { background-color: #E3E0CA; }

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

This div background color is #E3E0CA.


Border color

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

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

This div border color is #E3E0CA.


Opacity

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

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

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

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

This text has shadow with #E3E0CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3E0CA on black background.


Color preview on white background

This text has color #E3E0CA on white background.



Black color preview on #E3E0CA background

This text has black color on #E3E0CA background.


White color preview on #E3E0CA background

This text has white color on #E3E0CA background.