COLOR #87CFB7

HEX: #87CFB7
RGB: (135,207,183)

Color info

#87CFB7 contains mainly green and blue colors. Web safe color of #87CFB7 is #99CCCC (or #9CC).

RGB color model

#87CFB7 color RGB value is (135,207,183).

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

RGB channels and saturation

R 135 of 255 = 53%
G 207 of 255 = 81%
B 183 of 255 = 72%

135
207
183

R + G + B ~ 69%. #87CFB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 207 + 183 = 525 (100%)
R 135 of 525 ~ 25.71%
G 207 of 525 ~ 39.43%
B 183 of 525 ~ 34.86%

%25.71
%39.43
%34.86

CMYK color model

#87CFB7 color CMYK value is (35,0,12,19).

  • cyan value is 34.78%
  • magenta value is 0.00%
  • yellow value is 11.59%
  • key color value is 18.82%
CMYK:
(35,0,12,19)
C35M0Y12K19 
(35%,0%,12%,19%)
(0.35/0.00/0.12/0.19)	

CMYK percentages

%34.78
%0
%11.59
%18.82

Codes

Color #87CFB7 in popluar color models

87CFB7
RGB135207183
HSL160°42.86%67.06%
HSB/HSV160°34.78%81.18%
CMYK34.78%0.00%11.59%
18.82%

Color #87CFB7 in popluar number systems.

HEX87CFB7
Decimal135207183
Binary100001111100111110110111
Octal207317267

Shades and tints

Shades of #87CFB7

#87CFB7
(135,207,183)
#7BBDA7
(123,189,167)
#6FAB97
(111,171,151)
#639987
(99,153,135)
#578777
(87,135,119)
#4B7567
(75,117,103)
#3F6357
(63,99,87)
#335147
(51,81,71)
#273F37
(39,63,55)
#1B2D27
(27,45,39)
#0F1B17
(15,27,23)
#000000
(0,0,0)

Tints of #87CFB7

#87CFB7
(135,207,183)
#91D3BD
(145,211,189)
#9BD7C3
(155,215,195)
#A5DBC9
(165,219,201)
#AFDFCF
(175,223,207)
#B9E3D5
(185,227,213)
#C3E7DB
(195,231,219)
#CDEBE1
(205,235,225)
#D7EFE7
(215,239,231)
#E1F3ED
(225,243,237)
#EBF7F3
(235,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87CFB7; }

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

This text font color is #87CFB7.


Background Color

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

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

This div background color is #87CFB7.


Border color

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

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

This div border color is #87CFB7.


Opacity

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

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

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

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

This text has shadow with #87CFB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87CFB7 on black background.


Color preview on white background

This text has color #87CFB7 on white background.



Black color preview on #87CFB7 background

This text has black color on #87CFB7 background.


White color preview on #87CFB7 background

This text has white color on #87CFB7 background.