COLOR #87ACAD

HEX: #87ACAD
RGB: (135,172,173)

Color info

#87ACAD contains red, green and blue colors in about the same proportion. Web safe color of #87ACAD is #999999 (or #999).

RGB color model

#87ACAD color RGB value is (135,172,173).

  • red value is 135;
  • green value is 172;
  • blue value is 173.
RGB:
(135,172,173)
(53%,67%,68%)

RGB channels and saturation

R 135 of 255 = 53%
G 172 of 255 = 67%
B 173 of 255 = 68%

135
172
173

R + G + B ~ 63%. #87ACAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 172 + 173 = 480 (100%)
R 135 of 480 ~ 28.13%
G 172 of 480 ~ 35.83%
B 173 of 480 ~ 36.04%

%28.13
%35.83
%36.04

CMYK color model

#87ACAD color CMYK value is (22,1,0,32).

  • cyan value is 21.97%
  • magenta value is 0.58%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(22,1,0,32)
C22M1Y0K32 
(22%,1%,0%,32%)
(0.22/0.01/0.00/0.32)	

CMYK percentages

%21.97
%0.58
%0
%32.16

Codes

Color #87ACAD in popluar color models

87ACAD
RGB135172173
HSL182°18.81%60.39%
HSB/HSV182°21.97%67.84%
CMYK21.97%0.58%0.00%
32.16%

Color #87ACAD in popluar number systems.

HEX87ACAD
Decimal135172173
Binary100001111010110010101101
Octal207254255

Shades and tints

Shades of #87ACAD

#87ACAD
(135,172,173)
#7B9D9E
(123,157,158)
#6F8E8F
(111,142,143)
#637F80
(99,127,128)
#577071
(87,112,113)
#4B6162
(75,97,98)
#3F5253
(63,82,83)
#334344
(51,67,68)
#273435
(39,52,53)
#1B2526
(27,37,38)
#0F1617
(15,22,23)
#000000
(0,0,0)

Tints of #87ACAD

#87ACAD
(135,172,173)
#91B3B4
(145,179,180)
#9BBABB
(155,186,187)
#A5C1C2
(165,193,194)
#AFC8C9
(175,200,201)
#B9CFD0
(185,207,208)
#C3D6D7
(195,214,215)
#CDDDDE
(205,221,222)
#D7E4E5
(215,228,229)
#E1EBEC
(225,235,236)
#EBF2F3
(235,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87ACAD color. Also use rgb(135,172,173) instead hex code.

Text Font Color

.myTextColor { color: #87ACAD; }

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

This text font color is #87ACAD.


Background Color

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

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

This div background color is #87ACAD.


Border color

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

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

This div border color is #87ACAD.


Opacity

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

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

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

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

This text has shadow with #87ACAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87ACAD on black background.


Color preview on white background

This text has color #87ACAD on white background.



Black color preview on #87ACAD background

This text has black color on #87ACAD background.


White color preview on #87ACAD background

This text has white color on #87ACAD background.