COLOR #E7BFBF

HEX: #E7BFBF
RGB: (231,191,191)

Color info

#E7BFBF contains red, green and blue colors in about the same proportion. Web safe color of #E7BFBF is #FFCCCC (or #FCC).

RGB color model

#E7BFBF color RGB value is (231,191,191).

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

RGB channels and saturation

R 231 of 255 = 91%
G 191 of 255 = 75%
B 191 of 255 = 75%

231
191
191

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

Portions of RGB colors in percentages

R + G + B =
231 + 191 + 191 = 613 (100%)
R 231 of 613 ~ 37.68%
G 191 of 613 ~ 31.16%
B 191 of 613 ~ 31.16%

%37.68
%31.16
%31.16

CMYK color model

#E7BFBF color CMYK value is (0,17,17,9).

  • cyan value is 0.00%
  • magenta value is 17.32%
  • yellow value is 17.32%
  • key color value is 9.41%
CMYK:
(0,17,17,9)
C0M17Y17K9 
(0%,17%,17%,9%)
(0.00/0.17/0.17/0.09)	

CMYK percentages

%0
%17.32
%17.32
%9.41

Codes

Color #E7BFBF in popluar color models

E7BFBF
RGB231191191
HSL45.45%82.75%
HSB/HSV17.32%90.59%
CMYK0.00%17.32%17.32%
9.41%

Color #E7BFBF in popluar number systems.

HEXE7BFBF
Decimal231191191
Binary111001111011111110111111
Octal347277277

Shades and tints

Shades of #E7BFBF

#E7BFBF
(231,191,191)
#D2AEAE
(210,174,174)
#BD9D9D
(189,157,157)
#A88C8C
(168,140,140)
#937B7B
(147,123,123)
#7E6A6A
(126,106,106)
#695959
(105,89,89)
#544848
(84,72,72)
#3F3737
(63,55,55)
#2A2626
(42,38,38)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #E7BFBF

#E7BFBF
(231,191,191)
#E9C4C4
(233,196,196)
#EBC9C9
(235,201,201)
#EDCECE
(237,206,206)
#EFD3D3
(239,211,211)
#F1D8D8
(241,216,216)
#F3DDDD
(243,221,221)
#F5E2E2
(245,226,226)
#F7E7E7
(247,231,231)
#F9ECEC
(249,236,236)
#FBF1F1
(251,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7BFBF; }

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

This text font color is #E7BFBF.


Background Color

.myBgColor { background-color: #E7BFBF; }

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

This div background color is #E7BFBF.


Border color

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

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

This div border color is #E7BFBF.


Opacity

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

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

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

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

This text has shadow with #E7BFBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BFBF on black background.


Color preview on white background

This text has color #E7BFBF on white background.



Black color preview on #E7BFBF background

This text has black color on #E7BFBF background.


White color preview on #E7BFBF background

This text has white color on #E7BFBF background.