COLOR #E4BFB1

HEX: #E4BFB1
RGB: (228,191,177)

Color info

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

RGB color model

#E4BFB1 color RGB value is (228,191,177).

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

RGB channels and saturation

R 228 of 255 = 89%
G 191 of 255 = 75%
B 177 of 255 = 69%

228
191
177

R + G + B ~ 78%. #E4BFB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 191 + 177 = 596 (100%)
R 228 of 596 ~ 38.26%
G 191 of 596 ~ 32.05%
B 177 of 596 ~ 29.7%

%38.26
%32.05
%29.7

CMYK color model

#E4BFB1 color CMYK value is (0,16,22,11).

  • cyan value is 0.00%
  • magenta value is 16.23%
  • yellow value is 22.37%
  • key color value is 10.59%
CMYK:
(0,16,22,11)
C0M16Y22K11 
(0%,16%,22%,11%)
(0.00/0.16/0.22/0.11)	

CMYK percentages

%0
%16.23
%22.37
%10.59

Codes

Color #E4BFB1 in popluar color models

E4BFB1
RGB228191177
HSL16°48.57%79.41%
HSB/HSV16°22.37%89.41%
CMYK0.00%16.23%22.37%
10.59%

Color #E4BFB1 in popluar number systems.

HEXE4BFB1
Decimal228191177
Binary111001001011111110110001
Octal344277261

Shades and tints

Shades of #E4BFB1

#E4BFB1
(228,191,177)
#D0AEA1
(208,174,161)
#BC9D91
(188,157,145)
#A88C81
(168,140,129)
#947B71
(148,123,113)
#806A61
(128,106,97)
#6C5951
(108,89,81)
#584841
(88,72,65)
#443731
(68,55,49)
#302621
(48,38,33)
#1C1511
(28,21,17)
#000000
(0,0,0)

Tints of #E4BFB1

#E4BFB1
(228,191,177)
#E6C4B8
(230,196,184)
#E8C9BF
(232,201,191)
#EACEC6
(234,206,198)
#ECD3CD
(236,211,205)
#EED8D4
(238,216,212)
#F0DDDB
(240,221,219)
#F2E2E2
(242,226,226)
#F4E7E9
(244,231,233)
#F6ECF0
(246,236,240)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4BFB1; }

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

This text font color is #E4BFB1.


Background Color

.myBgColor { background-color: #E4BFB1; }

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

This div background color is #E4BFB1.


Border color

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

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

This div border color is #E4BFB1.


Opacity

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

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

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

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

This text has shadow with #E4BFB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BFB1 on black background.


Color preview on white background

This text has color #E4BFB1 on white background.



Black color preview on #E4BFB1 background

This text has black color on #E4BFB1 background.


White color preview on #E4BFB1 background

This text has white color on #E4BFB1 background.