COLOR #87A7BF

HEX: #87A7BF RGB: (135,167,191)

Color info

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

RGB color model

#87A7BF color RGB value is (135,167,191).

RGB: (135,167,191) (53%, 65%, 75%)

RGB channels and saturation

R 135 of 255 = 53%
G 167 of 255 = 65%
B 191 of 255 = 75%

135
167
191

R + G + B ~ 64%. #87A7BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 167 + 191 = 493 (100%)
R 135 of 493 ~ 27.38%
G 167 of 493 ~ 33.87%
B 191 of 493 ~ 38.74'%

%27.38
%33.87
%38.74

CMYK color model

#87A7BF color CMYK value is (29,13,0,25).

  • cyan value is 29.32%
  • magenta value is 12.57%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (29,13,0,25)
C29M13Y0K25 (29%, 13%, 0%, 25%)
(0.29 / 0.13 / 0.00 / 0.25)

CMYK percentages

%29.32
%12.57
%0
%25.1

Codes

Color #87A7BF in popluar color models

87 A7 BF
RGB 135 167 191
HSL 206° 30.43% 63.92%
HSB/HSV 206° 29.32% 74.90%
CMYK 29.32% 12.57% 0.00%
25.10%

Color #87A7BF in popluar number systems.

HEX 87 A7 BF
Decimal 135 167 191
Binary 10000111 10100111 10111111
Octal 207 247 277

Shades and tints

Shades of #87A7BF

#87A7BF
(135,167,191)
#7B98AE
(123,152,174)
#6F899D
(111,137,157)
#637A8C
(99,122,140)
#576B7B
(87,107,123)
#4B5C6A
(75,92,106)
#3F4D59
(63,77,89)
#333E48
(51,62,72)
#272F37
(39,47,55)
#1B2026
(27,32,38)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #87A7BF

#87A7BF
(135,167,191)
#91AFC4
(145,175,196)
#9BB7C9
(155,183,201)
#A5BFCE
(165,191,206)
#AFC7D3
(175,199,211)
#B9CFD8
(185,207,216)
#C3D7DD
(195,215,221)
#CDDFE2
(205,223,226)
#D7E7E7
(215,231,231)
#E1EFEC
(225,239,236)
#EBF7F1
(235,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A7BF color. Also use rgb(135,167,191) instead hex code.

Text Font Color

.myTextColor { color: #87A7BF; }

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

This text font color is #87A7BF.

Background Color

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

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

This div background color is #87A7BF.

Border color

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

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

This div border color is #87A7BF.

Opacity

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

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

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

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

This text has shadow with #87A7BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87A7BF.

Preview

Color preview on black background

This text has color #87A7BF on black background.


Color preview on white background

This text has color #87A7BF on white background.


Black color preview on #87A7BF background

This text has black color on #87A7BF background.


White color preview on #87A7BF background

This text has white color on #87A7BF background.


Related colors

Complementary color

Complementary color for #hex is #785840.


I love getcolorcode.com

Triadic colors

1 #BF87A7 and #A7BF87 with #87A7BF are triadic colors.

2 #BFA787 and #A787BF with #87A7BF are triadic colors.