COLOR #E1C4BD

HEX: #E1C4BD
RGB: (225,196,189)

Color info

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

RGB color model

#E1C4BD color RGB value is (225,196,189).

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

RGB channels and saturation

R 225 of 255 = 88%
G 196 of 255 = 77%
B 189 of 255 = 74%

225
196
189

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

Portions of RGB colors in percentages

R + G + B =
225 + 196 + 189 = 610 (100%)
R 225 of 610 ~ 36.89%
G 196 of 610 ~ 32.13%
B 189 of 610 ~ 30.98%

%36.89
%32.13
%30.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.89%
  • 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
%12.89
%16
%11.76

Codes

Color #E1C4BD in popluar color models

E1C4BD
RGB225196189
HSL12°37.50%81.18%
HSB/HSV12°16.00%88.24%
CMYK0.00%12.89%16.00%
11.76%

Color #E1C4BD in popluar number systems.

HEXE1C4BD
Decimal225196189
Binary111000011100010010111101
Octal341304275

Shades and tints

Shades of #E1C4BD

#E1C4BD
(225,196,189)
#CDB3AC
(205,179,172)
#B9A29B
(185,162,155)
#A5918A
(165,145,138)
#918079
(145,128,121)
#7D6F68
(125,111,104)
#695E57
(105,94,87)
#554D46
(85,77,70)
#413C35
(65,60,53)
#2D2B24
(45,43,36)
#191A13
(25,26,19)
#000000
(0,0,0)

Tints of #E1C4BD

#E1C4BD
(225,196,189)
#E3C9C3
(227,201,195)
#E5CEC9
(229,206,201)
#E7D3CF
(231,211,207)
#E9D8D5
(233,216,213)
#EBDDDB
(235,221,219)
#EDE2E1
(237,226,225)
#EFE7E7
(239,231,231)
#F1ECED
(241,236,237)
#F3F1F3
(243,241,243)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1C4BD; }

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

This text font color is #E1C4BD.


Background Color

.myBgColor { background-color: #E1C4BD; }

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

This div background color is #E1C4BD.


Border color

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

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

This div border color is #E1C4BD.


Opacity

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

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

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

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

This text has shadow with #E1C4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C4BD on black background.


Color preview on white background

This text has color #E1C4BD on white background.



Black color preview on #E1C4BD background

This text has black color on #E1C4BD background.


White color preview on #E1C4BD background

This text has white color on #E1C4BD background.