COLOR #E0CEAA

HEX: #E0CEAA
RGB: (224,206,170)

Color info

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

RGB color model

#E0CEAA color RGB value is (224,206,170).

  • red value is 224;
  • green value is 206;
  • blue value is 170.
RGB:
(224,206,170)
(88%,81%,67%)

RGB channels and saturation

R 224 of 255 = 88%
G 206 of 255 = 81%
B 170 of 255 = 67%

224
206
170

R + G + B ~ 79%. #E0CEAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 206 + 170 = 600 (100%)
R 224 of 600 ~ 37.33%
G 206 of 600 ~ 34.33%
B 170 of 600 ~ 28.33%

%37.33
%34.33
%28.33

CMYK color model

#E0CEAA color CMYK value is (0,8,24,12).

  • cyan value is 0.00%
  • magenta value is 8.04%
  • yellow value is 24.11%
  • key color value is 12.16%
CMYK:
(0,8,24,12)
C0M8Y24K12 
(0%,8%,24%,12%)
(0.00/0.08/0.24/0.12)	

CMYK percentages

%0
%8.04
%24.11
%12.16

Codes

Color #E0CEAA in popluar color models

E0CEAA
RGB224206170
HSL40°46.55%77.25%
HSB/HSV40°24.11%87.84%
CMYK0.00%8.04%24.11%
12.16%

Color #E0CEAA in popluar number systems.

HEXE0CEAA
Decimal224206170
Binary111000001100111010101010
Octal340316252

Shades and tints

Shades of #E0CEAA

#E0CEAA
(224,206,170)
#CCBC9B
(204,188,155)
#B8AA8C
(184,170,140)
#A4987D
(164,152,125)
#90866E
(144,134,110)
#7C745F
(124,116,95)
#686250
(104,98,80)
#545041
(84,80,65)
#403E32
(64,62,50)
#2C2C23
(44,44,35)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #E0CEAA

#E0CEAA
(224,206,170)
#E2D2B1
(226,210,177)
#E4D6B8
(228,214,184)
#E6DABF
(230,218,191)
#E8DEC6
(232,222,198)
#EAE2CD
(234,226,205)
#ECE6D4
(236,230,212)
#EEEADB
(238,234,219)
#F0EEE2
(240,238,226)
#F2F2E9
(242,242,233)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0CEAA color. Also use rgb(224,206,170) instead hex code.

Text Font Color

.myTextColor { color: #E0CEAA; }

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

This text font color is #E0CEAA.


Background Color

.myBgColor { background-color: #E0CEAA; }

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

This div background color is #E0CEAA.


Border color

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

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

This div border color is #E0CEAA.


Opacity

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

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

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

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

This text has shadow with #E0CEAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CEAA on black background.


Color preview on white background

This text has color #E0CEAA on white background.



Black color preview on #E0CEAA background

This text has black color on #E0CEAA background.


White color preview on #E0CEAA background

This text has white color on #E0CEAA background.