COLOR #87C2B7

HEX: #87C2B7
RGB: (135,194,183)

Color info

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

RGB color model

#87C2B7 color RGB value is (135,194,183).

  • red value is 135;
  • green value is 194;
  • blue value is 183.
RGB:
(135,194,183)
(53%,76%,72%)

RGB channels and saturation

R 135 of 255 = 53%
G 194 of 255 = 76%
B 183 of 255 = 72%

135
194
183

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

Portions of RGB colors in percentages

R + G + B =
135 + 194 + 183 = 512 (100%)
R 135 of 512 ~ 26.37%
G 194 of 512 ~ 37.89%
B 183 of 512 ~ 35.74%

%26.37
%37.89
%35.74

CMYK color model

#87C2B7 color CMYK value is (30,0,6,24).

  • cyan value is 30.41%
  • magenta value is 0.00%
  • yellow value is 5.67%
  • key color value is 23.92%
CMYK:
(30,0,6,24)
C30M0Y6K24 
(30%,0%,6%,24%)
(0.30/0.00/0.06/0.24)	

CMYK percentages

%30.41
%0
%5.67
%23.92

Codes

Color #87C2B7 in popluar color models

87C2B7
RGB135194183
HSL169°32.60%64.51%
HSB/HSV169°30.41%76.08%
CMYK30.41%0.00%5.67%
23.92%

Color #87C2B7 in popluar number systems.

HEX87C2B7
Decimal135194183
Binary100001111100001010110111
Octal207302267

Shades and tints

Shades of #87C2B7

#87C2B7
(135,194,183)
#7BB1A7
(123,177,167)
#6FA097
(111,160,151)
#638F87
(99,143,135)
#577E77
(87,126,119)
#4B6D67
(75,109,103)
#3F5C57
(63,92,87)
#334B47
(51,75,71)
#273A37
(39,58,55)
#1B2927
(27,41,39)
#0F1817
(15,24,23)
#000000
(0,0,0)

Tints of #87C2B7

#87C2B7
(135,194,183)
#91C7BD
(145,199,189)
#9BCCC3
(155,204,195)
#A5D1C9
(165,209,201)
#AFD6CF
(175,214,207)
#B9DBD5
(185,219,213)
#C3E0DB
(195,224,219)
#CDE5E1
(205,229,225)
#D7EAE7
(215,234,231)
#E1EFED
(225,239,237)
#EBF4F3
(235,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87C2B7 color. Also use rgb(135,194,183) instead hex code.

Text Font Color

.myTextColor { color: #87C2B7; }

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

This text font color is #87C2B7.


Background Color

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

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

This div background color is #87C2B7.


Border color

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

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

This div border color is #87C2B7.


Opacity

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

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

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

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

This text has shadow with #87C2B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87C2B7 on black background.


Color preview on white background

This text has color #87C2B7 on white background.



Black color preview on #87C2B7 background

This text has black color on #87C2B7 background.


White color preview on #87C2B7 background

This text has white color on #87C2B7 background.