COLOR #87ABC3

HEX: #87ABC3
RGB: (135,171,195)

Color info

#87ABC3 contains mainly green and blue colors. Web safe color of #87ABC3 is #9999CC (or #99C).

RGB color model

#87ABC3 color RGB value is (135,171,195).

  • red value is 135;
  • green value is 171;
  • blue value is 195.
RGB:
(135,171,195)
(53%,67%,76%)

RGB channels and saturation

R 135 of 255 = 53%
G 171 of 255 = 67%
B 195 of 255 = 76%

135
171
195

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

Portions of RGB colors in percentages

R + G + B =
135 + 171 + 195 = 501 (100%)
R 135 of 501 ~ 26.95%
G 171 of 501 ~ 34.13%
B 195 of 501 ~ 38.92%

%26.95
%34.13
%38.92

CMYK color model

#87ABC3 color CMYK value is (31,12,0,24).

  • cyan value is 30.77%
  • magenta value is 12.31%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(31,12,0,24)
C31M12Y0K24 
(31%,12%,0%,24%)
(0.31/0.12/0.00/0.24)	

CMYK percentages

%30.77
%12.31
%0
%23.53

Codes

Color #87ABC3 in popluar color models

87ABC3
RGB135171195
HSL204°33.33%64.71%
HSB/HSV204°30.77%76.47%
CMYK30.77%12.31%0.00%
23.53%

Color #87ABC3 in popluar number systems.

HEX87ABC3
Decimal135171195
Binary100001111010101111000011
Octal207253303

Shades and tints

Shades of #87ABC3

#87ABC3
(135,171,195)
#7B9CB2
(123,156,178)
#6F8DA1
(111,141,161)
#637E90
(99,126,144)
#576F7F
(87,111,127)
#4B606E
(75,96,110)
#3F515D
(63,81,93)
#33424C
(51,66,76)
#27333B
(39,51,59)
#1B242A
(27,36,42)
#0F1519
(15,21,25)
#000000
(0,0,0)

Tints of #87ABC3

#87ABC3
(135,171,195)
#91B2C8
(145,178,200)
#9BB9CD
(155,185,205)
#A5C0D2
(165,192,210)
#AFC7D7
(175,199,215)
#B9CEDC
(185,206,220)
#C3D5E1
(195,213,225)
#CDDCE6
(205,220,230)
#D7E3EB
(215,227,235)
#E1EAF0
(225,234,240)
#EBF1F5
(235,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87ABC3; }

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

This text font color is #87ABC3.


Background Color

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

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

This div background color is #87ABC3.


Border color

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

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

This div border color is #87ABC3.


Opacity

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

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

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

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

This text has shadow with #87ABC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87ABC3 on black background.


Color preview on white background

This text has color #87ABC3 on white background.



Black color preview on #87ABC3 background

This text has black color on #87ABC3 background.


White color preview on #87ABC3 background

This text has white color on #87ABC3 background.