COLOR #E7BFB6

HEX: #E7BFB6
RGB: (231,191,182)

Color info

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

RGB color model

#E7BFB6 color RGB value is (231,191,182).

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

RGB channels and saturation

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

231
191
182

R + G + B ~ 79%. #E7BFB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 191 + 182 = 604 (100%)
R 231 of 604 ~ 38.25%
G 191 of 604 ~ 31.62%
B 182 of 604 ~ 30.13%

%38.25
%31.62
%30.13

CMYK color model

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

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

CMYK percentages

%0
%17.32
%21.21
%9.41

Codes

Color #E7BFB6 in popluar color models

E7BFB6
RGB231191182
HSL11°50.52%80.98%
HSB/HSV11°21.21%90.59%
CMYK0.00%17.32%21.21%
9.41%

Color #E7BFB6 in popluar number systems.

HEXE7BFB6
Decimal231191182
Binary111001111011111110110110
Octal347277266

Shades and tints

Shades of #E7BFB6

#E7BFB6
(231,191,182)
#D2AEA6
(210,174,166)
#BD9D96
(189,157,150)
#A88C86
(168,140,134)
#937B76
(147,123,118)
#7E6A66
(126,106,102)
#695956
(105,89,86)
#544846
(84,72,70)
#3F3736
(63,55,54)
#2A2626
(42,38,38)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #E7BFB6

#E7BFB6
(231,191,182)
#E9C4BC
(233,196,188)
#EBC9C2
(235,201,194)
#EDCEC8
(237,206,200)
#EFD3CE
(239,211,206)
#F1D8D4
(241,216,212)
#F3DDDA
(243,221,218)
#F5E2E0
(245,226,224)
#F7E7E6
(247,231,230)
#F9ECEC
(249,236,236)
#FBF1F2
(251,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7BFB6; }

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

This text font color is #E7BFB6.


Background Color

.myBgColor { background-color: #E7BFB6; }

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

This div background color is #E7BFB6.


Border color

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

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

This div border color is #E7BFB6.


Opacity

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

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

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

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

This text has shadow with #E7BFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BFB6 on black background.


Color preview on white background

This text has color #E7BFB6 on white background.



Black color preview on #E7BFB6 background

This text has black color on #E7BFB6 background.


White color preview on #E7BFB6 background

This text has white color on #E7BFB6 background.