COLOR #87C6B3

HEX: #87C6B3
RGB: (135,198,179)

Color info

#87C6B3 contains mainly green and blue colors. Web safe color of #87C6B3 is #99CC99 (or #9C9).

RGB color model

#87C6B3 color RGB value is (135,198,179).

  • red value is 135;
  • green value is 198;
  • blue value is 179.
RGB:
(135,198,179)
(53%,78%,70%)

RGB channels and saturation

R 135 of 255 = 53%
G 198 of 255 = 78%
B 179 of 255 = 70%

135
198
179

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

Portions of RGB colors in percentages

R + G + B =
135 + 198 + 179 = 512 (100%)
R 135 of 512 ~ 26.37%
G 198 of 512 ~ 38.67%
B 179 of 512 ~ 34.96%

%26.37
%38.67
%34.96

CMYK color model

#87C6B3 color CMYK value is (32,0,10,22).

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 9.60%
  • key color value is 22.35%
CMYK:
(32,0,10,22)
C32M0Y10K22 
(32%,0%,10%,22%)
(0.32/0.00/0.10/0.22)	

CMYK percentages

%31.82
%0
%9.6
%22.35

Codes

Color #87C6B3 in popluar color models

87C6B3
RGB135198179
HSL162°35.59%65.29%
HSB/HSV162°31.82%77.65%
CMYK31.82%0.00%9.60%
22.35%

Color #87C6B3 in popluar number systems.

HEX87C6B3
Decimal135198179
Binary100001111100011010110011
Octal207306263

Shades and tints

Shades of #87C6B3

#87C6B3
(135,198,179)
#7BB4A3
(123,180,163)
#6FA293
(111,162,147)
#639083
(99,144,131)
#577E73
(87,126,115)
#4B6C63
(75,108,99)
#3F5A53
(63,90,83)
#334843
(51,72,67)
#273633
(39,54,51)
#1B2423
(27,36,35)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #87C6B3

#87C6B3
(135,198,179)
#91CBB9
(145,203,185)
#9BD0BF
(155,208,191)
#A5D5C5
(165,213,197)
#AFDACB
(175,218,203)
#B9DFD1
(185,223,209)
#C3E4D7
(195,228,215)
#CDE9DD
(205,233,221)
#D7EEE3
(215,238,227)
#E1F3E9
(225,243,233)
#EBF8EF
(235,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87C6B3 color. Also use rgb(135,198,179) instead hex code.

Text Font Color

.myTextColor { color: #87C6B3; }

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

This text font color is #87C6B3.


Background Color

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

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

This div background color is #87C6B3.


Border color

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

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

This div border color is #87C6B3.


Opacity

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

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

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

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

This text has shadow with #87C6B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87C6B3 on black background.


Color preview on white background

This text has color #87C6B3 on white background.



Black color preview on #87C6B3 background

This text has black color on #87C6B3 background.


White color preview on #87C6B3 background

This text has white color on #87C6B3 background.