COLOR #8180AA

HEX: #8180AA
RGB: (129,128,170)

Color info

#8180AA contains red, green and blue colors in about the same proportion. Web safe color of #8180AA is #996699 (or #969).

RGB color model

#8180AA color RGB value is (129,128,170).

  • red value is 129;
  • green value is 128;
  • blue value is 170.
RGB:
(129,128,170)
(51%,50%,67%)

RGB channels and saturation

R 129 of 255 = 51%
G 128 of 255 = 50%
B 170 of 255 = 67%

129
128
170

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

Portions of RGB colors in percentages

R + G + B =
129 + 128 + 170 = 427 (100%)
R 129 of 427 ~ 30.21%
G 128 of 427 ~ 29.98%
B 170 of 427 ~ 39.81%

%30.21
%29.98
%39.81

CMYK color model

#8180AA color CMYK value is (24,25,0,33).

  • cyan value is 24.12%
  • magenta value is 24.71%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(24,25,0,33)
C24M25Y0K33 
(24%,25%,0%,33%)
(0.24/0.25/0.00/0.33)	

CMYK percentages

%24.12
%24.71
%0
%33.33

Codes

Color #8180AA in popluar color models

8180AA
RGB129128170
HSL241°19.81%58.43%
HSB/HSV241°24.71%66.67%
CMYK24.12%24.71%0.00%
33.33%

Color #8180AA in popluar number systems.

HEX8180AA
Decimal129128170
Binary100000011000000010101010
Octal201200252

Shades and tints

Shades of #8180AA

#8180AA
(129,128,170)
#76759B
(118,117,155)
#6B6A8C
(107,106,140)
#605F7D
(96,95,125)
#55546E
(85,84,110)
#4A495F
(74,73,95)
#3F3E50
(63,62,80)
#343341
(52,51,65)
#292832
(41,40,50)
#1E1D23
(30,29,35)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #8180AA

#8180AA
(129,128,170)
#8C8BB1
(140,139,177)
#9796B8
(151,150,184)
#A2A1BF
(162,161,191)
#ADACC6
(173,172,198)
#B8B7CD
(184,183,205)
#C3C2D4
(195,194,212)
#CECDDB
(206,205,219)
#D9D8E2
(217,216,226)
#E4E3E9
(228,227,233)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8180AA; }

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

This text font color is #8180AA.


Background Color

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

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

This div background color is #8180AA.


Border color

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

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

This div border color is #8180AA.


Opacity

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

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

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

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

This text has shadow with #8180AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8180AA on black background.


Color preview on white background

This text has color #8180AA on white background.



Black color preview on #8180AA background

This text has black color on #8180AA background.


White color preview on #8180AA background

This text has white color on #8180AA background.