COLOR #87C3BF

HEX: #87C3BF RGB: (135,195,191)

Color info

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

RGB color model

#87C3BF color RGB value is (135,195,191).

RGB: (135,195,191) (53%, 76%, 75%)

RGB channels and saturation

R 135 of 255 = 53%
G 195 of 255 = 76%
B 191 of 255 = 75%

135
195
191

R + G + B ~ 68%. #87C3BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 195 + 191 = 521 (100%)
R 135 of 521 ~ 25.91%
G 195 of 521 ~ 37.43%
B 191 of 521 ~ 36.66'%

%25.91
%37.43
%36.66

CMYK color model

#87C3BF color CMYK value is (31,0,2,24).

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

CMYK: (31,0,2,24)
C31M0Y2K24 (31%, 0%, 2%, 24%)
(0.31 / 0.00 / 0.02 / 0.24)

CMYK percentages

%30.77
%0
%2.05
%23.53

Codes

Color #87C3BF in popluar color models

87 C3 BF
RGB 135 195 191
HSL 176° 33.33% 64.71%
HSB/HSV 176° 30.77% 76.47%
CMYK 30.77% 0.00% 2.05%
23.53%

Color #87C3BF in popluar number systems.

HEX 87 C3 BF
Decimal 135 195 191
Binary 10000111 11000011 10111111
Octal 207 303 277

Shades and tints

Shades of #87C3BF

#87C3BF
(135,195,191)
#7BB2AE
(123,178,174)
#6FA19D
(111,161,157)
#63908C
(99,144,140)
#577F7B
(87,127,123)
#4B6E6A
(75,110,106)
#3F5D59
(63,93,89)
#334C48
(51,76,72)
#273B37
(39,59,55)
#1B2A26
(27,42,38)
#0F1915
(15,25,21)
#000000
(0,0,0)

Tints of #87C3BF

#87C3BF
(135,195,191)
#91C8C4
(145,200,196)
#9BCDC9
(155,205,201)
#A5D2CE
(165,210,206)
#AFD7D3
(175,215,211)
#B9DCD8
(185,220,216)
#C3E1DD
(195,225,221)
#CDE6E2
(205,230,226)
#D7EBE7
(215,235,231)
#E1F0EC
(225,240,236)
#EBF5F1
(235,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87C3BF; }

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

This text font color is #87C3BF.

Background Color

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

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

This div background color is #87C3BF.

Border color

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

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

This div border color is #87C3BF.

Opacity

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

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

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

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

This text has shadow with #87C3BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87C3BF.

Preview

Color preview on black background

This text has color #87C3BF on black background.


Color preview on white background

This text has color #87C3BF on white background.


Black color preview on #87C3BF background

This text has black color on #87C3BF background.


White color preview on #87C3BF background

This text has white color on #87C3BF background.


Related colors

Complementary color

Complementary color for #hex is #783C40.


I love getcolorcode.com

Triadic colors

1 #BF87C3 and #C3BF87 with #87C3BF are triadic colors.

2 #BFC387 and #C387BF with #87C3BF are triadic colors.