COLOR #E0BD9F

HEX: #E0BD9F
RGB: (224,189,159)

Color info

#E0BD9F contains mainly red and green colors. Web safe color of #E0BD9F is #CCCC99 (or #CC9).

RGB color model

#E0BD9F color RGB value is (224,189,159).

  • red value is 224;
  • green value is 189;
  • blue value is 159.
RGB:
(224,189,159)
(88%,74%,62%)

RGB channels and saturation

R 224 of 255 = 88%
G 189 of 255 = 74%
B 159 of 255 = 62%

224
189
159

R + G + B ~ 75%. #E0BD9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 189 + 159 = 572 (100%)
R 224 of 572 ~ 39.16%
G 189 of 572 ~ 33.04%
B 159 of 572 ~ 27.8%

%39.16
%33.04
%27.8

CMYK color model

#E0BD9F color CMYK value is (0,16,29,12).

  • cyan value is 0.00%
  • magenta value is 15.63%
  • yellow value is 29.02%
  • key color value is 12.16%
CMYK:
(0,16,29,12)
C0M16Y29K12 
(0%,16%,29%,12%)
(0.00/0.16/0.29/0.12)	

CMYK percentages

%0
%15.63
%29.02
%12.16

Codes

Color #E0BD9F in popluar color models

E0BD9F
RGB224189159
HSL28°51.18%75.10%
HSB/HSV28°29.02%87.84%
CMYK0.00%15.63%29.02%
12.16%

Color #E0BD9F in popluar number systems.

HEXE0BD9F
Decimal224189159
Binary111000001011110110011111
Octal340275237

Shades and tints

Shades of #E0BD9F

#E0BD9F
(224,189,159)
#CCAC91
(204,172,145)
#B89B83
(184,155,131)
#A48A75
(164,138,117)
#907967
(144,121,103)
#7C6859
(124,104,89)
#68574B
(104,87,75)
#54463D
(84,70,61)
#40352F
(64,53,47)
#2C2421
(44,36,33)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #E0BD9F

#E0BD9F
(224,189,159)
#E2C3A7
(226,195,167)
#E4C9AF
(228,201,175)
#E6CFB7
(230,207,183)
#E8D5BF
(232,213,191)
#EADBC7
(234,219,199)
#ECE1CF
(236,225,207)
#EEE7D7
(238,231,215)
#F0EDDF
(240,237,223)
#F2F3E7
(242,243,231)
#F4F9EF
(244,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0BD9F color. Also use rgb(224,189,159) instead hex code.

Text Font Color

.myTextColor { color: #E0BD9F; }

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

This text font color is #E0BD9F.


Background Color

.myBgColor { background-color: #E0BD9F; }

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

This div background color is #E0BD9F.


Border color

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

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

This div border color is #E0BD9F.


Opacity

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

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

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

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

This text has shadow with #E0BD9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BD9F on black background.


Color preview on white background

This text has color #E0BD9F on white background.



Black color preview on #E0BD9F background

This text has black color on #E0BD9F background.


White color preview on #E0BD9F background

This text has white color on #E0BD9F background.