COLOR #E3BD91

HEX: #E3BD91
RGB: (227,189,145)

Color info

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

RGB color model

#E3BD91 color RGB value is (227,189,145).

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

RGB channels and saturation

R 227 of 255 = 89%
G 189 of 255 = 74%
B 145 of 255 = 57%

227
189
145

R + G + B ~ 73%. #E3BD91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 189 + 145 = 561 (100%)
R 227 of 561 ~ 40.46%
G 189 of 561 ~ 33.69%
B 145 of 561 ~ 25.85%

%40.46
%33.69
%25.85

CMYK color model

#E3BD91 color CMYK value is (0,17,36,11).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 36.12%
  • key color value is 10.98%
CMYK:
(0,17,36,11)
C0M17Y36K11 
(0%,17%,36%,11%)
(0.00/0.17/0.36/0.11)	

CMYK percentages

%0
%16.74
%36.12
%10.98

Codes

Color #E3BD91 in popluar color models

E3BD91
RGB227189145
HSL32°59.42%72.94%
HSB/HSV32°36.12%89.02%
CMYK0.00%16.74%36.12%
10.98%

Color #E3BD91 in popluar number systems.

HEXE3BD91
Decimal227189145
Binary111000111011110110010001
Octal343275221

Shades and tints

Shades of #E3BD91

#E3BD91
(227,189,145)
#CFAC84
(207,172,132)
#BB9B77
(187,155,119)
#A78A6A
(167,138,106)
#93795D
(147,121,93)
#7F6850
(127,104,80)
#6B5743
(107,87,67)
#574636
(87,70,54)
#433529
(67,53,41)
#2F241C
(47,36,28)
#1B130F
(27,19,15)
#000000
(0,0,0)

Tints of #E3BD91

#E3BD91
(227,189,145)
#E5C39B
(229,195,155)
#E7C9A5
(231,201,165)
#E9CFAF
(233,207,175)
#EBD5B9
(235,213,185)
#EDDBC3
(237,219,195)
#EFE1CD
(239,225,205)
#F1E7D7
(241,231,215)
#F3EDE1
(243,237,225)
#F5F3EB
(245,243,235)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BD91; }

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

This text font color is #E3BD91.


Background Color

.myBgColor { background-color: #E3BD91; }

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

This div background color is #E3BD91.


Border color

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

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

This div border color is #E3BD91.


Opacity

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

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

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

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

This text has shadow with #E3BD91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BD91 on black background.


Color preview on white background

This text has color #E3BD91 on white background.



Black color preview on #E3BD91 background

This text has black color on #E3BD91 background.


White color preview on #E3BD91 background

This text has white color on #E3BD91 background.