COLOR #87CBA4

HEX: #87CBA4 RGB: (135,203,164)

Color info

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

RGB color model

#87CBA4 color RGB value is (135,203,164).

RGB: (135,203,164) (53%, 80%, 64%)

RGB channels and saturation

R 135 of 255 = 53%
G 203 of 255 = 80%
B 164 of 255 = 64%

135
203
164

R + G + B ~ 66%. #87CBA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 203 + 164 = 502 (100%)
R 135 of 502 ~ 26.89%
G 203 of 502 ~ 40.44%
B 164 of 502 ~ 32.67'%

%26.89
%40.44
%32.67

CMYK color model

#87CBA4 color CMYK value is (33,0,19,20).

  • cyan value is 33.50%
  • magenta value is 0.00%
  • yellow value is 19.21%
  • key color value is 20.39%

CMYK: (33,0,19,20)
C33M0Y19K20 (33%, 0%, 19%, 20%)
(0.33 / 0.00 / 0.19 / 0.20)

CMYK percentages

%33.5
%0
%19.21
%20.39

Codes

Color #87CBA4 in popluar color models

87 CB A4
RGB 135 203 164
HSL 146° 39.53% 66.27%
HSB/HSV 146° 33.50% 79.61%
CMYK 33.50% 0.00% 19.21%
20.39%

Color #87CBA4 in popluar number systems.

HEX 87 CB A4
Decimal 135 203 164
Binary 10000111 11001011 10100100
Octal 207 313 244

Shades and tints

Shades of #87CBA4

#87CBA4
(135,203,164)
#7BB996
(123,185,150)
#6FA788
(111,167,136)
#63957A
(99,149,122)
#57836C
(87,131,108)
#4B715E
(75,113,94)
#3F5F50
(63,95,80)
#334D42
(51,77,66)
#273B34
(39,59,52)
#1B2926
(27,41,38)
#0F1718
(15,23,24)
#000000
(0,0,0)

Tints of #87CBA4

#87CBA4
(135,203,164)
#91CFAC
(145,207,172)
#9BD3B4
(155,211,180)
#A5D7BC
(165,215,188)
#AFDBC4
(175,219,196)
#B9DFCC
(185,223,204)
#C3E3D4
(195,227,212)
#CDE7DC
(205,231,220)
#D7EBE4
(215,235,228)
#E1EFEC
(225,239,236)
#EBF3F4
(235,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87CBA4 color. Also use rgb(135,203,164) instead hex code.

Text Font Color

.myTextColor { color: #87CBA4; }

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

This text font color is #87CBA4.

Background Color

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

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

This div background color is #87CBA4.

Border color

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

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

This div border color is #87CBA4.

Opacity

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

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

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

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

This text has shadow with #87CBA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87CBA4.

Preview

Color preview on black background

This text has color #87CBA4 on black background.


Color preview on white background

This text has color #87CBA4 on white background.


Black color preview on #87CBA4 background

This text has black color on #87CBA4 background.


White color preview on #87CBA4 background

This text has white color on #87CBA4 background.


Related colors

Complementary color

Complementary color for #hex is #78345B.


I love getcolorcode.com

Triadic colors

1 #A487CB and #CBA487 with #87CBA4 are triadic colors.

2 #A4CB87 and #CB87A4 with #87CBA4 are triadic colors.