COLOR #87AFB7

HEX: #87AFB7 RGB: (135,175,183)

Color info

#87AFB7 contains red, green and blue colors in about the same proportion. Web safe color of #87AFB7 is #9999CC (or #99C).

RGB color model

#87AFB7 color RGB value is (135,175,183).

RGB: (135,175,183) (53%, 69%, 72%)

RGB channels and saturation

R 135 of 255 = 53%
G 175 of 255 = 69%
B 183 of 255 = 72%

135
175
183

R + G + B ~ 65%. #87AFB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 175 + 183 = 493 (100%)
R 135 of 493 ~ 27.38%
G 175 of 493 ~ 35.5%
B 183 of 493 ~ 37.12'%

%27.38
%35.5
%37.12

CMYK color model

#87AFB7 color CMYK value is (26,4,0,28).

  • cyan value is 26.23%
  • magenta value is 4.37%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK: (26,4,0,28) C26M4Y0K28 (26%,4%,0%,28%) (0.26/0.04/0.00/0.28) 

CMYK percentages

%26.23
%4.37
%0
%28.24

Codes

Color #87AFB7 in popluar color models

87 AF B7
RGB 135 175 183
HSL 190° 25.00% 62.35%
HSB/HSV 190° 26.23% 71.76%
CMYK 26.23% 4.37% 0.00%
28.24%

Color #87AFB7 in popluar number systems.

HEX 87 AF B7
Decimal 135 175 183
Binary 10000111 10101111 10110111
Octal 207 257 267

Shades and tints

Shades of #87AFB7

#87AFB7
(135,175,183)
#7BA0A7
(123,160,167)
#6F9197
(111,145,151)
#638287
(99,130,135)
#577377
(87,115,119)
#4B6467
(75,100,103)
#3F5557
(63,85,87)
#334647
(51,70,71)
#273737
(39,55,55)
#1B2827
(27,40,39)
#0F1917
(15,25,23)
#000000
(0,0,0)

Tints of #87AFB7

#87AFB7
(135,175,183)
#91B6BD
(145,182,189)
#9BBDC3
(155,189,195)
#A5C4C9
(165,196,201)
#AFCBCF
(175,203,207)
#B9D2D5
(185,210,213)
#C3D9DB
(195,217,219)
#CDE0E1
(205,224,225)
#D7E7E7
(215,231,231)
#E1EEED
(225,238,237)
#EBF5F3
(235,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87AFB7 color. Also use rgb(135,175,183) instead hex code.

Text Font Color

.myTextColor { color: #87AFB7; }

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

This text font color is #87AFB7.

Background Color

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

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

This div background color is #87AFB7.

Border color

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

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

This div border color is #87AFB7.

Opacity

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

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

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

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

This text has shadow with #87AFB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87AFB7.

Preview

Color preview on black background

This text has color #87AFB7 on black background.


Color preview on white background

This text has color #87AFB7 on white background.


Black color preview on #87AFB7 background

This text has black color on #87AFB7 background.


White color preview on #87AFB7 background

This text has white color on #87AFB7 background.


Related colors

Complementary color

Complementary color for #hex is #785048.


I love getcolorcode.com

Triadic colors

1 #B787AF and #AFB787 with #87AFB7 are triadic colors.

2 #B7AF87 and #AF87B7 with #87AFB7 are triadic colors.