COLOR #E1C3BD

HEX: #E1C3BD
RGB: (225,195,189)

Color info

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

RGB color model

#E1C3BD color RGB value is (225,195,189).

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

RGB channels and saturation

R 225 of 255 = 88%
G 195 of 255 = 76%
B 189 of 255 = 74%

225
195
189

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

Portions of RGB colors in percentages

R + G + B =
225 + 195 + 189 = 609 (100%)
R 225 of 609 ~ 36.95%
G 195 of 609 ~ 32.02%
B 189 of 609 ~ 31.03%

%36.95
%32.02
%31.03

CMYK color model

#E1C3BD color CMYK value is (0,13,16,12).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 16.00%
  • key color value is 11.76%
CMYK:
(0,13,16,12)
C0M13Y16K12 
(0%,13%,16%,12%)
(0.00/0.13/0.16/0.12)	

CMYK percentages

%0
%13.33
%16
%11.76

Codes

Color #E1C3BD in popluar color models

E1C3BD
RGB225195189
HSL10°37.50%81.18%
HSB/HSV10°16.00%88.24%
CMYK0.00%13.33%16.00%
11.76%

Color #E1C3BD in popluar number systems.

HEXE1C3BD
Decimal225195189
Binary111000011100001110111101
Octal341303275

Shades and tints

Shades of #E1C3BD

#E1C3BD
(225,195,189)
#CDB2AC
(205,178,172)
#B9A19B
(185,161,155)
#A5908A
(165,144,138)
#917F79
(145,127,121)
#7D6E68
(125,110,104)
#695D57
(105,93,87)
#554C46
(85,76,70)
#413B35
(65,59,53)
#2D2A24
(45,42,36)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #E1C3BD

#E1C3BD
(225,195,189)
#E3C8C3
(227,200,195)
#E5CDC9
(229,205,201)
#E7D2CF
(231,210,207)
#E9D7D5
(233,215,213)
#EBDCDB
(235,220,219)
#EDE1E1
(237,225,225)
#EFE6E7
(239,230,231)
#F1EBED
(241,235,237)
#F3F0F3
(243,240,243)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1C3BD; }

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

This text font color is #E1C3BD.


Background Color

.myBgColor { background-color: #E1C3BD; }

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

This div background color is #E1C3BD.


Border color

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

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

This div border color is #E1C3BD.


Opacity

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

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

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

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

This text has shadow with #E1C3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C3BD on black background.


Color preview on white background

This text has color #E1C3BD on white background.



Black color preview on #E1C3BD background

This text has black color on #E1C3BD background.


White color preview on #E1C3BD background

This text has white color on #E1C3BD background.