COLOR #9676AA

HEX: #9676AA RGB: (150,118,170)

Color info

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

RGB color model

#9676AA color RGB value is (150,118,170).

RGB: (150,118,170) (59%, 46%, 67%)

RGB channels and saturation

R 150 of 255 = 59%
G 118 of 255 = 46%
B 170 of 255 = 67%

150
118
170

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

Portions of RGB colors in percentages

R + G + B = 150 + 118 + 170 = 438 (100%)
R 150 of 438 ~ 34.25%
G 118 of 438 ~ 26.94%
B 170 of 438 ~ 38.81'%

%34.25
%26.94
%38.81

CMYK color model

#9676AA color CMYK value is (12,31,0,33).

  • cyan value is 11.76%
  • magenta value is 30.59%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (12,31,0,33)
C12M31Y0K33 (12%, 31%, 0%, 33%)
(0.12 / 0.31 / 0.00 / 0.33)

CMYK percentages

%11.76
%30.59
%0
%33.33

Codes

Color #9676AA in popluar color models

96 76 AA
RGB 150 118 170
HSL 277° 23.42% 56.47%
HSB/HSV 277° 30.59% 66.67%
CMYK 11.76% 30.59% 0.00%
33.33%

Color #9676AA in popluar number systems.

HEX 96 76 AA
Decimal 150 118 170
Binary 10010110 1110110 10101010
Octal 226 166 252

Shades and tints

Shades of #9676AA

#9676AA
(150,118,170)
#896C9B
(137,108,155)
#7C628C
(124,98,140)
#6F587D
(111,88,125)
#624E6E
(98,78,110)
#55445F
(85,68,95)
#483A50
(72,58,80)
#3B3041
(59,48,65)
#2E2632
(46,38,50)
#211C23
(33,28,35)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #9676AA

#9676AA
(150,118,170)
#9F82B1
(159,130,177)
#A88EB8
(168,142,184)
#B19ABF
(177,154,191)
#BAA6C6
(186,166,198)
#C3B2CD
(195,178,205)
#CCBED4
(204,190,212)
#D5CADB
(213,202,219)
#DED6E2
(222,214,226)
#E7E2E9
(231,226,233)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9676AA color. Also use rgb(150,118,170) instead hex code.

Text Font Color

.myTextColor { color: #9676AA; }

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

This text font color is #9676AA.

Background Color

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

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

This div background color is #9676AA.

Border color

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

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

This div border color is #9676AA.

Opacity

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

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

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

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

This text has shadow with #9676AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9676AA.

Preview

Color preview on black background

This text has color #9676AA on black background.


Color preview on white background

This text has color #9676AA on white background.


Black color preview on #9676AA background

This text has black color on #9676AA background.


White color preview on #9676AA background

This text has white color on #9676AA background.


Related colors

Complementary color

Complementary color for #hex is #698955.


I love getcolorcode.com

Triadic colors

1 #AA9676 and #76AA96 with #9676AA are triadic colors.

2 #AA7696 and #7696AA with #9676AA are triadic colors.