COLOR #87ABBE

HEX: #87ABBE RGB: (135,171,190)

Color info

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

RGB color model

#87ABBE color RGB value is (135,171,190).

RGB: (135,171,190) (53%, 67%, 75%)

RGB channels and saturation

R 135 of 255 = 53%
G 171 of 255 = 67%
B 190 of 255 = 75%

135
171
190

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

Portions of RGB colors in percentages

R + G + B = 135 + 171 + 190 = 496 (100%)
R 135 of 496 ~ 27.22%
G 171 of 496 ~ 34.48%
B 190 of 496 ~ 38.31'%

%27.22
%34.48
%38.31

CMYK color model

#87ABBE color CMYK value is (29,10,0,25).

  • cyan value is 28.95%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (29,10,0,25) C29M10Y0K25 (29%,10%,0%,25%) (0.29/0.10/0.00/0.25) 

CMYK percentages

%28.95
%10
%0
%25.49

Codes

Color #87ABBE in popluar color models

87 AB BE
RGB 135 171 190
HSL 201° 29.73% 63.73%
HSB/HSV 201° 28.95% 74.51%
CMYK 28.95% 10.00% 0.00%
25.49%

Color #87ABBE in popluar number systems.

HEX 87 AB BE
Decimal 135 171 190
Binary 10000111 10101011 10111110
Octal 207 253 276

Shades and tints

Shades of #87ABBE

#87ABBE
(135,171,190)
#7B9CAD
(123,156,173)
#6F8D9C
(111,141,156)
#637E8B
(99,126,139)
#576F7A
(87,111,122)
#4B6069
(75,96,105)
#3F5158
(63,81,88)
#334247
(51,66,71)
#273336
(39,51,54)
#1B2425
(27,36,37)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #87ABBE

#87ABBE
(135,171,190)
#91B2C3
(145,178,195)
#9BB9C8
(155,185,200)
#A5C0CD
(165,192,205)
#AFC7D2
(175,199,210)
#B9CED7
(185,206,215)
#C3D5DC
(195,213,220)
#CDDCE1
(205,220,225)
#D7E3E6
(215,227,230)
#E1EAEB
(225,234,235)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87ABBE color. Also use rgb(135,171,190) instead hex code.

Text Font Color

.myTextColor { color: #87ABBE; }

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

This text font color is #87ABBE.

Background Color

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

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

This div background color is #87ABBE.

Border color

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

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

This div border color is #87ABBE.

Opacity

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

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

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

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

This text has shadow with #87ABBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87ABBE.

Preview

Color preview on black background

This text has color #87ABBE on black background.


Color preview on white background

This text has color #87ABBE on white background.


Black color preview on #87ABBE background

This text has black color on #87ABBE background.


White color preview on #87ABBE background

This text has white color on #87ABBE background.


Related colors

Complementary color

Complementary color for #hex is #785441.


I love getcolorcode.com

Triadic colors

1 #BE87AB and #ABBE87 with #87ABBE are triadic colors.

2 #BEAB87 and #AB87BE with #87ABBE are triadic colors.