COLOR #9080AC

HEX: #9080AC
RGB: (144,128,172)

Color info

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

RGB color model

#9080AC color RGB value is (144,128,172).

  • red value is 144;
  • green value is 128;
  • blue value is 172.
RGB:
(144,128,172)
(56%,50%,67%)

RGB channels and saturation

R 144 of 255 = 56%
G 128 of 255 = 50%
B 172 of 255 = 67%

144
128
172

R + G + B ~ 58%. #9080AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 128 + 172 = 444 (100%)
R 144 of 444 ~ 32.43%
G 128 of 444 ~ 28.83%
B 172 of 444 ~ 38.74%

%32.43
%28.83
%38.74

CMYK color model

#9080AC color CMYK value is (16,26,0,33).

  • cyan value is 16.28%
  • magenta value is 25.58%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(16,26,0,33)
C16M26Y0K33 
(16%,26%,0%,33%)
(0.16/0.26/0.00/0.33)	

CMYK percentages

%16.28
%25.58
%0
%32.55

Codes

Color #9080AC in popluar color models

9080AC
RGB144128172
HSL262°20.95%58.82%
HSB/HSV262°25.58%67.45%
CMYK16.28%25.58%0.00%
32.55%

Color #9080AC in popluar number systems.

HEX9080AC
Decimal144128172
Binary100100001000000010101100
Octal220200254

Shades and tints

Shades of #9080AC

#9080AC
(144,128,172)
#83759D
(131,117,157)
#766A8E
(118,106,142)
#695F7F
(105,95,127)
#5C5470
(92,84,112)
#4F4961
(79,73,97)
#423E52
(66,62,82)
#353343
(53,51,67)
#282834
(40,40,52)
#1B1D25
(27,29,37)
#0E1216
(14,18,22)
#000000
(0,0,0)

Tints of #9080AC

#9080AC
(144,128,172)
#9A8BB3
(154,139,179)
#A496BA
(164,150,186)
#AEA1C1
(174,161,193)
#B8ACC8
(184,172,200)
#C2B7CF
(194,183,207)
#CCC2D6
(204,194,214)
#D6CDDD
(214,205,221)
#E0D8E4
(224,216,228)
#EAE3EB
(234,227,235)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9080AC color. Also use rgb(144,128,172) instead hex code.

Text Font Color

.myTextColor { color: #9080AC; }

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

This text font color is #9080AC.


Background Color

.myBgColor { background-color: #9080AC; }

<div style="background-color:#9080AC">Inner text</div>

This div background color is #9080AC.


Border color

.myBorderColor { border: 1px solid #9080AC; }

<div style="border:3px solid #9080AC">Div</div>

This div border color is #9080AC.


Opacity

.myOpacity80 { color: #9080AC; opacity: 0.8; }

<p style="color:#9080AC;opacity:0.8;">80%</p>

Text with #9080AC 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 #9080AC;}

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

This text has shadow with #9080AC color.

.textShadow {text-shadow: 3px 3px 1px #9080AC, 3px 3px 1px red;}

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

This text has shadow with #9080AC primary color and red secondary color.


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

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

This text has shadow with #9080AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9080AC on black background.


Color preview on white background

This text has color #9080AC on white background.



Black color preview on #9080AC background

This text has black color on #9080AC background.


White color preview on #9080AC background

This text has white color on #9080AC background.