COLOR #806A7E

HEX: #806A7E
RGB: (128,106,126)

Color info

#806A7E contains red, green and blue colors in about the same proportion. Web safe color of #806A7E is #666666 (or #666).

RGB color model

#806A7E color RGB value is (128,106,126).

  • red value is 128;
  • green value is 106;
  • blue value is 126.
RGB:
(128,106,126)
(50%,42%,49%)

RGB channels and saturation

R 128 of 255 = 50%
G 106 of 255 = 42%
B 126 of 255 = 49%

128
106
126

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

Portions of RGB colors in percentages

R + G + B =
128 + 106 + 126 = 360 (100%)
R 128 of 360 ~ 35.56%
G 106 of 360 ~ 29.44%
B 126 of 360 ~ 35%

%35.56
%29.44
%35

CMYK color model

#806A7E color CMYK value is (0,17,2,50).

  • cyan value is 0.00%
  • magenta value is 17.19%
  • yellow value is 1.56%
  • key color value is 49.80%
CMYK:
(0,17,2,50)
C0M17Y2K50 
(0%,17%,2%,50%)
(0.00/0.17/0.02/0.50)	

CMYK percentages

%0
%17.19
%1.56
%49.8

Codes

Color #806A7E in popluar color models

806A7E
RGB128106126
HSL305°9.40%45.88%
HSB/HSV305°17.19%50.20%
CMYK0.00%17.19%1.56%
49.80%

Color #806A7E in popluar number systems.

HEX806A7E
Decimal128106126
Binary1000000011010101111110
Octal200152176

Shades and tints

Shades of #806A7E

#806A7E
(128,106,126)
#756173
(117,97,115)
#6A5868
(106,88,104)
#5F4F5D
(95,79,93)
#544652
(84,70,82)
#493D47
(73,61,71)
#3E343C
(62,52,60)
#332B31
(51,43,49)
#282226
(40,34,38)
#1D191B
(29,25,27)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #806A7E

#806A7E
(128,106,126)
#8B7789
(139,119,137)
#968494
(150,132,148)
#A1919F
(161,145,159)
#AC9EAA
(172,158,170)
#B7ABB5
(183,171,181)
#C2B8C0
(194,184,192)
#CDC5CB
(205,197,203)
#D8D2D6
(216,210,214)
#E3DFE1
(227,223,225)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806A7E color. Also use rgb(128,106,126) instead hex code.

Text Font Color

.myTextColor { color: #806A7E; }

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

This text font color is #806A7E.


Background Color

.myBgColor { background-color: #806A7E; }

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

This div background color is #806A7E.


Border color

.myBorderColor { border: 1px solid #806A7E; }

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

This div border color is #806A7E.


Opacity

.myOpacity80 { color: #806A7E; opacity: 0.8; }

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

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

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

This text has shadow with #806A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806A7E on black background.


Color preview on white background

This text has color #806A7E on white background.



Black color preview on #806A7E background

This text has black color on #806A7E background.


White color preview on #806A7E background

This text has white color on #806A7E background.