COLOR #E5BCAD

HEX: #E5BCAD
RGB: (229,188,173)

Color info

#E5BCAD contains red, green and blue colors in about the same proportion. Web safe color of #E5BCAD is #CCCC99 (or #CC9).

RGB color model

#E5BCAD color RGB value is (229,188,173).

  • red value is 229;
  • green value is 188;
  • blue value is 173.
RGB:
(229,188,173)
(90%,74%,68%)

RGB channels and saturation

R 229 of 255 = 90%
G 188 of 255 = 74%
B 173 of 255 = 68%

229
188
173

R + G + B ~ 77%. #E5BCAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 188 + 173 = 590 (100%)
R 229 of 590 ~ 38.81%
G 188 of 590 ~ 31.86%
B 173 of 590 ~ 29.32%

%38.81
%31.86
%29.32

CMYK color model

#E5BCAD color CMYK value is (0,18,24,10).

  • cyan value is 0.00%
  • magenta value is 17.90%
  • yellow value is 24.45%
  • key color value is 10.20%
CMYK:
(0,18,24,10)
C0M18Y24K10 
(0%,18%,24%,10%)
(0.00/0.18/0.24/0.10)	

CMYK percentages

%0
%17.9
%24.45
%10.2

Codes

Color #E5BCAD in popluar color models

E5BCAD
RGB229188173
HSL16°51.85%78.82%
HSB/HSV16°24.45%89.80%
CMYK0.00%17.90%24.45%
10.20%

Color #E5BCAD in popluar number systems.

HEXE5BCAD
Decimal229188173
Binary111001011011110010101101
Octal345274255

Shades and tints

Shades of #E5BCAD

#E5BCAD
(229,188,173)
#D1AB9E
(209,171,158)
#BD9A8F
(189,154,143)
#A98980
(169,137,128)
#957871
(149,120,113)
#816762
(129,103,98)
#6D5653
(109,86,83)
#594544
(89,69,68)
#453435
(69,52,53)
#312326
(49,35,38)
#1D1217
(29,18,23)
#000000
(0,0,0)

Tints of #E5BCAD

#E5BCAD
(229,188,173)
#E7C2B4
(231,194,180)
#E9C8BB
(233,200,187)
#EBCEC2
(235,206,194)
#EDD4C9
(237,212,201)
#EFDAD0
(239,218,208)
#F1E0D7
(241,224,215)
#F3E6DE
(243,230,222)
#F5ECE5
(245,236,229)
#F7F2EC
(247,242,236)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5BCAD color. Also use rgb(229,188,173) instead hex code.

Text Font Color

.myTextColor { color: #E5BCAD; }

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

This text font color is #E5BCAD.


Background Color

.myBgColor { background-color: #E5BCAD; }

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

This div background color is #E5BCAD.


Border color

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

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

This div border color is #E5BCAD.


Opacity

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

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

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

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

This text has shadow with #E5BCAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BCAD on black background.


Color preview on white background

This text has color #E5BCAD on white background.



Black color preview on #E5BCAD background

This text has black color on #E5BCAD background.


White color preview on #E5BCAD background

This text has white color on #E5BCAD background.