COLOR #E0BDA7

HEX: #E0BDA7
RGB: (224,189,167)

Color info

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

RGB color model

#E0BDA7 color RGB value is (224,189,167).

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

RGB channels and saturation

R 224 of 255 = 88%
G 189 of 255 = 74%
B 167 of 255 = 65%

224
189
167

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

Portions of RGB colors in percentages

R + G + B =
224 + 189 + 167 = 580 (100%)
R 224 of 580 ~ 38.62%
G 189 of 580 ~ 32.59%
B 167 of 580 ~ 28.79%

%38.62
%32.59
%28.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.63%
  • yellow value is 25.45%
  • 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
%25.45
%12.16

Codes

Color #E0BDA7 in popluar color models

E0BDA7
RGB224189167
HSL23°47.90%76.67%
HSB/HSV23°25.45%87.84%
CMYK0.00%15.63%25.45%
12.16%

Color #E0BDA7 in popluar number systems.

HEXE0BDA7
Decimal224189167
Binary111000001011110110100111
Octal340275247

Shades and tints

Shades of #E0BDA7

#E0BDA7
(224,189,167)
#CCAC98
(204,172,152)
#B89B89
(184,155,137)
#A48A7A
(164,138,122)
#90796B
(144,121,107)
#7C685C
(124,104,92)
#68574D
(104,87,77)
#54463E
(84,70,62)
#40352F
(64,53,47)
#2C2420
(44,36,32)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #E0BDA7

#E0BDA7
(224,189,167)
#E2C3AF
(226,195,175)
#E4C9B7
(228,201,183)
#E6CFBF
(230,207,191)
#E8D5C7
(232,213,199)
#EADBCF
(234,219,207)
#ECE1D7
(236,225,215)
#EEE7DF
(238,231,223)
#F0EDE7
(240,237,231)
#F2F3EF
(242,243,239)
#F4F9F7
(244,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0BDA7; }

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

This text font color is #E0BDA7.


Background Color

.myBgColor { background-color: #E0BDA7; }

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

This div background color is #E0BDA7.


Border color

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

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

This div border color is #E0BDA7.


Opacity

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

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

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

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

This text has shadow with #E0BDA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BDA7 on black background.


Color preview on white background

This text has color #E0BDA7 on white background.



Black color preview on #E0BDA7 background

This text has black color on #E0BDA7 background.


White color preview on #E0BDA7 background

This text has white color on #E0BDA7 background.