COLOR #E5C4BA

HEX: #E5C4BA
RGB: (229,196,186)

Color info

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

RGB color model

#E5C4BA color RGB value is (229,196,186).

  • red value is 229;
  • green value is 196;
  • blue value is 186.
RGB:
(229,196,186)
(90%,77%,73%)

RGB channels and saturation

R 229 of 255 = 90%
G 196 of 255 = 77%
B 186 of 255 = 73%

229
196
186

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

Portions of RGB colors in percentages

R + G + B =
229 + 196 + 186 = 611 (100%)
R 229 of 611 ~ 37.48%
G 196 of 611 ~ 32.08%
B 186 of 611 ~ 30.44%

%37.48
%32.08
%30.44

CMYK color model

#E5C4BA color CMYK value is (0,14,19,10).

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 18.78%
  • key color value is 10.20%
CMYK:
(0,14,19,10)
C0M14Y19K10 
(0%,14%,19%,10%)
(0.00/0.14/0.19/0.10)	

CMYK percentages

%0
%14.41
%18.78
%10.2

Codes

Color #E5C4BA in popluar color models

E5C4BA
RGB229196186
HSL14°45.26%81.37%
HSB/HSV14°18.78%89.80%
CMYK0.00%14.41%18.78%
10.20%

Color #E5C4BA in popluar number systems.

HEXE5C4BA
Decimal229196186
Binary111001011100010010111010
Octal345304272

Shades and tints

Shades of #E5C4BA

#E5C4BA
(229,196,186)
#D1B3AA
(209,179,170)
#BDA29A
(189,162,154)
#A9918A
(169,145,138)
#95807A
(149,128,122)
#816F6A
(129,111,106)
#6D5E5A
(109,94,90)
#594D4A
(89,77,74)
#453C3A
(69,60,58)
#312B2A
(49,43,42)
#1D1A1A
(29,26,26)
#000000
(0,0,0)

Tints of #E5C4BA

#E5C4BA
(229,196,186)
#E7C9C0
(231,201,192)
#E9CEC6
(233,206,198)
#EBD3CC
(235,211,204)
#EDD8D2
(237,216,210)
#EFDDD8
(239,221,216)
#F1E2DE
(241,226,222)
#F3E7E4
(243,231,228)
#F5ECEA
(245,236,234)
#F7F1F0
(247,241,240)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C4BA color. Also use rgb(229,196,186) instead hex code.

Text Font Color

.myTextColor { color: #E5C4BA; }

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

This text font color is #E5C4BA.


Background Color

.myBgColor { background-color: #E5C4BA; }

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

This div background color is #E5C4BA.


Border color

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

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

This div border color is #E5C4BA.


Opacity

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

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

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

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

This text has shadow with #E5C4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C4BA on black background.


Color preview on white background

This text has color #E5C4BA on white background.



Black color preview on #E5C4BA background

This text has black color on #E5C4BA background.


White color preview on #E5C4BA background

This text has white color on #E5C4BA background.