COLOR #87A4BD

HEX: #87A4BD
RGB: (135,164,189)

Color info

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

RGB color model

#87A4BD color RGB value is (135,164,189).

  • red value is 135;
  • green value is 164;
  • blue value is 189.
RGB:
(135,164,189)
(53%,64%,74%)

RGB channels and saturation

R 135 of 255 = 53%
G 164 of 255 = 64%
B 189 of 255 = 74%

135
164
189

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

Portions of RGB colors in percentages

R + G + B =
135 + 164 + 189 = 488 (100%)
R 135 of 488 ~ 27.66%
G 164 of 488 ~ 33.61%
B 189 of 488 ~ 38.73%

%27.66
%33.61
%38.73

CMYK color model

#87A4BD color CMYK value is (29,13,0,26).

  • cyan value is 28.57%
  • magenta value is 13.23%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(29,13,0,26)
C29M13Y0K26 
(29%,13%,0%,26%)
(0.29/0.13/0.00/0.26)	

CMYK percentages

%28.57
%13.23
%0
%25.88

Codes

Color #87A4BD in popluar color models

87A4BD
RGB135164189
HSL208°29.03%63.53%
HSB/HSV208°28.57%74.12%
CMYK28.57%13.23%0.00%
25.88%

Color #87A4BD in popluar number systems.

HEX87A4BD
Decimal135164189
Binary100001111010010010111101
Octal207244275

Shades and tints

Shades of #87A4BD

#87A4BD
(135,164,189)
#7B96AC
(123,150,172)
#6F889B
(111,136,155)
#637A8A
(99,122,138)
#576C79
(87,108,121)
#4B5E68
(75,94,104)
#3F5057
(63,80,87)
#334246
(51,66,70)
#273435
(39,52,53)
#1B2624
(27,38,36)
#0F1813
(15,24,19)
#000000
(0,0,0)

Tints of #87A4BD

#87A4BD
(135,164,189)
#91ACC3
(145,172,195)
#9BB4C9
(155,180,201)
#A5BCCF
(165,188,207)
#AFC4D5
(175,196,213)
#B9CCDB
(185,204,219)
#C3D4E1
(195,212,225)
#CDDCE7
(205,220,231)
#D7E4ED
(215,228,237)
#E1ECF3
(225,236,243)
#EBF4F9
(235,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A4BD color. Also use rgb(135,164,189) instead hex code.

Text Font Color

.myTextColor { color: #87A4BD; }

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

This text font color is #87A4BD.


Background Color

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

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

This div background color is #87A4BD.


Border color

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

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

This div border color is #87A4BD.


Opacity

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

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

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

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

This text has shadow with #87A4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A4BD on black background.


Color preview on white background

This text has color #87A4BD on white background.



Black color preview on #87A4BD background

This text has black color on #87A4BD background.


White color preview on #87A4BD background

This text has white color on #87A4BD background.