COLOR #E3BF9D

HEX: #E3BF9D
RGB: (227,191,157)

Color info

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

RGB color model

#E3BF9D color RGB value is (227,191,157).

  • red value is 227;
  • green value is 191;
  • blue value is 157.
RGB:
(227,191,157)
(89%,75%,62%)

RGB channels and saturation

R 227 of 255 = 89%
G 191 of 255 = 75%
B 157 of 255 = 62%

227
191
157

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

Portions of RGB colors in percentages

R + G + B =
227 + 191 + 157 = 575 (100%)
R 227 of 575 ~ 39.48%
G 191 of 575 ~ 33.22%
B 157 of 575 ~ 27.3%

%39.48
%33.22
%27.3

CMYK color model

#E3BF9D color CMYK value is (0,16,31,11).

  • cyan value is 0.00%
  • magenta value is 15.86%
  • yellow value is 30.84%
  • key color value is 10.98%
CMYK:
(0,16,31,11)
C0M16Y31K11 
(0%,16%,31%,11%)
(0.00/0.16/0.31/0.11)	

CMYK percentages

%0
%15.86
%30.84
%10.98

Codes

Color #E3BF9D in popluar color models

E3BF9D
RGB227191157
HSL29°55.56%75.29%
HSB/HSV29°30.84%89.02%
CMYK0.00%15.86%30.84%
10.98%

Color #E3BF9D in popluar number systems.

HEXE3BF9D
Decimal227191157
Binary111000111011111110011101
Octal343277235

Shades and tints

Shades of #E3BF9D

#E3BF9D
(227,191,157)
#CFAE8F
(207,174,143)
#BB9D81
(187,157,129)
#A78C73
(167,140,115)
#937B65
(147,123,101)
#7F6A57
(127,106,87)
#6B5949
(107,89,73)
#57483B
(87,72,59)
#43372D
(67,55,45)
#2F261F
(47,38,31)
#1B1511
(27,21,17)
#000000
(0,0,0)

Tints of #E3BF9D

#E3BF9D
(227,191,157)
#E5C4A5
(229,196,165)
#E7C9AD
(231,201,173)
#E9CEB5
(233,206,181)
#EBD3BD
(235,211,189)
#EDD8C5
(237,216,197)
#EFDDCD
(239,221,205)
#F1E2D5
(241,226,213)
#F3E7DD
(243,231,221)
#F5ECE5
(245,236,229)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3BF9D color. Also use rgb(227,191,157) instead hex code.

Text Font Color

.myTextColor { color: #E3BF9D; }

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

This text font color is #E3BF9D.


Background Color

.myBgColor { background-color: #E3BF9D; }

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

This div background color is #E3BF9D.


Border color

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

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

This div border color is #E3BF9D.


Opacity

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

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

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

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

This text has shadow with #E3BF9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BF9D on black background.


Color preview on white background

This text has color #E3BF9D on white background.



Black color preview on #E3BF9D background

This text has black color on #E3BF9D background.


White color preview on #E3BF9D background

This text has white color on #E3BF9D background.