COLOR #87ACCB

HEX: #87ACCB
RGB: (135,172,203)

Color info

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

RGB color model

#87ACCB color RGB value is (135,172,203).

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

RGB channels and saturation

R 135 of 255 = 53%
G 172 of 255 = 67%
B 203 of 255 = 80%

135
172
203

R + G + B ~ 67%. #87ACCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 172 + 203 = 510 (100%)
R 135 of 510 ~ 26.47%
G 172 of 510 ~ 33.73%
B 203 of 510 ~ 39.8%

%26.47
%33.73
%39.8

CMYK color model

#87ACCB color CMYK value is (33,15,0,20).

  • cyan value is 33.50%
  • magenta value is 15.27%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(33,15,0,20)
C33M15Y0K20 
(33%,15%,0%,20%)
(0.33/0.15/0.00/0.20)	

CMYK percentages

%33.5
%15.27
%0
%20.39

Codes

Color #87ACCB in popluar color models

87ACCB
RGB135172203
HSL207°39.53%66.27%
HSB/HSV207°33.50%79.61%
CMYK33.50%15.27%0.00%
20.39%

Color #87ACCB in popluar number systems.

HEX87ACCB
Decimal135172203
Binary100001111010110011001011
Octal207254313

Shades and tints

Shades of #87ACCB

#87ACCB
(135,172,203)
#7B9DB9
(123,157,185)
#6F8EA7
(111,142,167)
#637F95
(99,127,149)
#577083
(87,112,131)
#4B6171
(75,97,113)
#3F525F
(63,82,95)
#33434D
(51,67,77)
#27343B
(39,52,59)
#1B2529
(27,37,41)
#0F1617
(15,22,23)
#000000
(0,0,0)

Tints of #87ACCB

#87ACCB
(135,172,203)
#91B3CF
(145,179,207)
#9BBAD3
(155,186,211)
#A5C1D7
(165,193,215)
#AFC8DB
(175,200,219)
#B9CFDF
(185,207,223)
#C3D6E3
(195,214,227)
#CDDDE7
(205,221,231)
#D7E4EB
(215,228,235)
#E1EBEF
(225,235,239)
#EBF2F3
(235,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87ACCB; }

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

This text font color is #87ACCB.


Background Color

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

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

This div background color is #87ACCB.


Border color

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

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

This div border color is #87ACCB.


Opacity

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

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

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

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

This text has shadow with #87ACCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87ACCB on black background.


Color preview on white background

This text has color #87ACCB on white background.



Black color preview on #87ACCB background

This text has black color on #87ACCB background.


White color preview on #87ACCB background

This text has white color on #87ACCB background.