COLOR #9686A8

HEX: #9686A8
RGB: (150,134,168)

Color info

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

RGB color model

#9686A8 color RGB value is (150,134,168).

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

RGB channels and saturation

R 150 of 255 = 59%
G 134 of 255 = 53%
B 168 of 255 = 66%

150
134
168

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

Portions of RGB colors in percentages

R + G + B =
150 + 134 + 168 = 452 (100%)
R 150 of 452 ~ 33.19%
G 134 of 452 ~ 29.65%
B 168 of 452 ~ 37.17%

%33.19
%29.65
%37.17

CMYK color model

#9686A8 color CMYK value is (11,20,0,34).

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

CMYK percentages

%10.71
%20.24
%0
%34.12

Codes

Color #9686A8 in popluar color models

9686A8
RGB150134168
HSL268°16.35%59.22%
HSB/HSV268°20.24%65.88%
CMYK10.71%20.24%0.00%
34.12%

Color #9686A8 in popluar number systems.

HEX9686A8
Decimal150134168
Binary100101101000011010101000
Octal226206250

Shades and tints

Shades of #9686A8

#9686A8
(150,134,168)
#897A99
(137,122,153)
#7C6E8A
(124,110,138)
#6F627B
(111,98,123)
#62566C
(98,86,108)
#554A5D
(85,74,93)
#483E4E
(72,62,78)
#3B323F
(59,50,63)
#2E2630
(46,38,48)
#211A21
(33,26,33)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #9686A8

#9686A8
(150,134,168)
#9F91AF
(159,145,175)
#A89CB6
(168,156,182)
#B1A7BD
(177,167,189)
#BAB2C4
(186,178,196)
#C3BDCB
(195,189,203)
#CCC8D2
(204,200,210)
#D5D3D9
(213,211,217)
#DEDEE0
(222,222,224)
#E7E9E7
(231,233,231)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9686A8 color. Also use rgb(150,134,168) instead hex code.

Text Font Color

.myTextColor { color: #9686A8; }

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

This text font color is #9686A8.


Background Color

.myBgColor { background-color: #9686A8; }

<div style="background-color:#9686A8">Inner text</div>

This div background color is #9686A8.


Border color

.myBorderColor { border: 1px solid #9686A8; }

<div style="border:3px solid #9686A8">Div</div>

This div border color is #9686A8.


Opacity

.myOpacity80 { color: #9686A8; opacity: 0.8; }

<p style="color:#9686A8;opacity:0.8;">80%</p>

Text with #9686A8 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 #9686A8;}

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

This text has shadow with #9686A8 color.

.textShadow {text-shadow: 3px 3px 1px #9686A8, 3px 3px 1px red;}

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

This text has shadow with #9686A8 primary color and red secondary color.


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

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

This text has shadow with #9686A8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9686A8 on black background.


Color preview on white background

This text has color #9686A8 on white background.



Black color preview on #9686A8 background

This text has black color on #9686A8 background.


White color preview on #9686A8 background

This text has white color on #9686A8 background.