COLOR #E7B6BC

HEX: #E7B6BC
RGB: (231,182,188)

Color info

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

RGB color model

#E7B6BC color RGB value is (231,182,188).

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

RGB channels and saturation

R 231 of 255 = 91%
G 182 of 255 = 71%
B 188 of 255 = 74%

231
182
188

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

Portions of RGB colors in percentages

R + G + B =
231 + 182 + 188 = 601 (100%)
R 231 of 601 ~ 38.44%
G 182 of 601 ~ 30.28%
B 188 of 601 ~ 31.28%

%38.44
%30.28
%31.28

CMYK color model

#E7B6BC color CMYK value is (0,21,19,9).

  • cyan value is 0.00%
  • magenta value is 21.21%
  • yellow value is 18.61%
  • key color value is 9.41%
CMYK:
(0,21,19,9)
C0M21Y19K9 
(0%,21%,19%,9%)
(0.00/0.21/0.19/0.09)	

CMYK percentages

%0
%21.21
%18.61
%9.41

Codes

Color #E7B6BC in popluar color models

E7B6BC
RGB231182188
HSL353°50.52%80.98%
HSB/HSV353°21.21%90.59%
CMYK0.00%21.21%18.61%
9.41%

Color #E7B6BC in popluar number systems.

HEXE7B6BC
Decimal231182188
Binary111001111011011010111100
Octal347266274

Shades and tints

Shades of #E7B6BC

#E7B6BC
(231,182,188)
#D2A6AB
(210,166,171)
#BD969A
(189,150,154)
#A88689
(168,134,137)
#937678
(147,118,120)
#7E6667
(126,102,103)
#695656
(105,86,86)
#544645
(84,70,69)
#3F3634
(63,54,52)
#2A2623
(42,38,35)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #E7B6BC

#E7B6BC
(231,182,188)
#E9BCC2
(233,188,194)
#EBC2C8
(235,194,200)
#EDC8CE
(237,200,206)
#EFCED4
(239,206,212)
#F1D4DA
(241,212,218)
#F3DAE0
(243,218,224)
#F5E0E6
(245,224,230)
#F7E6EC
(247,230,236)
#F9ECF2
(249,236,242)
#FBF2F8
(251,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7B6BC; }

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

This text font color is #E7B6BC.


Background Color

.myBgColor { background-color: #E7B6BC; }

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

This div background color is #E7B6BC.


Border color

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

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

This div border color is #E7B6BC.


Opacity

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

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

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

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

This text has shadow with #E7B6BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B6BC on black background.


Color preview on white background

This text has color #E7B6BC on white background.



Black color preview on #E7B6BC background

This text has black color on #E7B6BC background.


White color preview on #E7B6BC background

This text has white color on #E7B6BC background.