COLOR #9680AF

HEX: #9680AF RGB: (150,128,175)

Color info

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

RGB color model

#9680AF color RGB value is (150,128,175).

RGB: (150,128,175) (59%, 50%, 69%)

RGB channels and saturation

R 150 of 255 = 59%
G 128 of 255 = 50%
B 175 of 255 = 69%

150
128
175

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

Portions of RGB colors in percentages

R + G + B = 150 + 128 + 175 = 453 (100%)
R 150 of 453 ~ 33.11%
G 128 of 453 ~ 28.26%
B 175 of 453 ~ 38.63'%

%33.11
%28.26
%38.63

CMYK color model

#9680AF color CMYK value is (14,27,0,31).

  • cyan value is 14.29%
  • magenta value is 26.86%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (14,27,0,31)
C14M27Y0K31 (14%, 27%, 0%, 31%)
(0.14 / 0.27 / 0.00 / 0.31)

CMYK percentages

%14.29
%26.86
%0
%31.37

Codes

Color #9680AF in popluar color models

96 80 AF
RGB 150 128 175
HSL 268° 22.71% 59.41%
HSB/HSV 268° 26.86% 68.63%
CMYK 14.29% 26.86% 0.00%
31.37%

Color #9680AF in popluar number systems.

HEX 96 80 AF
Decimal 150 128 175
Binary 10010110 10000000 10101111
Octal 226 200 257

Shades and tints

Shades of #9680AF

#9680AF
(150,128,175)
#8975A0
(137,117,160)
#7C6A91
(124,106,145)
#6F5F82
(111,95,130)
#625473
(98,84,115)
#554964
(85,73,100)
#483E55
(72,62,85)
#3B3346
(59,51,70)
#2E2837
(46,40,55)
#211D28
(33,29,40)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #9680AF

#9680AF
(150,128,175)
#9F8BB6
(159,139,182)
#A896BD
(168,150,189)
#B1A1C4
(177,161,196)
#BAACCB
(186,172,203)
#C3B7D2
(195,183,210)
#CCC2D9
(204,194,217)
#D5CDE0
(213,205,224)
#DED8E7
(222,216,231)
#E7E3EE
(231,227,238)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9680AF color. Also use rgb(150,128,175) instead hex code.

Text Font Color

.myTextColor { color: #9680AF; }

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

This text font color is #9680AF.

Background Color

.myBgColor { background-color: #9680AF; }

<div style="background-color:#9680AF">Inner text</div>

This div background color is #9680AF.

Border color

.myBorderColor { border: 1px solid #9680AF; }

<div style="border:3px solid #9680AF">Div</div>

This div border color is #9680AF.

Opacity

.myOpacity80 { color: #9680AF; opacity: 0.8; }

<p style="color:#9680AF;opacity:0.8;">80%</p>

Text with #9680AF 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 #9680AF;}

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

This text has shadow with #9680AF color.


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

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

This text has shadow with #9680AF primary color and red secondary color.


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

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

This text has shadow with #9680AF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9680AF.

Preview

Color preview on black background

This text has color #9680AF on black background.


Color preview on white background

This text has color #9680AF on white background.


Black color preview on #9680AF background

This text has black color on #9680AF background.


White color preview on #9680AF background

This text has white color on #9680AF background.


Related colors

Complementary color

Complementary color for #hex is #697F50.


I love getcolorcode.com

Triadic colors

1 #AF9680 and #80AF96 with #9680AF are triadic colors.

2 #AF8096 and #8096AF with #9680AF are triadic colors.