COLOR #7E6B83

HEX: #7E6B83
RGB: (126,107,131)

Color info

#7E6B83 contains red, green and blue colors in about the same proportion. Web safe color of #7E6B83 is #666699 (or #669).

RGB color model

#7E6B83 color RGB value is (126,107,131).

  • red value is 126;
  • green value is 107;
  • blue value is 131.
RGB:
(126,107,131)
(49%,42%,51%)

RGB channels and saturation

R 126 of 255 = 49%
G 107 of 255 = 42%
B 131 of 255 = 51%

126
107
131

R + G + B ~ 47%. #7E6B83 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 107 + 131 = 364 (100%)
R 126 of 364 ~ 34.62%
G 107 of 364 ~ 29.4%
B 131 of 364 ~ 35.99%

%34.62
%29.4
%35.99

CMYK color model

#7E6B83 color CMYK value is (4,18,0,49).

  • cyan value is 3.82%
  • magenta value is 18.32%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(4,18,0,49)
C4M18Y0K49 
(4%,18%,0%,49%)
(0.04/0.18/0.00/0.49)	

CMYK percentages

%3.82
%18.32
%0
%48.63

Codes

Color #7E6B83 in popluar color models

7E6B83
RGB126107131
HSL288°10.08%46.67%
HSB/HSV288°18.32%51.37%
CMYK3.82%18.32%0.00%
48.63%

Color #7E6B83 in popluar number systems.

HEX7E6B83
Decimal126107131
Binary1111110110101110000011
Octal176153203

Shades and tints

Shades of #7E6B83

#7E6B83
(126,107,131)
#736278
(115,98,120)
#68596D
(104,89,109)
#5D5062
(93,80,98)
#524757
(82,71,87)
#473E4C
(71,62,76)
#3C3541
(60,53,65)
#312C36
(49,44,54)
#26232B
(38,35,43)
#1B1A20
(27,26,32)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #7E6B83

#7E6B83
(126,107,131)
#89788E
(137,120,142)
#948599
(148,133,153)
#9F92A4
(159,146,164)
#AA9FAF
(170,159,175)
#B5ACBA
(181,172,186)
#C0B9C5
(192,185,197)
#CBC6D0
(203,198,208)
#D6D3DB
(214,211,219)
#E1E0E6
(225,224,230)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6B83 color. Also use rgb(126,107,131) instead hex code.

Text Font Color

.myTextColor { color: #7E6B83; }

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

This text font color is #7E6B83.


Background Color

.myBgColor { background-color: #7E6B83; }

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

This div background color is #7E6B83.


Border color

.myBorderColor { border: 1px solid #7E6B83; }

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

This div border color is #7E6B83.


Opacity

.myOpacity80 { color: #7E6B83; opacity: 0.8; }

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

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

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

This text has shadow with #7E6B83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6B83 on black background.


Color preview on white background

This text has color #7E6B83 on white background.



Black color preview on #7E6B83 background

This text has black color on #7E6B83 background.


White color preview on #7E6B83 background

This text has white color on #7E6B83 background.