COLOR #E1C8B7

HEX: #E1C8B7
RGB: (225,200,183)

Color info

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

RGB color model

#E1C8B7 color RGB value is (225,200,183).

  • red value is 225;
  • green value is 200;
  • blue value is 183.
RGB:
(225,200,183)
(88%,78%,72%)

RGB channels and saturation

R 225 of 255 = 88%
G 200 of 255 = 78%
B 183 of 255 = 72%

225
200
183

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

Portions of RGB colors in percentages

R + G + B =
225 + 200 + 183 = 608 (100%)
R 225 of 608 ~ 37.01%
G 200 of 608 ~ 32.89%
B 183 of 608 ~ 30.1%

%37.01
%32.89
%30.1

CMYK color model

#E1C8B7 color CMYK value is (0,11,19,12).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 18.67%
  • key color value is 11.76%
CMYK:
(0,11,19,12)
C0M11Y19K12 
(0%,11%,19%,12%)
(0.00/0.11/0.19/0.12)	

CMYK percentages

%0
%11.11
%18.67
%11.76

Codes

Color #E1C8B7 in popluar color models

E1C8B7
RGB225200183
HSL24°41.18%80.00%
HSB/HSV24°18.67%88.24%
CMYK0.00%11.11%18.67%
11.76%

Color #E1C8B7 in popluar number systems.

HEXE1C8B7
Decimal225200183
Binary111000011100100010110111
Octal341310267

Shades and tints

Shades of #E1C8B7

#E1C8B7
(225,200,183)
#CDB6A7
(205,182,167)
#B9A497
(185,164,151)
#A59287
(165,146,135)
#918077
(145,128,119)
#7D6E67
(125,110,103)
#695C57
(105,92,87)
#554A47
(85,74,71)
#413837
(65,56,55)
#2D2627
(45,38,39)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #E1C8B7

#E1C8B7
(225,200,183)
#E3CDBD
(227,205,189)
#E5D2C3
(229,210,195)
#E7D7C9
(231,215,201)
#E9DCCF
(233,220,207)
#EBE1D5
(235,225,213)
#EDE6DB
(237,230,219)
#EFEBE1
(239,235,225)
#F1F0E7
(241,240,231)
#F3F5ED
(243,245,237)
#F5FAF3
(245,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C8B7 color. Also use rgb(225,200,183) instead hex code.

Text Font Color

.myTextColor { color: #E1C8B7; }

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

This text font color is #E1C8B7.


Background Color

.myBgColor { background-color: #E1C8B7; }

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

This div background color is #E1C8B7.


Border color

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

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

This div border color is #E1C8B7.


Opacity

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

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

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

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

This text has shadow with #E1C8B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C8B7 on black background.


Color preview on white background

This text has color #E1C8B7 on white background.



Black color preview on #E1C8B7 background

This text has black color on #E1C8B7 background.


White color preview on #E1C8B7 background

This text has white color on #E1C8B7 background.