COLOR #9687AF

HEX: #9687AF RGB: (150,135,175)

Color info

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

RGB color model

#9687AF color RGB value is (150,135,175).

RGB: (150,135,175) (59%, 53%, 69%)

RGB channels and saturation

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

150
135
175

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

Portions of RGB colors in percentages

R + G + B = 150 + 135 + 175 = 460 (100%)
R 150 of 460 ~ 32.61%
G 135 of 460 ~ 29.35%
B 175 of 460 ~ 38.04'%

%32.61
%29.35
%38.04

CMYK color model

#9687AF color CMYK value is (14,23,0,31).

  • cyan value is 14.29%
  • magenta value is 22.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (14,23,0,31) C14M23Y0K31 (14%,23%,0%,31%) (0.14/0.23/0.00/0.31) 

CMYK percentages

%14.29
%22.86
%0
%31.37

Codes

Color #9687AF in popluar color models

96 87 AF
RGB 150 135 175
HSL 263° 20.00% 60.78%
HSB/HSV 263° 22.86% 68.63%
CMYK 14.29% 22.86% 0.00%
31.37%

Color #9687AF in popluar number systems.

HEX 96 87 AF
Decimal 150 135 175
Binary 10010110 10000111 10101111
Octal 226 207 257

Shades and tints

Shades of #9687AF

#9687AF
(150,135,175)
#897BA0
(137,123,160)
#7C6F91
(124,111,145)
#6F6382
(111,99,130)
#625773
(98,87,115)
#554B64
(85,75,100)
#483F55
(72,63,85)
#3B3346
(59,51,70)
#2E2737
(46,39,55)
#211B28
(33,27,40)
#140F19
(20,15,25)
#000000
(0,0,0)

Tints of #9687AF

#9687AF
(150,135,175)
#9F91B6
(159,145,182)
#A89BBD
(168,155,189)
#B1A5C4
(177,165,196)
#BAAFCB
(186,175,203)
#C3B9D2
(195,185,210)
#CCC3D9
(204,195,217)
#D5CDE0
(213,205,224)
#DED7E7
(222,215,231)
#E7E1EE
(231,225,238)
#F0EBF5
(240,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9687AF; }

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

This text font color is #9687AF.

Background Color

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

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

This div background color is #9687AF.

Border color

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

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

This div border color is #9687AF.

Opacity

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

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

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

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

This text has shadow with #9687AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9687AF.

Preview

Color preview on black background

This text has color #9687AF on black background.


Color preview on white background

This text has color #9687AF on white background.


Black color preview on #9687AF background

This text has black color on #9687AF background.


White color preview on #9687AF background

This text has white color on #9687AF background.


Related colors

Complementary color

Complementary color for #hex is #697850.


I love getcolorcode.com

Triadic colors

1 #AF9687 and #87AF96 with #9687AF are triadic colors.

2 #AF8796 and #8796AF with #9687AF are triadic colors.