COLOR #E5B08C

HEX: #E5B08C
RGB: (229,176,140)

Color info

#E5B08C contains mainly red and green colors. Web safe color of #E5B08C is #CC9999 (or #C99).

RGB color model

#E5B08C color RGB value is (229,176,140).

  • red value is 229;
  • green value is 176;
  • blue value is 140.
RGB:
(229,176,140)
(90%,69%,55%)

RGB channels and saturation

R 229 of 255 = 90%
G 176 of 255 = 69%
B 140 of 255 = 55%

229
176
140

R + G + B ~ 71%. #E5B08C is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 176 + 140 = 545 (100%)
R 229 of 545 ~ 42.02%
G 176 of 545 ~ 32.29%
B 140 of 545 ~ 25.69%

%42.02
%32.29
%25.69

CMYK color model

#E5B08C color CMYK value is (0,23,39,10).

  • cyan value is 0.00%
  • magenta value is 23.14%
  • yellow value is 38.86%
  • key color value is 10.20%
CMYK:
(0,23,39,10)
C0M23Y39K10 
(0%,23%,39%,10%)
(0.00/0.23/0.39/0.10)	

CMYK percentages

%0
%23.14
%38.86
%10.2

Codes

Color #E5B08C in popluar color models

E5B08C
RGB229176140
HSL24°63.12%72.35%
HSB/HSV24°38.86%89.80%
CMYK0.00%23.14%38.86%
10.20%

Color #E5B08C in popluar number systems.

HEXE5B08C
Decimal229176140
Binary111001011011000010001100
Octal345260214

Shades and tints

Shades of #E5B08C

#E5B08C
(229,176,140)
#D1A080
(209,160,128)
#BD9074
(189,144,116)
#A98068
(169,128,104)
#95705C
(149,112,92)
#816050
(129,96,80)
#6D5044
(109,80,68)
#594038
(89,64,56)
#45302C
(69,48,44)
#312020
(49,32,32)
#1D1014
(29,16,20)
#000000
(0,0,0)

Tints of #E5B08C

#E5B08C
(229,176,140)
#E7B796
(231,183,150)
#E9BEA0
(233,190,160)
#EBC5AA
(235,197,170)
#EDCCB4
(237,204,180)
#EFD3BE
(239,211,190)
#F1DAC8
(241,218,200)
#F3E1D2
(243,225,210)
#F5E8DC
(245,232,220)
#F7EFE6
(247,239,230)
#F9F6F0
(249,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B08C color. Also use rgb(229,176,140) instead hex code.

Text Font Color

.myTextColor { color: #E5B08C; }

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

This text font color is #E5B08C.


Background Color

.myBgColor { background-color: #E5B08C; }

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

This div background color is #E5B08C.


Border color

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

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

This div border color is #E5B08C.


Opacity

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

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

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

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

This text has shadow with #E5B08C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B08C on black background.


Color preview on white background

This text has color #E5B08C on white background.



Black color preview on #E5B08C background

This text has black color on #E5B08C background.


White color preview on #E5B08C background

This text has white color on #E5B08C background.