COLOR #9679AB

HEX: #9679AB RGB: (150,121,171)

Color info

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

RGB color model

#9679AB color RGB value is (150,121,171).

RGB: (150,121,171) (59%, 47%, 67%)

RGB channels and saturation

R 150 of 255 = 59%
G 121 of 255 = 47%
B 171 of 255 = 67%

150
121
171

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

Portions of RGB colors in percentages

R + G + B = 150 + 121 + 171 = 442 (100%)
R 150 of 442 ~ 33.94%
G 121 of 442 ~ 27.38%
B 171 of 442 ~ 38.69'%

%33.94
%27.38
%38.69

CMYK color model

#9679AB color CMYK value is (12,29,0,33).

  • cyan value is 12.28%
  • magenta value is 29.24%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (12,29,0,33) C12M29Y0K33 (12%,29%,0%,33%) (0.12/0.29/0.00/0.33) 

CMYK percentages

%12.28
%29.24
%0
%32.94

Codes

Color #9679AB in popluar color models

96 79 AB
RGB 150 121 171
HSL 275° 22.94% 57.25%
HSB/HSV 275° 29.24% 67.06%
CMYK 12.28% 29.24% 0.00%
32.94%

Color #9679AB in popluar number systems.

HEX 96 79 AB
Decimal 150 121 171
Binary 10010110 1111001 10101011
Octal 226 171 253

Shades and tints

Shades of #9679AB

#9679AB
(150,121,171)
#896E9C
(137,110,156)
#7C638D
(124,99,141)
#6F587E
(111,88,126)
#624D6F
(98,77,111)
#554260
(85,66,96)
#483751
(72,55,81)
#3B2C42
(59,44,66)
#2E2133
(46,33,51)
#211624
(33,22,36)
#140B15
(20,11,21)
#000000
(0,0,0)

Tints of #9679AB

#9679AB
(150,121,171)
#9F85B2
(159,133,178)
#A891B9
(168,145,185)
#B19DC0
(177,157,192)
#BAA9C7
(186,169,199)
#C3B5CE
(195,181,206)
#CCC1D5
(204,193,213)
#D5CDDC
(213,205,220)
#DED9E3
(222,217,227)
#E7E5EA
(231,229,234)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9679AB color. Also use rgb(150,121,171) instead hex code.

Text Font Color

.myTextColor { color: #9679AB; }

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

This text font color is #9679AB.

Background Color

.myBgColor { background-color: #9679AB; }

<div style="background-color:#9679AB">Inner text</div>

This div background color is #9679AB.

Border color

.myBorderColor { border: 1px solid #9679AB; }

<div style="border:3px solid #9679AB">Div</div>

This div border color is #9679AB.

Opacity

.myOpacity80 { color: #9679AB; opacity: 0.8; }

<p style="color:#9679AB;opacity:0.8;">80%</p>

Text with #9679AB 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 #9679AB;}

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

This text has shadow with #9679AB color.


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

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

This text has shadow with #9679AB primary color and red secondary color.


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

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

This text has shadow with #9679AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9679AB.

Preview

Color preview on black background

This text has color #9679AB on black background.


Color preview on white background

This text has color #9679AB on white background.


Black color preview on #9679AB background

This text has black color on #9679AB background.


White color preview on #9679AB background

This text has white color on #9679AB background.


Related colors

Complementary color

Complementary color for #hex is #698654.


I love getcolorcode.com

Triadic colors

1 #AB9679 and #79AB96 with #9679AB are triadic colors.

2 #AB7996 and #7996AB with #9679AB are triadic colors.