COLOR #E8BDA0

HEX: #E8BDA0
RGB: (232,189,160)

Color info

#E8BDA0 contains mainly red and green colors. Web safe color of #E8BDA0 is #FFCC99 (or #FC9).

RGB color model

#E8BDA0 color RGB value is (232,189,160).

  • red value is 232;
  • green value is 189;
  • blue value is 160.
RGB:
(232,189,160)
(91%,74%,63%)

RGB channels and saturation

R 232 of 255 = 91%
G 189 of 255 = 74%
B 160 of 255 = 63%

232
189
160

R + G + B ~ 76%. #E8BDA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 189 + 160 = 581 (100%)
R 232 of 581 ~ 39.93%
G 189 of 581 ~ 32.53%
B 160 of 581 ~ 27.54%

%39.93
%32.53
%27.54

CMYK color model

#E8BDA0 color CMYK value is (0,19,31,9).

  • cyan value is 0.00%
  • magenta value is 18.53%
  • yellow value is 31.03%
  • key color value is 9.02%
CMYK:
(0,19,31,9)
C0M19Y31K9 
(0%,19%,31%,9%)
(0.00/0.19/0.31/0.09)	

CMYK percentages

%0
%18.53
%31.03
%9.02

Codes

Color #E8BDA0 in popluar color models

E8BDA0
RGB232189160
HSL24°61.02%76.86%
HSB/HSV24°31.03%90.98%
CMYK0.00%18.53%31.03%
9.02%

Color #E8BDA0 in popluar number systems.

HEXE8BDA0
Decimal232189160
Binary111010001011110110100000
Octal350275240

Shades and tints

Shades of #E8BDA0

#E8BDA0
(232,189,160)
#D3AC92
(211,172,146)
#BE9B84
(190,155,132)
#A98A76
(169,138,118)
#947968
(148,121,104)
#7F685A
(127,104,90)
#6A574C
(106,87,76)
#55463E
(85,70,62)
#403530
(64,53,48)
#2B2422
(43,36,34)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #E8BDA0

#E8BDA0
(232,189,160)
#EAC3A8
(234,195,168)
#ECC9B0
(236,201,176)
#EECFB8
(238,207,184)
#F0D5C0
(240,213,192)
#F2DBC8
(242,219,200)
#F4E1D0
(244,225,208)
#F6E7D8
(246,231,216)
#F8EDE0
(248,237,224)
#FAF3E8
(250,243,232)
#FCF9F0
(252,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8BDA0 color. Also use rgb(232,189,160) instead hex code.

Text Font Color

.myTextColor { color: #E8BDA0; }

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

This text font color is #E8BDA0.


Background Color

.myBgColor { background-color: #E8BDA0; }

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

This div background color is #E8BDA0.


Border color

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

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

This div border color is #E8BDA0.


Opacity

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

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

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

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

This text has shadow with #E8BDA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BDA0 on black background.


Color preview on white background

This text has color #E8BDA0 on white background.



Black color preview on #E8BDA0 background

This text has black color on #E8BDA0 background.


White color preview on #E8BDA0 background

This text has white color on #E8BDA0 background.