COLOR #E0BDA9

HEX: #E0BDA9
RGB: (224,189,169)

Color info

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

RGB color model

#E0BDA9 color RGB value is (224,189,169).

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

RGB channels and saturation

R 224 of 255 = 88%
G 189 of 255 = 74%
B 169 of 255 = 66%

224
189
169

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

Portions of RGB colors in percentages

R + G + B =
224 + 189 + 169 = 582 (100%)
R 224 of 582 ~ 38.49%
G 189 of 582 ~ 32.47%
B 169 of 582 ~ 29.04%

%38.49
%32.47
%29.04

CMYK color model

#E0BDA9 color CMYK value is (0,16,25,12).

  • cyan value is 0.00%
  • magenta value is 15.63%
  • yellow value is 24.55%
  • key color value is 12.16%
CMYK:
(0,16,25,12)
C0M16Y25K12 
(0%,16%,25%,12%)
(0.00/0.16/0.25/0.12)	

CMYK percentages

%0
%15.63
%24.55
%12.16

Codes

Color #E0BDA9 in popluar color models

E0BDA9
RGB224189169
HSL22°47.01%77.06%
HSB/HSV22°24.55%87.84%
CMYK0.00%15.63%24.55%
12.16%

Color #E0BDA9 in popluar number systems.

HEXE0BDA9
Decimal224189169
Binary111000001011110110101001
Octal340275251

Shades and tints

Shades of #E0BDA9

#E0BDA9
(224,189,169)
#CCAC9A
(204,172,154)
#B89B8B
(184,155,139)
#A48A7C
(164,138,124)
#90796D
(144,121,109)
#7C685E
(124,104,94)
#68574F
(104,87,79)
#544640
(84,70,64)
#403531
(64,53,49)
#2C2422
(44,36,34)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #E0BDA9

#E0BDA9
(224,189,169)
#E2C3B0
(226,195,176)
#E4C9B7
(228,201,183)
#E6CFBE
(230,207,190)
#E8D5C5
(232,213,197)
#EADBCC
(234,219,204)
#ECE1D3
(236,225,211)
#EEE7DA
(238,231,218)
#F0EDE1
(240,237,225)
#F2F3E8
(242,243,232)
#F4F9EF
(244,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0BDA9; }

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

This text font color is #E0BDA9.


Background Color

.myBgColor { background-color: #E0BDA9; }

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

This div background color is #E0BDA9.


Border color

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

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

This div border color is #E0BDA9.


Opacity

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

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

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

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

This text has shadow with #E0BDA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BDA9 on black background.


Color preview on white background

This text has color #E0BDA9 on white background.



Black color preview on #E0BDA9 background

This text has black color on #E0BDA9 background.


White color preview on #E0BDA9 background

This text has white color on #E0BDA9 background.