COLOR #E1C2B9

HEX: #E1C2B9
RGB: (225,194,185)

Color info

#E1C2B9 contains red, green and blue colors in about the same proportion. Web safe color of #E1C2B9 is #CCCCCC (or #CCC).

RGB color model

#E1C2B9 color RGB value is (225,194,185).

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

RGB channels and saturation

R 225 of 255 = 88%
G 194 of 255 = 76%
B 185 of 255 = 73%

225
194
185

R + G + B ~ 79%. #E1C2B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 194 + 185 = 604 (100%)
R 225 of 604 ~ 37.25%
G 194 of 604 ~ 32.12%
B 185 of 604 ~ 30.63%

%37.25
%32.12
%30.63

CMYK color model

#E1C2B9 color CMYK value is (0,14,18,12).

  • cyan value is 0.00%
  • magenta value is 13.78%
  • yellow value is 17.78%
  • key color value is 11.76%
CMYK:
(0,14,18,12)
C0M14Y18K12 
(0%,14%,18%,12%)
(0.00/0.14/0.18/0.12)	

CMYK percentages

%0
%13.78
%17.78
%11.76

Codes

Color #E1C2B9 in popluar color models

E1C2B9
RGB225194185
HSL14°40.00%80.39%
HSB/HSV14°17.78%88.24%
CMYK0.00%13.78%17.78%
11.76%

Color #E1C2B9 in popluar number systems.

HEXE1C2B9
Decimal225194185
Binary111000011100001010111001
Octal341302271

Shades and tints

Shades of #E1C2B9

#E1C2B9
(225,194,185)
#CDB1A9
(205,177,169)
#B9A099
(185,160,153)
#A58F89
(165,143,137)
#917E79
(145,126,121)
#7D6D69
(125,109,105)
#695C59
(105,92,89)
#554B49
(85,75,73)
#413A39
(65,58,57)
#2D2929
(45,41,41)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #E1C2B9

#E1C2B9
(225,194,185)
#E3C7BF
(227,199,191)
#E5CCC5
(229,204,197)
#E7D1CB
(231,209,203)
#E9D6D1
(233,214,209)
#EBDBD7
(235,219,215)
#EDE0DD
(237,224,221)
#EFE5E3
(239,229,227)
#F1EAE9
(241,234,233)
#F3EFEF
(243,239,239)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1C2B9; }

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

This text font color is #E1C2B9.


Background Color

.myBgColor { background-color: #E1C2B9; }

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

This div background color is #E1C2B9.


Border color

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

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

This div border color is #E1C2B9.


Opacity

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

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

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

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

This text has shadow with #E1C2B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C2B9 on black background.


Color preview on white background

This text has color #E1C2B9 on white background.



Black color preview on #E1C2B9 background

This text has black color on #E1C2B9 background.


White color preview on #E1C2B9 background

This text has white color on #E1C2B9 background.