COLOR #E0CCA6

HEX: #E0CCA6
RGB: (224,204,166)

Color info

#E0CCA6 contains red, green and blue colors in about the same proportion. Web safe color of #E0CCA6 is #CCCC99 (or #CC9).

RGB color model

#E0CCA6 color RGB value is (224,204,166).

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

RGB channels and saturation

R 224 of 255 = 88%
G 204 of 255 = 80%
B 166 of 255 = 65%

224
204
166

R + G + B ~ 78%. #E0CCA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 204 + 166 = 594 (100%)
R 224 of 594 ~ 37.71%
G 204 of 594 ~ 34.34%
B 166 of 594 ~ 27.95%

%37.71
%34.34
%27.95

CMYK color model

#E0CCA6 color CMYK value is (0,9,26,12).

  • cyan value is 0.00%
  • magenta value is 8.93%
  • yellow value is 25.89%
  • key color value is 12.16%
CMYK:
(0,9,26,12)
C0M9Y26K12 
(0%,9%,26%,12%)
(0.00/0.09/0.26/0.12)	

CMYK percentages

%0
%8.93
%25.89
%12.16

Codes

Color #E0CCA6 in popluar color models

E0CCA6
RGB224204166
HSL39°48.33%76.47%
HSB/HSV39°25.89%87.84%
CMYK0.00%8.93%25.89%
12.16%

Color #E0CCA6 in popluar number systems.

HEXE0CCA6
Decimal224204166
Binary111000001100110010100110
Octal340314246

Shades and tints

Shades of #E0CCA6

#E0CCA6
(224,204,166)
#CCBA97
(204,186,151)
#B8A888
(184,168,136)
#A49679
(164,150,121)
#90846A
(144,132,106)
#7C725B
(124,114,91)
#68604C
(104,96,76)
#544E3D
(84,78,61)
#403C2E
(64,60,46)
#2C2A1F
(44,42,31)
#181810
(24,24,16)
#000000
(0,0,0)

Tints of #E0CCA6

#E0CCA6
(224,204,166)
#E2D0AE
(226,208,174)
#E4D4B6
(228,212,182)
#E6D8BE
(230,216,190)
#E8DCC6
(232,220,198)
#EAE0CE
(234,224,206)
#ECE4D6
(236,228,214)
#EEE8DE
(238,232,222)
#F0ECE6
(240,236,230)
#F2F0EE
(242,240,238)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0CCA6; }

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

This text font color is #E0CCA6.


Background Color

.myBgColor { background-color: #E0CCA6; }

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

This div background color is #E0CCA6.


Border color

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

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

This div border color is #E0CCA6.


Opacity

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

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

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

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

This text has shadow with #E0CCA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CCA6 on black background.


Color preview on white background

This text has color #E0CCA6 on white background.



Black color preview on #E0CCA6 background

This text has black color on #E0CCA6 background.


White color preview on #E0CCA6 background

This text has white color on #E0CCA6 background.