COLOR #9686B0

HEX: #9686B0 RGB: (150,134,176)

Color info

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

RGB color model

#9686B0 color RGB value is (150,134,176).

RGB: (150,134,176) (59%, 53%, 69%)

RGB channels and saturation

R 150 of 255 = 59%
G 134 of 255 = 53%
B 176 of 255 = 69%

150
134
176

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

Portions of RGB colors in percentages

R + G + B = 150 + 134 + 176 = 460 (100%)
R 150 of 460 ~ 32.61%
G 134 of 460 ~ 29.13%
B 176 of 460 ~ 38.26'%

%32.61
%29.13
%38.26

CMYK color model

#9686B0 color CMYK value is (15,24,0,31).

  • cyan value is 14.77%
  • magenta value is 23.86%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK: (15,24,0,31) C15M24Y0K31 (15%,24%,0%,31%) (0.15/0.24/0.00/0.31) 

CMYK percentages

%14.77
%23.86
%0
%30.98

Codes

Color #9686B0 in popluar color models

96 86 B0
RGB 150 134 176
HSL 263° 21.00% 60.78%
HSB/HSV 263° 23.86% 69.02%
CMYK 14.77% 23.86% 0.00%
30.98%

Color #9686B0 in popluar number systems.

HEX 96 86 B0
Decimal 150 134 176
Binary 10010110 10000110 10110000
Octal 226 206 260

Shades and tints

Shades of #9686B0

#9686B0
(150,134,176)
#897AA0
(137,122,160)
#7C6E90
(124,110,144)
#6F6280
(111,98,128)
#625670
(98,86,112)
#554A60
(85,74,96)
#483E50
(72,62,80)
#3B3240
(59,50,64)
#2E2630
(46,38,48)
#211A20
(33,26,32)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #9686B0

#9686B0
(150,134,176)
#9F91B7
(159,145,183)
#A89CBE
(168,156,190)
#B1A7C5
(177,167,197)
#BAB2CC
(186,178,204)
#C3BDD3
(195,189,211)
#CCC8DA
(204,200,218)
#D5D3E1
(213,211,225)
#DEDEE8
(222,222,232)
#E7E9EF
(231,233,239)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9686B0; }

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

This text font color is #9686B0.

Background Color

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

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

This div background color is #9686B0.

Border color

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

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

This div border color is #9686B0.

Opacity

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

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

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

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

This text has shadow with #9686B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9686B0.

Preview

Color preview on black background

This text has color #9686B0 on black background.


Color preview on white background

This text has color #9686B0 on white background.


Black color preview on #9686B0 background

This text has black color on #9686B0 background.


White color preview on #9686B0 background

This text has white color on #9686B0 background.


Related colors

Complementary color

Complementary color for #hex is #69794F.


I love getcolorcode.com

Triadic colors

1 #B09686 and #86B096 with #9686B0 are triadic colors.

2 #B08696 and #8696B0 with #9686B0 are triadic colors.