COLOR #E1C7A9

HEX: #E1C7A9
RGB: (225,199,169)

Color info

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

RGB color model

#E1C7A9 color RGB value is (225,199,169).

  • red value is 225;
  • green value is 199;
  • blue value is 169.
RGB:
(225,199,169)
(88%,78%,66%)

RGB channels and saturation

R 225 of 255 = 88%
G 199 of 255 = 78%
B 169 of 255 = 66%

225
199
169

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

Portions of RGB colors in percentages

R + G + B =
225 + 199 + 169 = 593 (100%)
R 225 of 593 ~ 37.94%
G 199 of 593 ~ 33.56%
B 169 of 593 ~ 28.5%

%37.94
%33.56
%28.5

CMYK color model

#E1C7A9 color CMYK value is (0,12,25,12).

  • cyan value is 0.00%
  • magenta value is 11.56%
  • yellow value is 24.89%
  • key color value is 11.76%
CMYK:
(0,12,25,12)
C0M12Y25K12 
(0%,12%,25%,12%)
(0.00/0.12/0.25/0.12)	

CMYK percentages

%0
%11.56
%24.89
%11.76

Codes

Color #E1C7A9 in popluar color models

E1C7A9
RGB225199169
HSL32°48.28%77.25%
HSB/HSV32°24.89%88.24%
CMYK0.00%11.56%24.89%
11.76%

Color #E1C7A9 in popluar number systems.

HEXE1C7A9
Decimal225199169
Binary111000011100011110101001
Octal341307251

Shades and tints

Shades of #E1C7A9

#E1C7A9
(225,199,169)
#CDB59A
(205,181,154)
#B9A38B
(185,163,139)
#A5917C
(165,145,124)
#917F6D
(145,127,109)
#7D6D5E
(125,109,94)
#695B4F
(105,91,79)
#554940
(85,73,64)
#413731
(65,55,49)
#2D2522
(45,37,34)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #E1C7A9

#E1C7A9
(225,199,169)
#E3CCB0
(227,204,176)
#E5D1B7
(229,209,183)
#E7D6BE
(231,214,190)
#E9DBC5
(233,219,197)
#EBE0CC
(235,224,204)
#EDE5D3
(237,229,211)
#EFEADA
(239,234,218)
#F1EFE1
(241,239,225)
#F3F4E8
(243,244,232)
#F5F9EF
(245,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C7A9 color. Also use rgb(225,199,169) instead hex code.

Text Font Color

.myTextColor { color: #E1C7A9; }

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

This text font color is #E1C7A9.


Background Color

.myBgColor { background-color: #E1C7A9; }

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

This div background color is #E1C7A9.


Border color

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

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

This div border color is #E1C7A9.


Opacity

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

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

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

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

This text has shadow with #E1C7A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C7A9 on black background.


Color preview on white background

This text has color #E1C7A9 on white background.



Black color preview on #E1C7A9 background

This text has black color on #E1C7A9 background.


White color preview on #E1C7A9 background

This text has white color on #E1C7A9 background.