COLOR #87D3BC

HEX: #87D3BC RGB: (135,211,188)

Color info

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

RGB color model

#87D3BC color RGB value is (135,211,188).

RGB: (135,211,188) (53%, 83%, 74%)

RGB channels and saturation

R 135 of 255 = 53%
G 211 of 255 = 83%
B 188 of 255 = 74%

135
211
188

R + G + B ~ 70%. #87D3BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 211 + 188 = 534 (100%)
R 135 of 534 ~ 25.28%
G 211 of 534 ~ 39.51%
B 188 of 534 ~ 35.21'%

%25.28
%39.51
%35.21

CMYK color model

#87D3BC color CMYK value is (36,0,11,17).

  • cyan value is 36.02%
  • magenta value is 0.00%
  • yellow value is 10.90%
  • key color value is 17.25%
CMYK: (36,0,11,17) C36M0Y11K17 (36%,0%,11%,17%) (0.36/0.00/0.11/0.17) 

CMYK percentages

%36.02
%0
%10.9
%17.25

Codes

Color #87D3BC in popluar color models

87 D3 BC
RGB 135 211 188
HSL 162° 46.34% 67.84%
HSB/HSV 162° 36.02% 82.75%
CMYK 36.02% 0.00% 10.90%
17.25%

Color #87D3BC in popluar number systems.

HEX 87 D3 BC
Decimal 135 211 188
Binary 10000111 11010011 10111100
Octal 207 323 274

Shades and tints

Shades of #87D3BC

#87D3BC
(135,211,188)
#7BC0AB
(123,192,171)
#6FAD9A
(111,173,154)
#639A89
(99,154,137)
#578778
(87,135,120)
#4B7467
(75,116,103)
#3F6156
(63,97,86)
#334E45
(51,78,69)
#273B34
(39,59,52)
#1B2823
(27,40,35)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #87D3BC

#87D3BC
(135,211,188)
#91D7C2
(145,215,194)
#9BDBC8
(155,219,200)
#A5DFCE
(165,223,206)
#AFE3D4
(175,227,212)
#B9E7DA
(185,231,218)
#C3EBE0
(195,235,224)
#CDEFE6
(205,239,230)
#D7F3EC
(215,243,236)
#E1F7F2
(225,247,242)
#EBFBF8
(235,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87D3BC color. Also use rgb(135,211,188) instead hex code.

Text Font Color

.myTextColor { color: #87D3BC; }

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

This text font color is #87D3BC.

Background Color

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

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

This div background color is #87D3BC.

Border color

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

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

This div border color is #87D3BC.

Opacity

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

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

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

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

This text has shadow with #87D3BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87D3BC.

Preview

Color preview on black background

This text has color #87D3BC on black background.


Color preview on white background

This text has color #87D3BC on white background.


Black color preview on #87D3BC background

This text has black color on #87D3BC background.


White color preview on #87D3BC background

This text has white color on #87D3BC background.


Related colors

Complementary color

Complementary color for #hex is #782C43.


I love getcolorcode.com

Triadic colors

1 #BC87D3 and #D3BC87 with #87D3BC are triadic colors.

2 #BCD387 and #D387BC with #87D3BC are triadic colors.