COLOR #87C3B7

HEX: #87C3B7 RGB: (135,195,183)

Color info

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

RGB color model

#87C3B7 color RGB value is (135,195,183).

RGB: (135,195,183) (53%, 76%, 72%)

RGB channels and saturation

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

135
195
183

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

Portions of RGB colors in percentages

R + G + B = 135 + 195 + 183 = 513 (100%)
R 135 of 513 ~ 26.32%
G 195 of 513 ~ 38.01%
B 183 of 513 ~ 35.67'%

%26.32
%38.01
%35.67

CMYK color model

#87C3B7 color CMYK value is (31,0,6,24).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 6.15%
  • key color value is 23.53%

CMYK: (31,0,6,24)
C31M0Y6K24 (31%, 0%, 6%, 24%)
(0.31 / 0.00 / 0.06 / 0.24)

CMYK percentages

%30.77
%0
%6.15
%23.53

Codes

Color #87C3B7 in popluar color models

87 C3 B7
RGB 135 195 183
HSL 168° 33.33% 64.71%
HSB/HSV 168° 30.77% 76.47%
CMYK 30.77% 0.00% 6.15%
23.53%

Color #87C3B7 in popluar number systems.

HEX 87 C3 B7
Decimal 135 195 183
Binary 10000111 11000011 10110111
Octal 207 303 267

Shades and tints

Shades of #87C3B7

#87C3B7
(135,195,183)
#7BB2A7
(123,178,167)
#6FA197
(111,161,151)
#639087
(99,144,135)
#577F77
(87,127,119)
#4B6E67
(75,110,103)
#3F5D57
(63,93,87)
#334C47
(51,76,71)
#273B37
(39,59,55)
#1B2A27
(27,42,39)
#0F1917
(15,25,23)
#000000
(0,0,0)

Tints of #87C3B7

#87C3B7
(135,195,183)
#91C8BD
(145,200,189)
#9BCDC3
(155,205,195)
#A5D2C9
(165,210,201)
#AFD7CF
(175,215,207)
#B9DCD5
(185,220,213)
#C3E1DB
(195,225,219)
#CDE6E1
(205,230,225)
#D7EBE7
(215,235,231)
#E1F0ED
(225,240,237)
#EBF5F3
(235,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87C3B7; }

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

This text font color is #87C3B7.

Background Color

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

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

This div background color is #87C3B7.

Border color

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

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

This div border color is #87C3B7.

Opacity

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

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

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

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

This text has shadow with #87C3B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87C3B7.

Preview

Color preview on black background

This text has color #87C3B7 on black background.


Color preview on white background

This text has color #87C3B7 on white background.


Black color preview on #87C3B7 background

This text has black color on #87C3B7 background.


White color preview on #87C3B7 background

This text has white color on #87C3B7 background.


Related colors

Complementary color

Complementary color for #hex is #783C48.


I love getcolorcode.com

Triadic colors

1 #B787C3 and #C3B787 with #87C3B7 are triadic colors.

2 #B7C387 and #C387B7 with #87C3B7 are triadic colors.