COLOR #E3E0CC

HEX: #E3E0CC
RGB: (227,224,204)

Color info

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

RGB color model

#E3E0CC color RGB value is (227,224,204).

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

RGB channels and saturation

R 227 of 255 = 89%
G 224 of 255 = 88%
B 204 of 255 = 80%

227
224
204

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

Portions of RGB colors in percentages

R + G + B =
227 + 224 + 204 = 655 (100%)
R 227 of 655 ~ 34.66%
G 224 of 655 ~ 34.2%
B 204 of 655 ~ 31.15%

%34.66
%34.2
%31.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.32%
  • yellow value is 10.13%
  • key color value is 10.98%
CMYK:
(0,1,10,11)
C0M1Y10K11 
(0%,1%,10%,11%)
(0.00/0.01/0.10/0.11)	

CMYK percentages

%0
%1.32
%10.13
%10.98

Codes

Color #E3E0CC in popluar color models

E3E0CC
RGB227224204
HSL52°29.11%84.51%
HSB/HSV52°10.13%89.02%
CMYK0.00%1.32%10.13%
10.98%

Color #E3E0CC in popluar number systems.

HEXE3E0CC
Decimal227224204
Binary111000111110000011001100
Octal343340314

Shades and tints

Shades of #E3E0CC

#E3E0CC
(227,224,204)
#CFCCBA
(207,204,186)
#BBB8A8
(187,184,168)
#A7A496
(167,164,150)
#939084
(147,144,132)
#7F7C72
(127,124,114)
#6B6860
(107,104,96)
#57544E
(87,84,78)
#43403C
(67,64,60)
#2F2C2A
(47,44,42)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #E3E0CC

#E3E0CC
(227,224,204)
#E5E2D0
(229,226,208)
#E7E4D4
(231,228,212)
#E9E6D8
(233,230,216)
#EBE8DC
(235,232,220)
#EDEAE0
(237,234,224)
#EFECE4
(239,236,228)
#F1EEE8
(241,238,232)
#F3F0EC
(243,240,236)
#F5F2F0
(245,242,240)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3E0CC; }

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

This text font color is #E3E0CC.


Background Color

.myBgColor { background-color: #E3E0CC; }

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

This div background color is #E3E0CC.


Border color

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

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

This div border color is #E3E0CC.


Opacity

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

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

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

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

This text has shadow with #E3E0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3E0CC on black background.


Color preview on white background

This text has color #E3E0CC on white background.



Black color preview on #E3E0CC background

This text has black color on #E3E0CC background.


White color preview on #E3E0CC background

This text has white color on #E3E0CC background.