COLOR #E7B6B6

HEX: #E7B6B6
RGB: (231,182,182)

Color info

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

RGB color model

#E7B6B6 color RGB value is (231,182,182).

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

RGB channels and saturation

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

231
182
182

R + G + B ~ 78%. #E7B6B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 182 + 182 = 595 (100%)
R 231 of 595 ~ 38.82%
G 182 of 595 ~ 30.59%
B 182 of 595 ~ 30.59%

%38.82
%30.59
%30.59

CMYK color model

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

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

CMYK percentages

%0
%21.21
%21.21
%9.41

Codes

Color #E7B6B6 in popluar color models

E7B6B6
RGB231182182
HSL50.52%80.98%
HSB/HSV21.21%90.59%
CMYK0.00%21.21%21.21%
9.41%

Color #E7B6B6 in popluar number systems.

HEXE7B6B6
Decimal231182182
Binary111001111011011010110110
Octal347266266

Shades and tints

Shades of #E7B6B6

#E7B6B6
(231,182,182)
#D2A6A6
(210,166,166)
#BD9696
(189,150,150)
#A88686
(168,134,134)
#937676
(147,118,118)
#7E6666
(126,102,102)
#695656
(105,86,86)
#544646
(84,70,70)
#3F3636
(63,54,54)
#2A2626
(42,38,38)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #E7B6B6

#E7B6B6
(231,182,182)
#E9BCBC
(233,188,188)
#EBC2C2
(235,194,194)
#EDC8C8
(237,200,200)
#EFCECE
(239,206,206)
#F1D4D4
(241,212,212)
#F3DADA
(243,218,218)
#F5E0E0
(245,224,224)
#F7E6E6
(247,230,230)
#F9ECEC
(249,236,236)
#FBF2F2
(251,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7B6B6; }

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

This text font color is #E7B6B6.


Background Color

.myBgColor { background-color: #E7B6B6; }

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

This div background color is #E7B6B6.


Border color

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

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

This div border color is #E7B6B6.


Opacity

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

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

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

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

This text has shadow with #E7B6B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B6B6 on black background.


Color preview on white background

This text has color #E7B6B6 on white background.



Black color preview on #E7B6B6 background

This text has black color on #E7B6B6 background.


White color preview on #E7B6B6 background

This text has white color on #E7B6B6 background.