COLOR #E4BFBF

HEX: #E4BFBF
RGB: (228,191,191)

Color info

#E4BFBF contains red, green and blue colors in about the same proportion. Web safe color of #E4BFBF is #CCCCCC (or #CCC).

RGB color model

#E4BFBF color RGB value is (228,191,191).

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

RGB channels and saturation

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

228
191
191

R + G + B ~ 80%. #E4BFBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 191 + 191 = 610 (100%)
R 228 of 610 ~ 37.38%
G 191 of 610 ~ 31.31%
B 191 of 610 ~ 31.31%

%37.38
%31.31
%31.31

CMYK color model

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

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

CMYK percentages

%0
%16.23
%16.23
%10.59

Codes

Color #E4BFBF in popluar color models

E4BFBF
RGB228191191
HSL40.66%82.16%
HSB/HSV16.23%89.41%
CMYK0.00%16.23%16.23%
10.59%

Color #E4BFBF in popluar number systems.

HEXE4BFBF
Decimal228191191
Binary111001001011111110111111
Octal344277277

Shades and tints

Shades of #E4BFBF

#E4BFBF
(228,191,191)
#D0AEAE
(208,174,174)
#BC9D9D
(188,157,157)
#A88C8C
(168,140,140)
#947B7B
(148,123,123)
#806A6A
(128,106,106)
#6C5959
(108,89,89)
#584848
(88,72,72)
#443737
(68,55,55)
#302626
(48,38,38)
#1C1515
(28,21,21)
#000000
(0,0,0)

Tints of #E4BFBF

#E4BFBF
(228,191,191)
#E6C4C4
(230,196,196)
#E8C9C9
(232,201,201)
#EACECE
(234,206,206)
#ECD3D3
(236,211,211)
#EED8D8
(238,216,216)
#F0DDDD
(240,221,221)
#F2E2E2
(242,226,226)
#F4E7E7
(244,231,231)
#F6ECEC
(246,236,236)
#F8F1F1
(248,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4BFBF; }

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

This text font color is #E4BFBF.


Background Color

.myBgColor { background-color: #E4BFBF; }

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

This div background color is #E4BFBF.


Border color

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

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

This div border color is #E4BFBF.


Opacity

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

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

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

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

This text has shadow with #E4BFBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BFBF on black background.


Color preview on white background

This text has color #E4BFBF on white background.



Black color preview on #E4BFBF background

This text has black color on #E4BFBF background.


White color preview on #E4BFBF background

This text has white color on #E4BFBF background.