COLOR #87BAA3

HEX: #87BAA3
RGB: (135,186,163)

Color info

#87BAA3 contains red, green and blue colors in about the same proportion. Web safe color of #87BAA3 is #99CC99 (or #9C9).

RGB color model

#87BAA3 color RGB value is (135,186,163).

  • red value is 135;
  • green value is 186;
  • blue value is 163.
RGB:
(135,186,163)
(53%,73%,64%)

RGB channels and saturation

R 135 of 255 = 53%
G 186 of 255 = 73%
B 163 of 255 = 64%

135
186
163

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

Portions of RGB colors in percentages

R + G + B =
135 + 186 + 163 = 484 (100%)
R 135 of 484 ~ 27.89%
G 186 of 484 ~ 38.43%
B 163 of 484 ~ 33.68%

%27.89
%38.43
%33.68

CMYK color model

#87BAA3 color CMYK value is (27,0,12,27).

  • cyan value is 27.42%
  • magenta value is 0.00%
  • yellow value is 12.37%
  • key color value is 27.06%
CMYK:
(27,0,12,27)
C27M0Y12K27 
(27%,0%,12%,27%)
(0.27/0.00/0.12/0.27)	

CMYK percentages

%27.42
%0
%12.37
%27.06

Codes

Color #87BAA3 in popluar color models

87BAA3
RGB135186163
HSL153°26.98%62.94%
HSB/HSV153°27.42%72.94%
CMYK27.42%0.00%12.37%
27.06%

Color #87BAA3 in popluar number systems.

HEX87BAA3
Decimal135186163
Binary100001111011101010100011
Octal207272243

Shades and tints

Shades of #87BAA3

#87BAA3
(135,186,163)
#7BAA95
(123,170,149)
#6F9A87
(111,154,135)
#638A79
(99,138,121)
#577A6B
(87,122,107)
#4B6A5D
(75,106,93)
#3F5A4F
(63,90,79)
#334A41
(51,74,65)
#273A33
(39,58,51)
#1B2A25
(27,42,37)
#0F1A17
(15,26,23)
#000000
(0,0,0)

Tints of #87BAA3

#87BAA3
(135,186,163)
#91C0AB
(145,192,171)
#9BC6B3
(155,198,179)
#A5CCBB
(165,204,187)
#AFD2C3
(175,210,195)
#B9D8CB
(185,216,203)
#C3DED3
(195,222,211)
#CDE4DB
(205,228,219)
#D7EAE3
(215,234,227)
#E1F0EB
(225,240,235)
#EBF6F3
(235,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87BAA3 color. Also use rgb(135,186,163) instead hex code.

Text Font Color

.myTextColor { color: #87BAA3; }

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

This text font color is #87BAA3.


Background Color

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

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

This div background color is #87BAA3.


Border color

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

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

This div border color is #87BAA3.


Opacity

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

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

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

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

This text has shadow with #87BAA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87BAA3 on black background.


Color preview on white background

This text has color #87BAA3 on white background.



Black color preview on #87BAA3 background

This text has black color on #87BAA3 background.


White color preview on #87BAA3 background

This text has white color on #87BAA3 background.