COLOR #9687A9

HEX: #9687A9
RGB: (150,135,169)

Color info

#9687A9 contains red, green and blue colors in about the same proportion. Web safe color of #9687A9 is #999999 (or #999).

RGB color model

#9687A9 color RGB value is (150,135,169).

  • red value is 150;
  • green value is 135;
  • blue value is 169.
RGB:
(150,135,169)
(59%,53%,66%)

RGB channels and saturation

R 150 of 255 = 59%
G 135 of 255 = 53%
B 169 of 255 = 66%

150
135
169

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

Portions of RGB colors in percentages

R + G + B =
150 + 135 + 169 = 454 (100%)
R 150 of 454 ~ 33.04%
G 135 of 454 ~ 29.74%
B 169 of 454 ~ 37.22%

%33.04
%29.74
%37.22

CMYK color model

#9687A9 color CMYK value is (11,20,0,34).

  • cyan value is 11.24%
  • magenta value is 20.12%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(11,20,0,34)
C11M20Y0K34 
(11%,20%,0%,34%)
(0.11/0.20/0.00/0.34)	

CMYK percentages

%11.24
%20.12
%0
%33.73

Codes

Color #9687A9 in popluar color models

9687A9
RGB150135169
HSL266°16.50%59.61%
HSB/HSV266°20.12%66.27%
CMYK11.24%20.12%0.00%
33.73%

Color #9687A9 in popluar number systems.

HEX9687A9
Decimal150135169
Binary100101101000011110101001
Octal226207251

Shades and tints

Shades of #9687A9

#9687A9
(150,135,169)
#897B9A
(137,123,154)
#7C6F8B
(124,111,139)
#6F637C
(111,99,124)
#62576D
(98,87,109)
#554B5E
(85,75,94)
#483F4F
(72,63,79)
#3B3340
(59,51,64)
#2E2731
(46,39,49)
#211B22
(33,27,34)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #9687A9

#9687A9
(150,135,169)
#9F91B0
(159,145,176)
#A89BB7
(168,155,183)
#B1A5BE
(177,165,190)
#BAAFC5
(186,175,197)
#C3B9CC
(195,185,204)
#CCC3D3
(204,195,211)
#D5CDDA
(213,205,218)
#DED7E1
(222,215,225)
#E7E1E8
(231,225,232)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9687A9 color. Also use rgb(150,135,169) instead hex code.

Text Font Color

.myTextColor { color: #9687A9; }

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

This text font color is #9687A9.


Background Color

.myBgColor { background-color: #9687A9; }

<div style="background-color:#9687A9">Inner text</div>

This div background color is #9687A9.


Border color

.myBorderColor { border: 1px solid #9687A9; }

<div style="border:3px solid #9687A9">Div</div>

This div border color is #9687A9.


Opacity

.myOpacity80 { color: #9687A9; opacity: 0.8; }

<p style="color:#9687A9;opacity:0.8;">80%</p>

Text with #9687A9 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 #9687A9;}

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

This text has shadow with #9687A9 color.

.textShadow {text-shadow: 3px 3px 1px #9687A9, 3px 3px 1px red;}

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

This text has shadow with #9687A9 primary color and red secondary color.


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

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

This text has shadow with #9687A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9687A9 on black background.


Color preview on white background

This text has color #9687A9 on white background.



Black color preview on #9687A9 background

This text has black color on #9687A9 background.


White color preview on #9687A9 background

This text has white color on #9687A9 background.