COLOR #9787A6

HEX: #9787A6 RGB: (151,135,166)

Color info

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

RGB color model

#9787A6 color RGB value is (151,135,166).

RGB: (151,135,166) (59%, 53%, 65%)

RGB channels and saturation

R 151 of 255 = 59%
G 135 of 255 = 53%
B 166 of 255 = 65%

151
135
166

R + G + B ~ 59%. #9787A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 151 + 135 + 166 = 452 (100%)
R 151 of 452 ~ 33.41%
G 135 of 452 ~ 29.87%
B 166 of 452 ~ 36.73'%

%33.41
%29.87
%36.73

CMYK color model

#9787A6 color CMYK value is (9,19,0,35).

  • cyan value is 9.04%
  • magenta value is 18.67%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK: (9,19,0,35) C9M19Y0K35 (9%,19%,0%,35%) (0.09/0.19/0.00/0.35) 

CMYK percentages

%9.04
%18.67
%0
%34.9

Codes

Color #9787A6 in popluar color models

97 87 A6
RGB 151 135 166
HSL 271° 14.83% 59.02%
HSB/HSV 271° 18.67% 65.10%
CMYK 9.04% 18.67% 0.00%
34.90%

Color #9787A6 in popluar number systems.

HEX 97 87 A6
Decimal 151 135 166
Binary 10010111 10000111 10100110
Octal 227 207 246

Shades and tints

Shades of #9787A6

#9787A6
(151,135,166)
#8A7B97
(138,123,151)
#7D6F88
(125,111,136)
#706379
(112,99,121)
#63576A
(99,87,106)
#564B5B
(86,75,91)
#493F4C
(73,63,76)
#3C333D
(60,51,61)
#2F272E
(47,39,46)
#221B1F
(34,27,31)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #9787A6

#9787A6
(151,135,166)
#A091AE
(160,145,174)
#A99BB6
(169,155,182)
#B2A5BE
(178,165,190)
#BBAFC6
(187,175,198)
#C4B9CE
(196,185,206)
#CDC3D6
(205,195,214)
#D6CDDE
(214,205,222)
#DFD7E6
(223,215,230)
#E8E1EE
(232,225,238)
#F1EBF6
(241,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9787A6 color. Also use rgb(151,135,166) instead hex code.

Text Font Color

.myTextColor { color: #9787A6; }

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

This text font color is #9787A6.

Background Color

.myBgColor { background-color: #9787A6; }

<div style="background-color:#9787A6">Inner text</div>

This div background color is #9787A6.

Border color

.myBorderColor { border: 1px solid #9787A6; }

<div style="border:3px solid #9787A6">Div</div>

This div border color is #9787A6.

Opacity

.myOpacity80 { color: #9787A6; opacity: 0.8; }

<p style="color:#9787A6;opacity:0.8;">80%</p>

Text with #9787A6 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 #9787A6;}

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

This text has shadow with #9787A6 color.


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

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

This text has shadow with #9787A6 primary color and red secondary color.


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

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

This text has shadow with #9787A6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9787A6.

Preview

Color preview on black background

This text has color #9787A6 on black background.


Color preview on white background

This text has color #9787A6 on white background.


Black color preview on #9787A6 background

This text has black color on #9787A6 background.


White color preview on #9787A6 background

This text has white color on #9787A6 background.


Related colors

Complementary color

Complementary color for #hex is #687859.


I love getcolorcode.com

Triadic colors

1 #A69787 and #87A697 with #9787A6 are triadic colors.

2 #A68797 and #8797A6 with #9787A6 are triadic colors.