COLOR #E4BF9E

HEX: #E4BF9E
RGB: (228,191,158)

Color info

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

RGB color model

#E4BF9E color RGB value is (228,191,158).

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

RGB channels and saturation

R 228 of 255 = 89%
G 191 of 255 = 75%
B 158 of 255 = 62%

228
191
158

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

Portions of RGB colors in percentages

R + G + B =
228 + 191 + 158 = 577 (100%)
R 228 of 577 ~ 39.51%
G 191 of 577 ~ 33.1%
B 158 of 577 ~ 27.38%

%39.51
%33.1
%27.38

CMYK color model

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

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

CMYK percentages

%0
%16.23
%30.7
%10.59

Codes

Color #E4BF9E in popluar color models

E4BF9E
RGB228191158
HSL28°56.45%75.69%
HSB/HSV28°30.70%89.41%
CMYK0.00%16.23%30.70%
10.59%

Color #E4BF9E in popluar number systems.

HEXE4BF9E
Decimal228191158
Binary111001001011111110011110
Octal344277236

Shades and tints

Shades of #E4BF9E

#E4BF9E
(228,191,158)
#D0AE90
(208,174,144)
#BC9D82
(188,157,130)
#A88C74
(168,140,116)
#947B66
(148,123,102)
#806A58
(128,106,88)
#6C594A
(108,89,74)
#58483C
(88,72,60)
#44372E
(68,55,46)
#302620
(48,38,32)
#1C1512
(28,21,18)
#000000
(0,0,0)

Tints of #E4BF9E

#E4BF9E
(228,191,158)
#E6C4A6
(230,196,166)
#E8C9AE
(232,201,174)
#EACEB6
(234,206,182)
#ECD3BE
(236,211,190)
#EED8C6
(238,216,198)
#F0DDCE
(240,221,206)
#F2E2D6
(242,226,214)
#F4E7DE
(244,231,222)
#F6ECE6
(246,236,230)
#F8F1EE
(248,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4BF9E color. Also use rgb(228,191,158) instead hex code.

Text Font Color

.myTextColor { color: #E4BF9E; }

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

This text font color is #E4BF9E.


Background Color

.myBgColor { background-color: #E4BF9E; }

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

This div background color is #E4BF9E.


Border color

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

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

This div border color is #E4BF9E.


Opacity

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

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

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

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

This text has shadow with #E4BF9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BF9E on black background.


Color preview on white background

This text has color #E4BF9E on white background.



Black color preview on #E4BF9E background

This text has black color on #E4BF9E background.


White color preview on #E4BF9E background

This text has white color on #E4BF9E background.