COLOR #9687BB

HEX: #9687BB RGB: (150,135,187)

Color info

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

RGB color model

#9687BB color RGB value is (150,135,187).

RGB: (150,135,187) (59%, 53%, 73%)

RGB channels and saturation

R 150 of 255 = 59%
G 135 of 255 = 53%
B 187 of 255 = 73%

150
135
187

R + G + B ~ 62%. #9687BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 135 + 187 = 472 (100%)
R 150 of 472 ~ 31.78%
G 135 of 472 ~ 28.6%
B 187 of 472 ~ 39.62'%

%31.78
%28.6
%39.62

CMYK color model

#9687BB color CMYK value is (20,28,0,27).

  • cyan value is 19.79%
  • magenta value is 27.81%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (20,28,0,27)
C20M28Y0K27 (20%, 28%, 0%, 27%)
(0.20 / 0.28 / 0.00 / 0.27)

CMYK percentages

%19.79
%27.81
%0
%26.67

Codes

Color #9687BB in popluar color models

96 87 BB
RGB 150 135 187
HSL 257° 27.66% 63.14%
HSB/HSV 257° 27.81% 73.33%
CMYK 19.79% 27.81% 0.00%
26.67%

Color #9687BB in popluar number systems.

HEX 96 87 BB
Decimal 150 135 187
Binary 10010110 10000111 10111011
Octal 226 207 273

Shades and tints

Shades of #9687BB

#9687BB
(150,135,187)
#897BAA
(137,123,170)
#7C6F99
(124,111,153)
#6F6388
(111,99,136)
#625777
(98,87,119)
#554B66
(85,75,102)
#483F55
(72,63,85)
#3B3344
(59,51,68)
#2E2733
(46,39,51)
#211B22
(33,27,34)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #9687BB

#9687BB
(150,135,187)
#9F91C1
(159,145,193)
#A89BC7
(168,155,199)
#B1A5CD
(177,165,205)
#BAAFD3
(186,175,211)
#C3B9D9
(195,185,217)
#CCC3DF
(204,195,223)
#D5CDE5
(213,205,229)
#DED7EB
(222,215,235)
#E7E1F1
(231,225,241)
#F0EBF7
(240,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9687BB; }

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

This text font color is #9687BB.

Background Color

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

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

This div background color is #9687BB.

Border color

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

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

This div border color is #9687BB.

Opacity

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

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

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

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

This text has shadow with #9687BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9687BB.

Preview

Color preview on black background

This text has color #9687BB on black background.


Color preview on white background

This text has color #9687BB on white background.


Black color preview on #9687BB background

This text has black color on #9687BB background.


White color preview on #9687BB background

This text has white color on #9687BB background.


Related colors

Complementary color

Complementary color for #hex is #697844.


I love getcolorcode.com

Triadic colors

1 #BB9687 and #87BB96 with #9687BB are triadic colors.

2 #BB8796 and #8796BB with #9687BB are triadic colors.