COLOR #E1C8BD

HEX: #E1C8BD
RGB: (225,200,189)

Color info

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

RGB color model

#E1C8BD color RGB value is (225,200,189).

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

RGB channels and saturation

R 225 of 255 = 88%
G 200 of 255 = 78%
B 189 of 255 = 74%

225
200
189

R + G + B ~ 80%. #E1C8BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 200 + 189 = 614 (100%)
R 225 of 614 ~ 36.64%
G 200 of 614 ~ 32.57%
B 189 of 614 ~ 30.78%

%36.64
%32.57
%30.78

CMYK color model

#E1C8BD color CMYK value is (0,11,16,12).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 16.00%
  • key color value is 11.76%
CMYK:
(0,11,16,12)
C0M11Y16K12 
(0%,11%,16%,12%)
(0.00/0.11/0.16/0.12)	

CMYK percentages

%0
%11.11
%16
%11.76

Codes

Color #E1C8BD in popluar color models

E1C8BD
RGB225200189
HSL18°37.50%81.18%
HSB/HSV18°16.00%88.24%
CMYK0.00%11.11%16.00%
11.76%

Color #E1C8BD in popluar number systems.

HEXE1C8BD
Decimal225200189
Binary111000011100100010111101
Octal341310275

Shades and tints

Shades of #E1C8BD

#E1C8BD
(225,200,189)
#CDB6AC
(205,182,172)
#B9A49B
(185,164,155)
#A5928A
(165,146,138)
#918079
(145,128,121)
#7D6E68
(125,110,104)
#695C57
(105,92,87)
#554A46
(85,74,70)
#413835
(65,56,53)
#2D2624
(45,38,36)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #E1C8BD

#E1C8BD
(225,200,189)
#E3CDC3
(227,205,195)
#E5D2C9
(229,210,201)
#E7D7CF
(231,215,207)
#E9DCD5
(233,220,213)
#EBE1DB
(235,225,219)
#EDE6E1
(237,230,225)
#EFEBE7
(239,235,231)
#F1F0ED
(241,240,237)
#F3F5F3
(243,245,243)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1C8BD; }

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

This text font color is #E1C8BD.


Background Color

.myBgColor { background-color: #E1C8BD; }

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

This div background color is #E1C8BD.


Border color

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

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

This div border color is #E1C8BD.


Opacity

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

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

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

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

This text has shadow with #E1C8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C8BD on black background.


Color preview on white background

This text has color #E1C8BD on white background.



Black color preview on #E1C8BD background

This text has black color on #E1C8BD background.


White color preview on #E1C8BD background

This text has white color on #E1C8BD background.