COLOR #9686BD

HEX: #9686BD RGB: (150,134,189)

Color info

#9686BD contains red, green and blue colors in about the same proportion. Web safe color of #9686BD is #9999CC (or #99C).

RGB color model

#9686BD color RGB value is (150,134,189).

RGB: (150,134,189) (59%, 53%, 74%)

RGB channels and saturation

R 150 of 255 = 59%
G 134 of 255 = 53%
B 189 of 255 = 74%

150
134
189

R + G + B ~ 62%. #9686BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 134 + 189 = 473 (100%)
R 150 of 473 ~ 31.71%
G 134 of 473 ~ 28.33%
B 189 of 473 ~ 39.96'%

%31.71
%28.33
%39.96

CMYK color model

#9686BD color CMYK value is (21,29,0,26).

  • cyan value is 20.63%
  • magenta value is 29.10%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (21,29,0,26) C21M29Y0K26 (21%,29%,0%,26%) (0.21/0.29/0.00/0.26) 

CMYK percentages

%20.63
%29.1
%0
%25.88

Codes

Color #9686BD in popluar color models

96 86 BD
RGB 150 134 189
HSL 257° 29.41% 63.33%
HSB/HSV 257° 29.10% 74.12%
CMYK 20.63% 29.10% 0.00%
25.88%

Color #9686BD in popluar number systems.

HEX 96 86 BD
Decimal 150 134 189
Binary 10010110 10000110 10111101
Octal 226 206 275

Shades and tints

Shades of #9686BD

#9686BD
(150,134,189)
#897AAC
(137,122,172)
#7C6E9B
(124,110,155)
#6F628A
(111,98,138)
#625679
(98,86,121)
#554A68
(85,74,104)
#483E57
(72,62,87)
#3B3246
(59,50,70)
#2E2635
(46,38,53)
#211A24
(33,26,36)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #9686BD

#9686BD
(150,134,189)
#9F91C3
(159,145,195)
#A89CC9
(168,156,201)
#B1A7CF
(177,167,207)
#BAB2D5
(186,178,213)
#C3BDDB
(195,189,219)
#CCC8E1
(204,200,225)
#D5D3E7
(213,211,231)
#DEDEED
(222,222,237)
#E7E9F3
(231,233,243)
#F0F4F9
(240,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9686BD; }

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

This text font color is #9686BD.

Background Color

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

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

This div background color is #9686BD.

Border color

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

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

This div border color is #9686BD.

Opacity

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

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

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

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

This text has shadow with #9686BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9686BD.

Preview

Color preview on black background

This text has color #9686BD on black background.


Color preview on white background

This text has color #9686BD on white background.


Black color preview on #9686BD background

This text has black color on #9686BD background.


White color preview on #9686BD background

This text has white color on #9686BD background.


Related colors

Complementary color

Complementary color for #hex is #697942.


I love getcolorcode.com

Triadic colors

1 #BD9686 and #86BD96 with #9686BD are triadic colors.

2 #BD8696 and #8696BD with #9686BD are triadic colors.