COLOR #9680AC

HEX: #9680AC
RGB: (150,128,172)

Color info

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

RGB color model

#9680AC color RGB value is (150,128,172).

  • red value is 150;
  • green value is 128;
  • blue value is 172.
RGB:
(150,128,172)
(59%,50%,67%)

RGB channels and saturation

R 150 of 255 = 59%
G 128 of 255 = 50%
B 172 of 255 = 67%

150
128
172

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

Portions of RGB colors in percentages

R + G + B =
150 + 128 + 172 = 450 (100%)
R 150 of 450 ~ 33.33%
G 128 of 450 ~ 28.44%
B 172 of 450 ~ 38.22%

%33.33
%28.44
%38.22

CMYK color model

#9680AC color CMYK value is (13,26,0,33).

  • cyan value is 12.79%
  • magenta value is 25.58%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(13,26,0,33)
C13M26Y0K33 
(13%,26%,0%,33%)
(0.13/0.26/0.00/0.33)	

CMYK percentages

%12.79
%25.58
%0
%32.55

Codes

Color #9680AC in popluar color models

9680AC
RGB150128172
HSL270°20.95%58.82%
HSB/HSV270°25.58%67.45%
CMYK12.79%25.58%0.00%
32.55%

Color #9680AC in popluar number systems.

HEX9680AC
Decimal150128172
Binary100101101000000010101100
Octal226200254

Shades and tints

Shades of #9680AC

#9680AC
(150,128,172)
#89759D
(137,117,157)
#7C6A8E
(124,106,142)
#6F5F7F
(111,95,127)
#625470
(98,84,112)
#554961
(85,73,97)
#483E52
(72,62,82)
#3B3343
(59,51,67)
#2E2834
(46,40,52)
#211D25
(33,29,37)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #9680AC

#9680AC
(150,128,172)
#9F8BB3
(159,139,179)
#A896BA
(168,150,186)
#B1A1C1
(177,161,193)
#BAACC8
(186,172,200)
#C3B7CF
(195,183,207)
#CCC2D6
(204,194,214)
#D5CDDD
(213,205,221)
#DED8E4
(222,216,228)
#E7E3EB
(231,227,235)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9680AC; }

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

This text font color is #9680AC.


Background Color

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

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

This div background color is #9680AC.


Border color

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

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

This div border color is #9680AC.


Opacity

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

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

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

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

This text has shadow with #9680AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9680AC on black background.


Color preview on white background

This text has color #9680AC on white background.



Black color preview on #9680AC background

This text has black color on #9680AC background.


White color preview on #9680AC background

This text has white color on #9680AC background.