COLOR #80699D

HEX: #80699D RGB: (128,105,157)

Color info

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

RGB color model

#80699D color RGB value is (128,105,157).

RGB: (128,105,157) (50%, 41%, 62%)

RGB channels and saturation

R 128 of 255 = 50%
G 105 of 255 = 41%
B 157 of 255 = 62%

128
105
157

R + G + B ~ 51%. #80699D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 105 + 157 = 390 (100%)
R 128 of 390 ~ 32.82%
G 105 of 390 ~ 26.92%
B 157 of 390 ~ 40.26'%

%32.82
%26.92
%40.26

CMYK color model

#80699D color CMYK value is (18,33,0,38).

  • cyan value is 18.47%
  • magenta value is 33.12%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK: (18,33,0,38) C18M33Y0K38 (18%,33%,0%,38%) (0.18/0.33/0.00/0.38) 

CMYK percentages

%18.47
%33.12
%0
%38.43

Codes

Color #80699D in popluar color models

80 69 9D
RGB 128 105 157
HSL 267° 20.97% 51.37%
HSB/HSV 267° 33.12% 61.57%
CMYK 18.47% 33.12% 0.00%
38.43%

Color #80699D in popluar number systems.

HEX 80 69 9D
Decimal 128 105 157
Binary 10000000 1101001 10011101
Octal 200 151 235

Shades and tints

Shades of #80699D

#80699D
(128,105,157)
#75608F
(117,96,143)
#6A5781
(106,87,129)
#5F4E73
(95,78,115)
#544565
(84,69,101)
#493C57
(73,60,87)
#3E3349
(62,51,73)
#332A3B
(51,42,59)
#28212D
(40,33,45)
#1D181F
(29,24,31)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #80699D

#80699D
(128,105,157)
#8B76A5
(139,118,165)
#9683AD
(150,131,173)
#A190B5
(161,144,181)
#AC9DBD
(172,157,189)
#B7AAC5
(183,170,197)
#C2B7CD
(194,183,205)
#CDC4D5
(205,196,213)
#D8D1DD
(216,209,221)
#E3DEE5
(227,222,229)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80699D color. Also use rgb(128,105,157) instead hex code.

Text Font Color

.myTextColor { color: #80699D; }

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

This text font color is #80699D.

Background Color

.myBgColor { background-color: #80699D; }

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

This div background color is #80699D.

Border color

.myBorderColor { border: 1px solid #80699D; }

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

This div border color is #80699D.

Opacity

.myOpacity80 { color: #80699D; opacity: 0.8; }

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

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

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

This text has shadow with #80699D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80699D.

Preview

Color preview on black background

This text has color #80699D on black background.


Color preview on white background

This text has color #80699D on white background.


Black color preview on #80699D background

This text has black color on #80699D background.


White color preview on #80699D background

This text has white color on #80699D background.


Related colors

Complementary color

Complementary color for #hex is #7F9662.


I love getcolorcode.com

Triadic colors

1 #9D8069 and #699D80 with #80699D are triadic colors.

2 #9D6980 and #69809D with #80699D are triadic colors.