COLOR #9779AA

HEX: #9779AA RGB: (151,121,170)

Color info

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

RGB color model

#9779AA color RGB value is (151,121,170).

RGB: (151,121,170) (59%, 47%, 67%)

RGB channels and saturation

R 151 of 255 = 59%
G 121 of 255 = 47%
B 170 of 255 = 67%

151
121
170

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

Portions of RGB colors in percentages

R + G + B = 151 + 121 + 170 = 442 (100%)
R 151 of 442 ~ 34.16%
G 121 of 442 ~ 27.38%
B 170 of 442 ~ 38.46'%

%34.16
%27.38
%38.46

CMYK color model

#9779AA color CMYK value is (11,29,0,33).

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

CMYK: (11,29,0,33)
C11M29Y0K33 (11%, 29%, 0%, 33%)
(0.11 / 0.29 / 0.00 / 0.33)

CMYK percentages

%11.18
%28.82
%0
%33.33

Codes

Color #9779AA in popluar color models

97 79 AA
RGB 151 121 170
HSL 277° 22.37% 57.06%
HSB/HSV 277° 28.82% 66.67%
CMYK 11.18% 28.82% 0.00%
33.33%

Color #9779AA in popluar number systems.

HEX 97 79 AA
Decimal 151 121 170
Binary 10010111 1111001 10101010
Octal 227 171 252

Shades and tints

Shades of #9779AA

#9779AA
(151,121,170)
#8A6E9B
(138,110,155)
#7D638C
(125,99,140)
#70587D
(112,88,125)
#634D6E
(99,77,110)
#56425F
(86,66,95)
#493750
(73,55,80)
#3C2C41
(60,44,65)
#2F2132
(47,33,50)
#221623
(34,22,35)
#150B14
(21,11,20)
#000000
(0,0,0)

Tints of #9779AA

#9779AA
(151,121,170)
#A085B1
(160,133,177)
#A991B8
(169,145,184)
#B29DBF
(178,157,191)
#BBA9C6
(187,169,198)
#C4B5CD
(196,181,205)
#CDC1D4
(205,193,212)
#D6CDDB
(214,205,219)
#DFD9E2
(223,217,226)
#E8E5E9
(232,229,233)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9779AA; }

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

This text font color is #9779AA.

Background Color

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

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

This div background color is #9779AA.

Border color

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

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

This div border color is #9779AA.

Opacity

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

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

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

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

This text has shadow with #9779AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9779AA.

Preview

Color preview on black background

This text has color #9779AA on black background.


Color preview on white background

This text has color #9779AA on white background.


Black color preview on #9779AA background

This text has black color on #9779AA background.


White color preview on #9779AA background

This text has white color on #9779AA background.


Related colors

Complementary color

Complementary color for #hex is #688655.


I love getcolorcode.com

Triadic colors

1 #AA9779 and #79AA97 with #9779AA are triadic colors.

2 #AA7997 and #7997AA with #9779AA are triadic colors.