COLOR #87CCAC

HEX: #87CCAC RGB: (135,204,172)

Color info

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

RGB color model

#87CCAC color RGB value is (135,204,172).

RGB: (135,204,172) (53%, 80%, 67%)

RGB channels and saturation

R 135 of 255 = 53%
G 204 of 255 = 80%
B 172 of 255 = 67%

135
204
172

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

Portions of RGB colors in percentages

R + G + B = 135 + 204 + 172 = 511 (100%)
R 135 of 511 ~ 26.42%
G 204 of 511 ~ 39.92%
B 172 of 511 ~ 33.66'%

%26.42
%39.92
%33.66

CMYK color model

#87CCAC color CMYK value is (34,0,16,20).

  • cyan value is 33.82%
  • magenta value is 0.00%
  • yellow value is 15.69%
  • key color value is 20.00%

CMYK: (34,0,16,20)
C34M0Y16K20 (34%, 0%, 16%, 20%)
(0.34 / 0.00 / 0.16 / 0.20)

CMYK percentages

%33.82
%0
%15.69
%20

Codes

Color #87CCAC in popluar color models

87 CC AC
RGB 135 204 172
HSL 152° 40.35% 66.47%
HSB/HSV 152° 33.82% 80.00%
CMYK 33.82% 0.00% 15.69%
20.00%

Color #87CCAC in popluar number systems.

HEX 87 CC AC
Decimal 135 204 172
Binary 10000111 11001100 10101100
Octal 207 314 254

Shades and tints

Shades of #87CCAC

#87CCAC
(135,204,172)
#7BBA9D
(123,186,157)
#6FA88E
(111,168,142)
#63967F
(99,150,127)
#578470
(87,132,112)
#4B7261
(75,114,97)
#3F6052
(63,96,82)
#334E43
(51,78,67)
#273C34
(39,60,52)
#1B2A25
(27,42,37)
#0F1816
(15,24,22)
#000000
(0,0,0)

Tints of #87CCAC

#87CCAC
(135,204,172)
#91D0B3
(145,208,179)
#9BD4BA
(155,212,186)
#A5D8C1
(165,216,193)
#AFDCC8
(175,220,200)
#B9E0CF
(185,224,207)
#C3E4D6
(195,228,214)
#CDE8DD
(205,232,221)
#D7ECE4
(215,236,228)
#E1F0EB
(225,240,235)
#EBF4F2
(235,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87CCAC color. Also use rgb(135,204,172) instead hex code.

Text Font Color

.myTextColor { color: #87CCAC; }

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

This text font color is #87CCAC.

Background Color

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

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

This div background color is #87CCAC.

Border color

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

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

This div border color is #87CCAC.

Opacity

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

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

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

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

This text has shadow with #87CCAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87CCAC.

Preview

Color preview on black background

This text has color #87CCAC on black background.


Color preview on white background

This text has color #87CCAC on white background.


Black color preview on #87CCAC background

This text has black color on #87CCAC background.


White color preview on #87CCAC background

This text has white color on #87CCAC background.


Related colors

Complementary color

Complementary color for #hex is #783353.


I love getcolorcode.com

Triadic colors

1 #AC87CC and #CCAC87 with #87CCAC are triadic colors.

2 #ACCC87 and #CC87AC with #87CCAC are triadic colors.