COLOR #87969C

HEX: #87969C RGB: (135,150,156)

Color info

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

RGB color model

#87969C color RGB value is (135,150,156).

RGB: (135,150,156) (53%, 59%, 61%)

RGB channels and saturation

R 135 of 255 = 53%
G 150 of 255 = 59%
B 156 of 255 = 61%

135
150
156

R + G + B ~ 58%. #87969C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 150 + 156 = 441 (100%)
R 135 of 441 ~ 30.61%
G 150 of 441 ~ 34.01%
B 156 of 441 ~ 35.37'%

%30.61
%34.01
%35.37

CMYK color model

#87969C color CMYK value is (13,4,0,39).

  • cyan value is 13.46%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (13,4,0,39)
C13M4Y0K39 (13%, 4%, 0%, 39%)
(0.13 / 0.04 / 0.00 / 0.39)

CMYK percentages

%13.46
%3.85
%0
%38.82

Codes

Color #87969C in popluar color models

87 96 9C
RGB 135 150 156
HSL 197° 9.59% 57.06%
HSB/HSV 197° 13.46% 61.18%
CMYK 13.46% 3.85% 0.00%
38.82%

Color #87969C in popluar number systems.

HEX 87 96 9C
Decimal 135 150 156
Binary 10000111 10010110 10011100
Octal 207 226 234

Shades and tints

Shades of #87969C

#87969C
(135,150,156)
#7B898E
(123,137,142)
#6F7C80
(111,124,128)
#636F72
(99,111,114)
#576264
(87,98,100)
#4B5556
(75,85,86)
#3F4848
(63,72,72)
#333B3A
(51,59,58)
#272E2C
(39,46,44)
#1B211E
(27,33,30)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #87969C

#87969C
(135,150,156)
#919FA5
(145,159,165)
#9BA8AE
(155,168,174)
#A5B1B7
(165,177,183)
#AFBAC0
(175,186,192)
#B9C3C9
(185,195,201)
#C3CCD2
(195,204,210)
#CDD5DB
(205,213,219)
#D7DEE4
(215,222,228)
#E1E7ED
(225,231,237)
#EBF0F6
(235,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87969C color. Also use rgb(135,150,156) instead hex code.

Text Font Color

.myTextColor { color: #87969C; }

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

This text font color is #87969C.

Background Color

.myBgColor { background-color: #87969C; }

<div style="background-color:#87969C">Inner text</div>

This div background color is #87969C.

Border color

.myBorderColor { border: 1px solid #87969C; }

<div style="border:3px solid #87969C">Div</div>

This div border color is #87969C.

Opacity

.myOpacity80 { color: #87969C; opacity: 0.8; }

<p style="color:#87969C;opacity:0.8;">80%</p>

Text with #87969C 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 #87969C;}

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

This text has shadow with #87969C color.


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

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

This text has shadow with #87969C primary color and red secondary color.


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

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

This text has shadow with #87969C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #87969C.

Preview

Color preview on black background

This text has color #87969C on black background.


Color preview on white background

This text has color #87969C on white background.


Black color preview on #87969C background

This text has black color on #87969C background.


White color preview on #87969C background

This text has white color on #87969C background.


Related colors

Complementary color

Complementary color for #hex is #786963.


I love getcolorcode.com

Triadic colors

1 #9C8796 and #969C87 with #87969C are triadic colors.

2 #9C9687 and #96879C with #87969C are triadic colors.