COLOR #E1C6A6

HEX: #E1C6A6
RGB: (225,198,166)

Color info

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

RGB color model

#E1C6A6 color RGB value is (225,198,166).

  • red value is 225;
  • green value is 198;
  • blue value is 166.
RGB:
(225,198,166)
(88%,78%,65%)

RGB channels and saturation

R 225 of 255 = 88%
G 198 of 255 = 78%
B 166 of 255 = 65%

225
198
166

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

Portions of RGB colors in percentages

R + G + B =
225 + 198 + 166 = 589 (100%)
R 225 of 589 ~ 38.2%
G 198 of 589 ~ 33.62%
B 166 of 589 ~ 28.18%

%38.2
%33.62
%28.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 26.22%
  • key color value is 11.76%
CMYK:
(0,12,26,12)
C0M12Y26K12 
(0%,12%,26%,12%)
(0.00/0.12/0.26/0.12)	

CMYK percentages

%0
%12
%26.22
%11.76

Codes

Color #E1C6A6 in popluar color models

E1C6A6
RGB225198166
HSL33°49.58%76.67%
HSB/HSV33°26.22%88.24%
CMYK0.00%12.00%26.22%
11.76%

Color #E1C6A6 in popluar number systems.

HEXE1C6A6
Decimal225198166
Binary111000011100011010100110
Octal341306246

Shades and tints

Shades of #E1C6A6

#E1C6A6
(225,198,166)
#CDB497
(205,180,151)
#B9A288
(185,162,136)
#A59079
(165,144,121)
#917E6A
(145,126,106)
#7D6C5B
(125,108,91)
#695A4C
(105,90,76)
#55483D
(85,72,61)
#41362E
(65,54,46)
#2D241F
(45,36,31)
#191210
(25,18,16)
#000000
(0,0,0)

Tints of #E1C6A6

#E1C6A6
(225,198,166)
#E3CBAE
(227,203,174)
#E5D0B6
(229,208,182)
#E7D5BE
(231,213,190)
#E9DAC6
(233,218,198)
#EBDFCE
(235,223,206)
#EDE4D6
(237,228,214)
#EFE9DE
(239,233,222)
#F1EEE6
(241,238,230)
#F3F3EE
(243,243,238)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C6A6 color. Also use rgb(225,198,166) instead hex code.

Text Font Color

.myTextColor { color: #E1C6A6; }

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

This text font color is #E1C6A6.


Background Color

.myBgColor { background-color: #E1C6A6; }

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

This div background color is #E1C6A6.


Border color

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

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

This div border color is #E1C6A6.


Opacity

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

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

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

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

This text has shadow with #E1C6A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C6A6 on black background.


Color preview on white background

This text has color #E1C6A6 on white background.



Black color preview on #E1C6A6 background

This text has black color on #E1C6A6 background.


White color preview on #E1C6A6 background

This text has white color on #E1C6A6 background.