COLOR #E5C4B4

HEX: #E5C4B4
RGB: (229,196,180)

Color info

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

RGB color model

#E5C4B4 color RGB value is (229,196,180).

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

RGB channels and saturation

R 229 of 255 = 90%
G 196 of 255 = 77%
B 180 of 255 = 71%

229
196
180

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

Portions of RGB colors in percentages

R + G + B =
229 + 196 + 180 = 605 (100%)
R 229 of 605 ~ 37.85%
G 196 of 605 ~ 32.4%
B 180 of 605 ~ 29.75%

%37.85
%32.4
%29.75

CMYK color model

#E5C4B4 color CMYK value is (0,14,21,10).

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 21.40%
  • key color value is 10.20%
CMYK:
(0,14,21,10)
C0M14Y21K10 
(0%,14%,21%,10%)
(0.00/0.14/0.21/0.10)	

CMYK percentages

%0
%14.41
%21.4
%10.2

Codes

Color #E5C4B4 in popluar color models

E5C4B4
RGB229196180
HSL20°48.51%80.20%
HSB/HSV20°21.40%89.80%
CMYK0.00%14.41%21.40%
10.20%

Color #E5C4B4 in popluar number systems.

HEXE5C4B4
Decimal229196180
Binary111001011100010010110100
Octal345304264

Shades and tints

Shades of #E5C4B4

#E5C4B4
(229,196,180)
#D1B3A4
(209,179,164)
#BDA294
(189,162,148)
#A99184
(169,145,132)
#958074
(149,128,116)
#816F64
(129,111,100)
#6D5E54
(109,94,84)
#594D44
(89,77,68)
#453C34
(69,60,52)
#312B24
(49,43,36)
#1D1A14
(29,26,20)
#000000
(0,0,0)

Tints of #E5C4B4

#E5C4B4
(229,196,180)
#E7C9BA
(231,201,186)
#E9CEC0
(233,206,192)
#EBD3C6
(235,211,198)
#EDD8CC
(237,216,204)
#EFDDD2
(239,221,210)
#F1E2D8
(241,226,216)
#F3E7DE
(243,231,222)
#F5ECE4
(245,236,228)
#F7F1EA
(247,241,234)
#F9F6F0
(249,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C4B4; }

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

This text font color is #E5C4B4.


Background Color

.myBgColor { background-color: #E5C4B4; }

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

This div background color is #E5C4B4.


Border color

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

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

This div border color is #E5C4B4.


Opacity

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

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

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

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

This text has shadow with #E5C4B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C4B4 on black background.


Color preview on white background

This text has color #E5C4B4 on white background.



Black color preview on #E5C4B4 background

This text has black color on #E5C4B4 background.


White color preview on #E5C4B4 background

This text has white color on #E5C4B4 background.