COLOR #E3BDA9

HEX: #E3BDA9
RGB: (227,189,169)

Color info

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

RGB color model

#E3BDA9 color RGB value is (227,189,169).

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

RGB channels and saturation

R 227 of 255 = 89%
G 189 of 255 = 74%
B 169 of 255 = 66%

227
189
169

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

Portions of RGB colors in percentages

R + G + B =
227 + 189 + 169 = 585 (100%)
R 227 of 585 ~ 38.8%
G 189 of 585 ~ 32.31%
B 169 of 585 ~ 28.89%

%38.8
%32.31
%28.89

CMYK color model

#E3BDA9 color CMYK value is (0,17,26,11).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 25.55%
  • key color value is 10.98%
CMYK:
(0,17,26,11)
C0M17Y26K11 
(0%,17%,26%,11%)
(0.00/0.17/0.26/0.11)	

CMYK percentages

%0
%16.74
%25.55
%10.98

Codes

Color #E3BDA9 in popluar color models

E3BDA9
RGB227189169
HSL21°50.88%77.65%
HSB/HSV21°25.55%89.02%
CMYK0.00%16.74%25.55%
10.98%

Color #E3BDA9 in popluar number systems.

HEXE3BDA9
Decimal227189169
Binary111000111011110110101001
Octal343275251

Shades and tints

Shades of #E3BDA9

#E3BDA9
(227,189,169)
#CFAC9A
(207,172,154)
#BB9B8B
(187,155,139)
#A78A7C
(167,138,124)
#93796D
(147,121,109)
#7F685E
(127,104,94)
#6B574F
(107,87,79)
#574640
(87,70,64)
#433531
(67,53,49)
#2F2422
(47,36,34)
#1B1313
(27,19,19)
#000000
(0,0,0)

Tints of #E3BDA9

#E3BDA9
(227,189,169)
#E5C3B0
(229,195,176)
#E7C9B7
(231,201,183)
#E9CFBE
(233,207,190)
#EBD5C5
(235,213,197)
#EDDBCC
(237,219,204)
#EFE1D3
(239,225,211)
#F1E7DA
(241,231,218)
#F3EDE1
(243,237,225)
#F5F3E8
(245,243,232)
#F7F9EF
(247,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BDA9; }

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

This text font color is #E3BDA9.


Background Color

.myBgColor { background-color: #E3BDA9; }

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

This div background color is #E3BDA9.


Border color

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

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

This div border color is #E3BDA9.


Opacity

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

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

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

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

This text has shadow with #E3BDA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BDA9 on black background.


Color preview on white background

This text has color #E3BDA9 on white background.



Black color preview on #E3BDA9 background

This text has black color on #E3BDA9 background.


White color preview on #E3BDA9 background

This text has white color on #E3BDA9 background.