COLOR #806B7D

HEX: #806B7D RGB: (128,107,125)

Color info

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

RGB color model

#806B7D color RGB value is (128,107,125).

RGB: (128,107,125) (50%, 42%, 49%)

RGB channels and saturation

R 128 of 255 = 50%
G 107 of 255 = 42%
B 125 of 255 = 49%

128
107
125

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

Portions of RGB colors in percentages

R + G + B = 128 + 107 + 125 = 360 (100%)
R 128 of 360 ~ 35.56%
G 107 of 360 ~ 29.72%
B 125 of 360 ~ 34.72'%

%35.56
%29.72
%34.72

CMYK color model

#806B7D color CMYK value is (0,16,2,50).

  • cyan value is 0.00%
  • magenta value is 16.41%
  • yellow value is 2.34%
  • key color value is 49.80%

CMYK: (0,16,2,50)
C0M16Y2K50 (0%, 16%, 2%, 50%)
(0.00 / 0.16 / 0.02 / 0.50)

CMYK percentages

%0
%16.41
%2.34
%49.8

Codes

Color #806B7D in popluar color models

80 6B 7D
RGB 128 107 125
HSL 309° 8.94% 46.08%
HSB/HSV 309° 16.41% 50.20%
CMYK 0.00% 16.41% 2.34%
49.80%

Color #806B7D in popluar number systems.

HEX 80 6B 7D
Decimal 128 107 125
Binary 10000000 1101011 1111101
Octal 200 153 175

Shades and tints

Shades of #806B7D

#806B7D
(128,107,125)
#756272
(117,98,114)
#6A5967
(106,89,103)
#5F505C
(95,80,92)
#544751
(84,71,81)
#493E46
(73,62,70)
#3E353B
(62,53,59)
#332C30
(51,44,48)
#282325
(40,35,37)
#1D1A1A
(29,26,26)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #806B7D

#806B7D
(128,107,125)
#8B7888
(139,120,136)
#968593
(150,133,147)
#A1929E
(161,146,158)
#AC9FA9
(172,159,169)
#B7ACB4
(183,172,180)
#C2B9BF
(194,185,191)
#CDC6CA
(205,198,202)
#D8D3D5
(216,211,213)
#E3E0E0
(227,224,224)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806B7D color. Also use rgb(128,107,125) instead hex code.

Text Font Color

.myTextColor { color: #806B7D; }

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

This text font color is #806B7D.

Background Color

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

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

This div background color is #806B7D.

Border color

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

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

This div border color is #806B7D.

Opacity

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

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

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

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

This text has shadow with #806B7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #806B7D.

Preview

Color preview on black background

This text has color #806B7D on black background.


Color preview on white background

This text has color #806B7D on white background.


Black color preview on #806B7D background

This text has black color on #806B7D background.


White color preview on #806B7D background

This text has white color on #806B7D background.


Related colors

Complementary color

Complementary color for #hex is #7F9482.


I love getcolorcode.com

Triadic colors

1 #7D806B and #6B7D80 with #806B7D are triadic colors.

2 #7D6B80 and #6B807D with #806B7D are triadic colors.