COLOR #9687B0

HEX: #9687B0
RGB: (150,135,176)

Color info

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

RGB color model

#9687B0 color RGB value is (150,135,176).

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

RGB channels and saturation

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

150
135
176

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

Portions of RGB colors in percentages

R + G + B =
150 + 135 + 176 = 461 (100%)
R 150 of 461 ~ 32.54%
G 135 of 461 ~ 29.28%
B 176 of 461 ~ 38.18%

%32.54
%29.28
%38.18

CMYK color model

#9687B0 color CMYK value is (15,23,0,31).

  • cyan value is 14.77%
  • magenta value is 23.30%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(15,23,0,31)
C15M23Y0K31 
(15%,23%,0%,31%)
(0.15/0.23/0.00/0.31)	

CMYK percentages

%14.77
%23.3
%0
%30.98

Codes

Color #9687B0 in popluar color models

9687B0
RGB150135176
HSL262°20.60%60.98%
HSB/HSV262°23.30%69.02%
CMYK14.77%23.30%0.00%
30.98%

Color #9687B0 in popluar number systems.

HEX9687B0
Decimal150135176
Binary100101101000011110110000
Octal226207260

Shades and tints

Shades of #9687B0

#9687B0
(150,135,176)
#897BA0
(137,123,160)
#7C6F90
(124,111,144)
#6F6380
(111,99,128)
#625770
(98,87,112)
#554B60
(85,75,96)
#483F50
(72,63,80)
#3B3340
(59,51,64)
#2E2730
(46,39,48)
#211B20
(33,27,32)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #9687B0

#9687B0
(150,135,176)
#9F91B7
(159,145,183)
#A89BBE
(168,155,190)
#B1A5C5
(177,165,197)
#BAAFCC
(186,175,204)
#C3B9D3
(195,185,211)
#CCC3DA
(204,195,218)
#D5CDE1
(213,205,225)
#DED7E8
(222,215,232)
#E7E1EF
(231,225,239)
#F0EBF6
(240,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9687B0; }

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

This text font color is #9687B0.


Background Color

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

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

This div background color is #9687B0.


Border color

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

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

This div border color is #9687B0.


Opacity

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

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

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

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

This text has shadow with #9687B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9687B0 on black background.


Color preview on white background

This text has color #9687B0 on white background.



Black color preview on #9687B0 background

This text has black color on #9687B0 background.


White color preview on #9687B0 background

This text has white color on #9687B0 background.