COLOR #E1C2B1

HEX: #E1C2B1
RGB: (225,194,177)

Color info

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

RGB color model

#E1C2B1 color RGB value is (225,194,177).

  • red value is 225;
  • green value is 194;
  • blue value is 177.
RGB:
(225,194,177)
(88%,76%,69%)

RGB channels and saturation

R 225 of 255 = 88%
G 194 of 255 = 76%
B 177 of 255 = 69%

225
194
177

R + G + B ~ 78%. #E1C2B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 194 + 177 = 596 (100%)
R 225 of 596 ~ 37.75%
G 194 of 596 ~ 32.55%
B 177 of 596 ~ 29.7%

%37.75
%32.55
%29.7

CMYK color model

#E1C2B1 color CMYK value is (0,14,21,12).

  • cyan value is 0.00%
  • magenta value is 13.78%
  • yellow value is 21.33%
  • key color value is 11.76%
CMYK:
(0,14,21,12)
C0M14Y21K12 
(0%,14%,21%,12%)
(0.00/0.14/0.21/0.12)	

CMYK percentages

%0
%13.78
%21.33
%11.76

Codes

Color #E1C2B1 in popluar color models

E1C2B1
RGB225194177
HSL21°44.44%78.82%
HSB/HSV21°21.33%88.24%
CMYK0.00%13.78%21.33%
11.76%

Color #E1C2B1 in popluar number systems.

HEXE1C2B1
Decimal225194177
Binary111000011100001010110001
Octal341302261

Shades and tints

Shades of #E1C2B1

#E1C2B1
(225,194,177)
#CDB1A1
(205,177,161)
#B9A091
(185,160,145)
#A58F81
(165,143,129)
#917E71
(145,126,113)
#7D6D61
(125,109,97)
#695C51
(105,92,81)
#554B41
(85,75,65)
#413A31
(65,58,49)
#2D2921
(45,41,33)
#191811
(25,24,17)
#000000
(0,0,0)

Tints of #E1C2B1

#E1C2B1
(225,194,177)
#E3C7B8
(227,199,184)
#E5CCBF
(229,204,191)
#E7D1C6
(231,209,198)
#E9D6CD
(233,214,205)
#EBDBD4
(235,219,212)
#EDE0DB
(237,224,219)
#EFE5E2
(239,229,226)
#F1EAE9
(241,234,233)
#F3EFF0
(243,239,240)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C2B1 color. Also use rgb(225,194,177) instead hex code.

Text Font Color

.myTextColor { color: #E1C2B1; }

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

This text font color is #E1C2B1.


Background Color

.myBgColor { background-color: #E1C2B1; }

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

This div background color is #E1C2B1.


Border color

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

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

This div border color is #E1C2B1.


Opacity

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

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

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

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

This text has shadow with #E1C2B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C2B1 on black background.


Color preview on white background

This text has color #E1C2B1 on white background.



Black color preview on #E1C2B1 background

This text has black color on #E1C2B1 background.


White color preview on #E1C2B1 background

This text has white color on #E1C2B1 background.