COLOR #87A198

HEX: #87A198 RGB: (135,161,152)

Color info

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

RGB color model

#87A198 color RGB value is (135,161,152).

RGB: (135,161,152) (53%, 63%, 60%)

RGB channels and saturation

R 135 of 255 = 53%
G 161 of 255 = 63%
B 152 of 255 = 60%

135
161
152

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

Portions of RGB colors in percentages

R + G + B = 135 + 161 + 152 = 448 (100%)
R 135 of 448 ~ 30.13%
G 161 of 448 ~ 35.94%
B 152 of 448 ~ 33.93'%

%30.13
%35.94
%33.93

CMYK color model

#87A198 color CMYK value is (16,0,6,37).

  • cyan value is 16.15%
  • magenta value is 0.00%
  • yellow value is 5.59%
  • key color value is 36.86%
CMYK: (16,0,6,37) C16M0Y6K37 (16%,0%,6%,37%) (0.16/0.00/0.06/0.37) 

CMYK percentages

%16.15
%0
%5.59
%36.86

Codes

Color #87A198 in popluar color models

87 A1 98
RGB 135 161 152
HSL 159° 12.15% 58.04%
HSB/HSV 159° 16.15% 63.14%
CMYK 16.15% 0.00% 5.59%
36.86%

Color #87A198 in popluar number systems.

HEX 87 A1 98
Decimal 135 161 152
Binary 10000111 10100001 10011000
Octal 207 241 230

Shades and tints

Shades of #87A198

#87A198
(135,161,152)
#7B938B
(123,147,139)
#6F857E
(111,133,126)
#637771
(99,119,113)
#576964
(87,105,100)
#4B5B57
(75,91,87)
#3F4D4A
(63,77,74)
#333F3D
(51,63,61)
#273130
(39,49,48)
#1B2323
(27,35,35)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #87A198

#87A198
(135,161,152)
#91A9A1
(145,169,161)
#9BB1AA
(155,177,170)
#A5B9B3
(165,185,179)
#AFC1BC
(175,193,188)
#B9C9C5
(185,201,197)
#C3D1CE
(195,209,206)
#CDD9D7
(205,217,215)
#D7E1E0
(215,225,224)
#E1E9E9
(225,233,233)
#EBF1F2
(235,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A198 color. Also use rgb(135,161,152) instead hex code.

Text Font Color

.myTextColor { color: #87A198; }

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

This text font color is #87A198.

Background Color

.myBgColor { background-color: #87A198; }

<div style="background-color:#87A198">Inner text</div>

This div background color is #87A198.

Border color

.myBorderColor { border: 1px solid #87A198; }

<div style="border:3px solid #87A198">Div</div>

This div border color is #87A198.

Opacity

.myOpacity80 { color: #87A198; opacity: 0.8; }

<p style="color:#87A198;opacity:0.8;">80%</p>

Text with #87A198 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 #87A198;}

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

This text has shadow with #87A198 color.


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

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

This text has shadow with #87A198 primary color and red secondary color.


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

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

This text has shadow with #87A198 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #87A198.

Preview

Color preview on black background

This text has color #87A198 on black background.


Color preview on white background

This text has color #87A198 on white background.


Black color preview on #87A198 background

This text has black color on #87A198 background.


White color preview on #87A198 background

This text has white color on #87A198 background.


Related colors

Complementary color

Complementary color for #hex is #785E67.


I love getcolorcode.com

Triadic colors

1 #9887A1 and #A19887 with #87A198 are triadic colors.

2 #98A187 and #A18798 with #87A198 are triadic colors.