COLOR #E1C0AD

HEX: #E1C0AD RGB: (225,192,173)

Color info

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

RGB color model

#E1C0AD color RGB value is (225,192,173).

RGB: (225,192,173) (88%, 75%, 68%)

RGB channels and saturation

R 225 of 255 = 88%
G 192 of 255 = 75%
B 173 of 255 = 68%

225
192
173

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

Portions of RGB colors in percentages

R + G + B = 225 + 192 + 173 = 590 (100%)
R 225 of 590 ~ 38.14%
G 192 of 590 ~ 32.54%
B 173 of 590 ~ 29.32'%

%38.14
%32.54
%29.32

CMYK color model

#E1C0AD color CMYK value is (0,15,23,12).

  • cyan value is 0.00%
  • magenta value is 14.67%
  • yellow value is 23.11%
  • key color value is 11.76%

CMYK: (0,15,23,12)
C0M15Y23K12 (0%, 15%, 23%, 12%)
(0.00 / 0.15 / 0.23 / 0.12)

CMYK percentages

%0
%14.67
%23.11
%11.76

Codes

Color #E1C0AD in popluar color models

E1 C0 AD
RGB 225 192 173
HSL 22° 46.43% 78.04%
HSB/HSV 22° 23.11% 88.24%
CMYK 0.00% 14.67% 23.11%
11.76%

Color #E1C0AD in popluar number systems.

HEX E1 C0 AD
Decimal 225 192 173
Binary 11100001 11000000 10101101
Octal 341 300 255

Shades and tints

Shades of #E1C0AD

#E1C0AD
(225,192,173)
#CDAF9E
(205,175,158)
#B99E8F
(185,158,143)
#A58D80
(165,141,128)
#917C71
(145,124,113)
#7D6B62
(125,107,98)
#695A53
(105,90,83)
#554944
(85,73,68)
#413835
(65,56,53)
#2D2726
(45,39,38)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #E1C0AD

#E1C0AD
(225,192,173)
#E3C5B4
(227,197,180)
#E5CABB
(229,202,187)
#E7CFC2
(231,207,194)
#E9D4C9
(233,212,201)
#EBD9D0
(235,217,208)
#EDDED7
(237,222,215)
#EFE3DE
(239,227,222)
#F1E8E5
(241,232,229)
#F3EDEC
(243,237,236)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C0AD color. Also use rgb(225,192,173) instead hex code.

Text Font Color

.myTextColor { color: #E1C0AD; }

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

This text font color is #E1C0AD.

Background Color

.myBgColor { background-color: #E1C0AD; }

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

This div background color is #E1C0AD.

Border color

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

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

This div border color is #E1C0AD.

Opacity

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

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

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

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

This text has shadow with #E1C0AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1C0AD.

Preview

Color preview on black background

This text has color #E1C0AD on black background.


Color preview on white background

This text has color #E1C0AD on white background.


Black color preview on #E1C0AD background

This text has black color on #E1C0AD background.


White color preview on #E1C0AD background

This text has white color on #E1C0AD background.


Related colors

Complementary color

Complementary color for #hex is #1E3F52.


I love getcolorcode.com

Triadic colors

1 #ADE1C0 and #C0ADE1 with #E1C0AD are triadic colors.

2 #ADC0E1 and #C0E1AD with #E1C0AD are triadic colors.