COLOR #E7BFBE

HEX: #E7BFBE
RGB: (231,191,190)

Color info

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

RGB color model

#E7BFBE color RGB value is (231,191,190).

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

RGB channels and saturation

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

231
191
190

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

Portions of RGB colors in percentages

R + G + B =
231 + 191 + 190 = 612 (100%)
R 231 of 612 ~ 37.75%
G 191 of 612 ~ 31.21%
B 190 of 612 ~ 31.05%

%37.75
%31.21
%31.05

CMYK color model

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

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

CMYK percentages

%0
%17.32
%17.75
%9.41

Codes

Color #E7BFBE in popluar color models

E7BFBE
RGB231191190
HSL46.07%82.55%
HSB/HSV17.75%90.59%
CMYK0.00%17.32%17.75%
9.41%

Color #E7BFBE in popluar number systems.

HEXE7BFBE
Decimal231191190
Binary111001111011111110111110
Octal347277276

Shades and tints

Shades of #E7BFBE

#E7BFBE
(231,191,190)
#D2AEAD
(210,174,173)
#BD9D9C
(189,157,156)
#A88C8B
(168,140,139)
#937B7A
(147,123,122)
#7E6A69
(126,106,105)
#695958
(105,89,88)
#544847
(84,72,71)
#3F3736
(63,55,54)
#2A2625
(42,38,37)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #E7BFBE

#E7BFBE
(231,191,190)
#E9C4C3
(233,196,195)
#EBC9C8
(235,201,200)
#EDCECD
(237,206,205)
#EFD3D2
(239,211,210)
#F1D8D7
(241,216,215)
#F3DDDC
(243,221,220)
#F5E2E1
(245,226,225)
#F7E7E6
(247,231,230)
#F9ECEB
(249,236,235)
#FBF1F0
(251,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7BFBE; }

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

This text font color is #E7BFBE.


Background Color

.myBgColor { background-color: #E7BFBE; }

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

This div background color is #E7BFBE.


Border color

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

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

This div border color is #E7BFBE.


Opacity

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

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

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

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

This text has shadow with #E7BFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BFBE on black background.


Color preview on white background

This text has color #E7BFBE on white background.



Black color preview on #E7BFBE background

This text has black color on #E7BFBE background.


White color preview on #E7BFBE background

This text has white color on #E7BFBE background.