COLOR #9787AB

HEX: #9787AB
RGB: (151,135,171)

Color info

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

RGB color model

#9787AB color RGB value is (151,135,171).

  • red value is 151;
  • green value is 135;
  • blue value is 171.
RGB:
(151,135,171)
(59%,53%,67%)

RGB channels and saturation

R 151 of 255 = 59%
G 135 of 255 = 53%
B 171 of 255 = 67%

151
135
171

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

Portions of RGB colors in percentages

R + G + B =
151 + 135 + 171 = 457 (100%)
R 151 of 457 ~ 33.04%
G 135 of 457 ~ 29.54%
B 171 of 457 ~ 37.42%

%33.04
%29.54
%37.42

CMYK color model

#9787AB color CMYK value is (12,21,0,33).

  • cyan value is 11.70%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(12,21,0,33)
C12M21Y0K33 
(12%,21%,0%,33%)
(0.12/0.21/0.00/0.33)	

CMYK percentages

%11.7
%21.05
%0
%32.94

Codes

Color #9787AB in popluar color models

9787AB
RGB151135171
HSL267°17.65%60.00%
HSB/HSV267°21.05%67.06%
CMYK11.70%21.05%0.00%
32.94%

Color #9787AB in popluar number systems.

HEX9787AB
Decimal151135171
Binary100101111000011110101011
Octal227207253

Shades and tints

Shades of #9787AB

#9787AB
(151,135,171)
#8A7B9C
(138,123,156)
#7D6F8D
(125,111,141)
#70637E
(112,99,126)
#63576F
(99,87,111)
#564B60
(86,75,96)
#493F51
(73,63,81)
#3C3342
(60,51,66)
#2F2733
(47,39,51)
#221B24
(34,27,36)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #9787AB

#9787AB
(151,135,171)
#A091B2
(160,145,178)
#A99BB9
(169,155,185)
#B2A5C0
(178,165,192)
#BBAFC7
(187,175,199)
#C4B9CE
(196,185,206)
#CDC3D5
(205,195,213)
#D6CDDC
(214,205,220)
#DFD7E3
(223,215,227)
#E8E1EA
(232,225,234)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9787AB; }

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

This text font color is #9787AB.


Background Color

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

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

This div background color is #9787AB.


Border color

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

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

This div border color is #9787AB.


Opacity

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

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

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

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

This text has shadow with #9787AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9787AB on black background.


Color preview on white background

This text has color #9787AB on white background.



Black color preview on #9787AB background

This text has black color on #9787AB background.


White color preview on #9787AB background

This text has white color on #9787AB background.