COLOR #87A2BF

HEX: #87A2BF RGB: (135,162,191)

Color info

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

RGB color model

#87A2BF color RGB value is (135,162,191).

RGB: (135,162,191) (53%, 64%, 75%)

RGB channels and saturation

R 135 of 255 = 53%
G 162 of 255 = 64%
B 191 of 255 = 75%

135
162
191

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

Portions of RGB colors in percentages

R + G + B = 135 + 162 + 191 = 488 (100%)
R 135 of 488 ~ 27.66%
G 162 of 488 ~ 33.2%
B 191 of 488 ~ 39.14'%

%27.66
%33.2
%39.14

CMYK color model

#87A2BF color CMYK value is (29,15,0,25).

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

CMYK: (29,15,0,25)
C29M15Y0K25 (29%, 15%, 0%, 25%)
(0.29 / 0.15 / 0.00 / 0.25)

CMYK percentages

%29.32
%15.18
%0
%25.1

Codes

Color #87A2BF in popluar color models

87 A2 BF
RGB 135 162 191
HSL 211° 30.43% 63.92%
HSB/HSV 211° 29.32% 74.90%
CMYK 29.32% 15.18% 0.00%
25.10%

Color #87A2BF in popluar number systems.

HEX 87 A2 BF
Decimal 135 162 191
Binary 10000111 10100010 10111111
Octal 207 242 277

Shades and tints

Shades of #87A2BF

#87A2BF
(135,162,191)
#7B94AE
(123,148,174)
#6F869D
(111,134,157)
#63788C
(99,120,140)
#576A7B
(87,106,123)
#4B5C6A
(75,92,106)
#3F4E59
(63,78,89)
#334048
(51,64,72)
#273237
(39,50,55)
#1B2426
(27,36,38)
#0F1615
(15,22,21)
#000000
(0,0,0)

Tints of #87A2BF

#87A2BF
(135,162,191)
#91AAC4
(145,170,196)
#9BB2C9
(155,178,201)
#A5BACE
(165,186,206)
#AFC2D3
(175,194,211)
#B9CAD8
(185,202,216)
#C3D2DD
(195,210,221)
#CDDAE2
(205,218,226)
#D7E2E7
(215,226,231)
#E1EAEC
(225,234,236)
#EBF2F1
(235,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A2BF; }

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

This text font color is #87A2BF.

Background Color

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

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

This div background color is #87A2BF.

Border color

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

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

This div border color is #87A2BF.

Opacity

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

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

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

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

This text has shadow with #87A2BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87A2BF.

Preview

Color preview on black background

This text has color #87A2BF on black background.


Color preview on white background

This text has color #87A2BF on white background.


Black color preview on #87A2BF background

This text has black color on #87A2BF background.


White color preview on #87A2BF background

This text has white color on #87A2BF background.


Related colors

Complementary color

Complementary color for #hex is #785D40.


I love getcolorcode.com

Triadic colors

1 #BF87A2 and #A2BF87 with #87A2BF are triadic colors.

2 #BFA287 and #A287BF with #87A2BF are triadic colors.