COLOR #87C5B3

HEX: #87C5B3 RGB: (135,197,179)

Color info

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

RGB color model

#87C5B3 color RGB value is (135,197,179).

RGB: (135,197,179) (53%, 77%, 70%)

RGB channels and saturation

R 135 of 255 = 53%
G 197 of 255 = 77%
B 179 of 255 = 70%

135
197
179

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

Portions of RGB colors in percentages

R + G + B = 135 + 197 + 179 = 511 (100%)
R 135 of 511 ~ 26.42%
G 197 of 511 ~ 38.55%
B 179 of 511 ~ 35.03'%

%26.42
%38.55
%35.03

CMYK color model

#87C5B3 color CMYK value is (31,0,9,23).

  • cyan value is 31.47%
  • magenta value is 0.00%
  • yellow value is 9.14%
  • key color value is 22.75%
CMYK: (31,0,9,23) C31M0Y9K23 (31%,0%,9%,23%) (0.31/0.00/0.09/0.23) 

CMYK percentages

%31.47
%0
%9.14
%22.75

Codes

Color #87C5B3 in popluar color models

87 C5 B3
RGB 135 197 179
HSL 163° 34.83% 65.10%
HSB/HSV 163° 31.47% 77.25%
CMYK 31.47% 0.00% 9.14%
22.75%

Color #87C5B3 in popluar number systems.

HEX 87 C5 B3
Decimal 135 197 179
Binary 10000111 11000101 10110011
Octal 207 305 263

Shades and tints

Shades of #87C5B3

#87C5B3
(135,197,179)
#7BB4A3
(123,180,163)
#6FA393
(111,163,147)
#639283
(99,146,131)
#578173
(87,129,115)
#4B7063
(75,112,99)
#3F5F53
(63,95,83)
#334E43
(51,78,67)
#273D33
(39,61,51)
#1B2C23
(27,44,35)
#0F1B13
(15,27,19)
#000000
(0,0,0)

Tints of #87C5B3

#87C5B3
(135,197,179)
#91CAB9
(145,202,185)
#9BCFBF
(155,207,191)
#A5D4C5
(165,212,197)
#AFD9CB
(175,217,203)
#B9DED1
(185,222,209)
#C3E3D7
(195,227,215)
#CDE8DD
(205,232,221)
#D7EDE3
(215,237,227)
#E1F2E9
(225,242,233)
#EBF7EF
(235,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87C5B3; }

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

This text font color is #87C5B3.

Background Color

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

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

This div background color is #87C5B3.

Border color

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

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

This div border color is #87C5B3.

Opacity

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

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

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

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

This text has shadow with #87C5B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87C5B3.

Preview

Color preview on black background

This text has color #87C5B3 on black background.


Color preview on white background

This text has color #87C5B3 on white background.


Black color preview on #87C5B3 background

This text has black color on #87C5B3 background.


White color preview on #87C5B3 background

This text has white color on #87C5B3 background.


Related colors

Complementary color

Complementary color for #hex is #783A4C.


I love getcolorcode.com

Triadic colors

1 #B387C5 and #C5B387 with #87C5B3 are triadic colors.

2 #B3C587 and #C587B3 with #87C5B3 are triadic colors.