COLOR #87A0C4

HEX: #87A0C4
RGB: (135,160,196)

Color info

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

RGB color model

#87A0C4 color RGB value is (135,160,196).

  • red value is 135;
  • green value is 160;
  • blue value is 196.
RGB:
(135,160,196)
(53%,63%,77%)

RGB channels and saturation

R 135 of 255 = 53%
G 160 of 255 = 63%
B 196 of 255 = 77%

135
160
196

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

Portions of RGB colors in percentages

R + G + B =
135 + 160 + 196 = 491 (100%)
R 135 of 491 ~ 27.49%
G 160 of 491 ~ 32.59%
B 196 of 491 ~ 39.92%

%27.49
%32.59
%39.92

CMYK color model

#87A0C4 color CMYK value is (31,18,0,23).

  • cyan value is 31.12%
  • magenta value is 18.37%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(31,18,0,23)
C31M18Y0K23 
(31%,18%,0%,23%)
(0.31/0.18/0.00/0.23)	

CMYK percentages

%31.12
%18.37
%0
%23.14

Codes

Color #87A0C4 in popluar color models

87A0C4
RGB135160196
HSL215°34.08%64.90%
HSB/HSV215°31.12%76.86%
CMYK31.12%18.37%0.00%
23.14%

Color #87A0C4 in popluar number systems.

HEX87A0C4
Decimal135160196
Binary100001111010000011000100
Octal207240304

Shades and tints

Shades of #87A0C4

#87A0C4
(135,160,196)
#7B92B3
(123,146,179)
#6F84A2
(111,132,162)
#637691
(99,118,145)
#576880
(87,104,128)
#4B5A6F
(75,90,111)
#3F4C5E
(63,76,94)
#333E4D
(51,62,77)
#27303C
(39,48,60)
#1B222B
(27,34,43)
#0F141A
(15,20,26)
#000000
(0,0,0)

Tints of #87A0C4

#87A0C4
(135,160,196)
#91A8C9
(145,168,201)
#9BB0CE
(155,176,206)
#A5B8D3
(165,184,211)
#AFC0D8
(175,192,216)
#B9C8DD
(185,200,221)
#C3D0E2
(195,208,226)
#CDD8E7
(205,216,231)
#D7E0EC
(215,224,236)
#E1E8F1
(225,232,241)
#EBF0F6
(235,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A0C4 color. Also use rgb(135,160,196) instead hex code.

Text Font Color

.myTextColor { color: #87A0C4; }

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

This text font color is #87A0C4.


Background Color

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

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

This div background color is #87A0C4.


Border color

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

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

This div border color is #87A0C4.


Opacity

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

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

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

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

This text has shadow with #87A0C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A0C4 on black background.


Color preview on white background

This text has color #87A0C4 on white background.



Black color preview on #87A0C4 background

This text has black color on #87A0C4 background.


White color preview on #87A0C4 background

This text has white color on #87A0C4 background.