COLOR #E0C3AD

HEX: #E0C3AD
RGB: (224,195,173)

Color info

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

RGB color model

#E0C3AD color RGB value is (224,195,173).

  • red value is 224;
  • green value is 195;
  • blue value is 173.
RGB:
(224,195,173)
(88%,76%,68%)

RGB channels and saturation

R 224 of 255 = 88%
G 195 of 255 = 76%
B 173 of 255 = 68%

224
195
173

R + G + B ~ 77%. #E0C3AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 195 + 173 = 592 (100%)
R 224 of 592 ~ 37.84%
G 195 of 592 ~ 32.94%
B 173 of 592 ~ 29.22%

%37.84
%32.94
%29.22

CMYK color model

#E0C3AD color CMYK value is (0,13,23,12).

  • cyan value is 0.00%
  • magenta value is 12.95%
  • yellow value is 22.77%
  • key color value is 12.16%
CMYK:
(0,13,23,12)
C0M13Y23K12 
(0%,13%,23%,12%)
(0.00/0.13/0.23/0.12)	

CMYK percentages

%0
%12.95
%22.77
%12.16

Codes

Color #E0C3AD in popluar color models

E0C3AD
RGB224195173
HSL26°45.13%77.84%
HSB/HSV26°22.77%87.84%
CMYK0.00%12.95%22.77%
12.16%

Color #E0C3AD in popluar number systems.

HEXE0C3AD
Decimal224195173
Binary111000001100001110101101
Octal340303255

Shades and tints

Shades of #E0C3AD

#E0C3AD
(224,195,173)
#CCB29E
(204,178,158)
#B8A18F
(184,161,143)
#A49080
(164,144,128)
#907F71
(144,127,113)
#7C6E62
(124,110,98)
#685D53
(104,93,83)
#544C44
(84,76,68)
#403B35
(64,59,53)
#2C2A26
(44,42,38)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #E0C3AD

#E0C3AD
(224,195,173)
#E2C8B4
(226,200,180)
#E4CDBB
(228,205,187)
#E6D2C2
(230,210,194)
#E8D7C9
(232,215,201)
#EADCD0
(234,220,208)
#ECE1D7
(236,225,215)
#EEE6DE
(238,230,222)
#F0EBE5
(240,235,229)
#F2F0EC
(242,240,236)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C3AD color. Also use rgb(224,195,173) instead hex code.

Text Font Color

.myTextColor { color: #E0C3AD; }

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

This text font color is #E0C3AD.


Background Color

.myBgColor { background-color: #E0C3AD; }

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

This div background color is #E0C3AD.


Border color

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

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

This div border color is #E0C3AD.


Opacity

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

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

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

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

This text has shadow with #E0C3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C3AD on black background.


Color preview on white background

This text has color #E0C3AD on white background.



Black color preview on #E0C3AD background

This text has black color on #E0C3AD background.


White color preview on #E0C3AD background

This text has white color on #E0C3AD background.