COLOR #8084AE

HEX: #8084AE RGB: (128,132,174)

Color info

#8084AE contains red, green and blue colors in about the same proportion. Web safe color of #8084AE is #669999 (or #699).

RGB color model

#8084AE color RGB value is (128,132,174).

RGB: (128,132,174) (50%, 52%, 68%)

RGB channels and saturation

R 128 of 255 = 50%
G 132 of 255 = 52%
B 174 of 255 = 68%

128
132
174

R + G + B ~ 57%. #8084AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 132 + 174 = 434 (100%)
R 128 of 434 ~ 29.49%
G 132 of 434 ~ 30.41%
B 174 of 434 ~ 40.09'%

%29.49
%30.41
%40.09

CMYK color model

#8084AE color CMYK value is (26,24,0,32).

  • cyan value is 26.44%
  • magenta value is 24.14%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (26,24,0,32) C26M24Y0K32 (26%,24%,0%,32%) (0.26/0.24/0.00/0.32) 

CMYK percentages

%26.44
%24.14
%0
%31.76

Codes

Color #8084AE in popluar color models

80 84 AE
RGB 128 132 174
HSL 235° 22.12% 59.22%
HSB/HSV 235° 26.44% 68.24%
CMYK 26.44% 24.14% 0.00%
31.76%

Color #8084AE in popluar number systems.

HEX 80 84 AE
Decimal 128 132 174
Binary 10000000 10000100 10101110
Octal 200 204 256

Shades and tints

Shades of #8084AE

#8084AE
(128,132,174)
#75789F
(117,120,159)
#6A6C90
(106,108,144)
#5F6081
(95,96,129)
#545472
(84,84,114)
#494863
(73,72,99)
#3E3C54
(62,60,84)
#333045
(51,48,69)
#282436
(40,36,54)
#1D1827
(29,24,39)
#120C18
(18,12,24)
#000000
(0,0,0)

Tints of #8084AE

#8084AE
(128,132,174)
#8B8FB5
(139,143,181)
#969ABC
(150,154,188)
#A1A5C3
(161,165,195)
#ACB0CA
(172,176,202)
#B7BBD1
(183,187,209)
#C2C6D8
(194,198,216)
#CDD1DF
(205,209,223)
#D8DCE6
(216,220,230)
#E3E7ED
(227,231,237)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8084AE color. Also use rgb(128,132,174) instead hex code.

Text Font Color

.myTextColor { color: #8084AE; }

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

This text font color is #8084AE.

Background Color

.myBgColor { background-color: #8084AE; }

<div style="background-color:#8084AE">Inner text</div>

This div background color is #8084AE.

Border color

.myBorderColor { border: 1px solid #8084AE; }

<div style="border:3px solid #8084AE">Div</div>

This div border color is #8084AE.

Opacity

.myOpacity80 { color: #8084AE; opacity: 0.8; }

<p style="color:#8084AE;opacity:0.8;">80%</p>

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

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

This text has shadow with #8084AE color.


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

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

This text has shadow with #8084AE primary color and red secondary color.


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

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

This text has shadow with #8084AE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8084AE.

Preview

Color preview on black background

This text has color #8084AE on black background.


Color preview on white background

This text has color #8084AE on white background.


Black color preview on #8084AE background

This text has black color on #8084AE background.


White color preview on #8084AE background

This text has white color on #8084AE background.


Related colors

Complementary color

Complementary color for #hex is #7F7B51.


I love getcolorcode.com

Triadic colors

1 #AE8084 and #84AE80 with #8084AE are triadic colors.

2 #AE8480 and #8480AE with #8084AE are triadic colors.