COLOR #9780AA

HEX: #9780AA RGB: (151,128,170)

Color info

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

RGB color model

#9780AA color RGB value is (151,128,170).

RGB: (151,128,170) (59%, 50%, 67%)

RGB channels and saturation

R 151 of 255 = 59%
G 128 of 255 = 50%
B 170 of 255 = 67%

151
128
170

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

Portions of RGB colors in percentages

R + G + B = 151 + 128 + 170 = 449 (100%)
R 151 of 449 ~ 33.63%
G 128 of 449 ~ 28.51%
B 170 of 449 ~ 37.86'%

%33.63
%28.51
%37.86

CMYK color model

#9780AA color CMYK value is (11,25,0,33).

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

CMYK: (11,25,0,33)
C11M25Y0K33 (11%, 25%, 0%, 33%)
(0.11 / 0.25 / 0.00 / 0.33)

CMYK percentages

%11.18
%24.71
%0
%33.33

Codes

Color #9780AA in popluar color models

97 80 AA
RGB 151 128 170
HSL 273° 19.81% 58.43%
HSB/HSV 273° 24.71% 66.67%
CMYK 11.18% 24.71% 0.00%
33.33%

Color #9780AA in popluar number systems.

HEX 97 80 AA
Decimal 151 128 170
Binary 10010111 10000000 10101010
Octal 227 200 252

Shades and tints

Shades of #9780AA

#9780AA
(151,128,170)
#8A759B
(138,117,155)
#7D6A8C
(125,106,140)
#705F7D
(112,95,125)
#63546E
(99,84,110)
#56495F
(86,73,95)
#493E50
(73,62,80)
#3C3341
(60,51,65)
#2F2832
(47,40,50)
#221D23
(34,29,35)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #9780AA

#9780AA
(151,128,170)
#A08BB1
(160,139,177)
#A996B8
(169,150,184)
#B2A1BF
(178,161,191)
#BBACC6
(187,172,198)
#C4B7CD
(196,183,205)
#CDC2D4
(205,194,212)
#D6CDDB
(214,205,219)
#DFD8E2
(223,216,226)
#E8E3E9
(232,227,233)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9780AA; }

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

This text font color is #9780AA.

Background Color

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

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

This div background color is #9780AA.

Border color

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

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

This div border color is #9780AA.

Opacity

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

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

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

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

This text has shadow with #9780AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9780AA.

Preview

Color preview on black background

This text has color #9780AA on black background.


Color preview on white background

This text has color #9780AA on white background.


Black color preview on #9780AA background

This text has black color on #9780AA background.


White color preview on #9780AA background

This text has white color on #9780AA background.


Related colors

Complementary color

Complementary color for #hex is #687F55.


I love getcolorcode.com

Triadic colors

1 #AA9780 and #80AA97 with #9780AA are triadic colors.

2 #AA8097 and #8097AA with #9780AA are triadic colors.