COLOR #8069AA

HEX: #8069AA RGB: (128,105,170)

Color info

#8069AA contains mainly red and blue colors. Web safe color of #8069AA is #666699 (or #669).

RGB color model

#8069AA color RGB value is (128,105,170).

RGB: (128,105,170) (50%, 41%, 67%)

RGB channels and saturation

R 128 of 255 = 50%
G 105 of 255 = 41%
B 170 of 255 = 67%

128
105
170

R + G + B ~ 53%. #8069AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 105 + 170 = 403 (100%)
R 128 of 403 ~ 31.76%
G 105 of 403 ~ 26.05%
B 170 of 403 ~ 42.18'%

%31.76
%26.05
%42.18

CMYK color model

#8069AA color CMYK value is (25,38,0,33).

  • cyan value is 24.71%
  • magenta value is 38.24%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (25,38,0,33)
C25M38Y0K33 (25%, 38%, 0%, 33%)
(0.25 / 0.38 / 0.00 / 0.33)

CMYK percentages

%24.71
%38.24
%0
%33.33

Codes

Color #8069AA in popluar color models

80 69 AA
RGB 128 105 170
HSL 261° 27.66% 53.92%
HSB/HSV 261° 38.24% 66.67%
CMYK 24.71% 38.24% 0.00%
33.33%

Color #8069AA in popluar number systems.

HEX 80 69 AA
Decimal 128 105 170
Binary 10000000 1101001 10101010
Octal 200 151 252

Shades and tints

Shades of #8069AA

#8069AA
(128,105,170)
#75609B
(117,96,155)
#6A578C
(106,87,140)
#5F4E7D
(95,78,125)
#54456E
(84,69,110)
#493C5F
(73,60,95)
#3E3350
(62,51,80)
#332A41
(51,42,65)
#282132
(40,33,50)
#1D1823
(29,24,35)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #8069AA

#8069AA
(128,105,170)
#8B76B1
(139,118,177)
#9683B8
(150,131,184)
#A190BF
(161,144,191)
#AC9DC6
(172,157,198)
#B7AACD
(183,170,205)
#C2B7D4
(194,183,212)
#CDC4DB
(205,196,219)
#D8D1E2
(216,209,226)
#E3DEE9
(227,222,233)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8069AA color. Also use rgb(128,105,170) instead hex code.

Text Font Color

.myTextColor { color: #8069AA; }

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

This text font color is #8069AA.

Background Color

.myBgColor { background-color: #8069AA; }

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

This div background color is #8069AA.

Border color

.myBorderColor { border: 1px solid #8069AA; }

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

This div border color is #8069AA.

Opacity

.myOpacity80 { color: #8069AA; opacity: 0.8; }

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

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

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

This text has shadow with #8069AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8069AA.

Preview

Color preview on black background

This text has color #8069AA on black background.


Color preview on white background

This text has color #8069AA on white background.


Black color preview on #8069AA background

This text has black color on #8069AA background.


White color preview on #8069AA background

This text has white color on #8069AA background.


Related colors

Complementary color

Complementary color for #hex is #7F9655.


I love getcolorcode.com

Triadic colors

1 #AA8069 and #69AA80 with #8069AA are triadic colors.

2 #AA6980 and #6980AA with #8069AA are triadic colors.