COLOR #87BE94

HEX: #87BE94 RGB: (135,190,148)

Color info

#87BE94 contains red, green and blue colors in about the same proportion. Web safe color of #87BE94 is #99CC99 (or #9C9).

RGB color model

#87BE94 color RGB value is (135,190,148).

RGB: (135,190,148) (53%, 75%, 58%)

RGB channels and saturation

R 135 of 255 = 53%
G 190 of 255 = 75%
B 148 of 255 = 58%

135
190
148

R + G + B ~ 62%. #87BE94 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 190 + 148 = 473 (100%)
R 135 of 473 ~ 28.54%
G 190 of 473 ~ 40.17%
B 148 of 473 ~ 31.29'%

%28.54
%40.17
%31.29

CMYK color model

#87BE94 color CMYK value is (29,0,22,25).

  • cyan value is 28.95%
  • magenta value is 0.00%
  • yellow value is 22.11%
  • key color value is 25.49%

CMYK: (29,0,22,25)
C29M0Y22K25 (29%, 0%, 22%, 25%)
(0.29 / 0.00 / 0.22 / 0.25)

CMYK percentages

%28.95
%0
%22.11
%25.49

Codes

Color #87BE94 in popluar color models

87 BE 94
RGB 135 190 148
HSL 134° 29.73% 63.73%
HSB/HSV 134° 28.95% 74.51%
CMYK 28.95% 0.00% 22.11%
25.49%

Color #87BE94 in popluar number systems.

HEX 87 BE 94
Decimal 135 190 148
Binary 10000111 10111110 10010100
Octal 207 276 224

Shades and tints

Shades of #87BE94

#87BE94
(135,190,148)
#7BAD87
(123,173,135)
#6F9C7A
(111,156,122)
#638B6D
(99,139,109)
#577A60
(87,122,96)
#4B6953
(75,105,83)
#3F5846
(63,88,70)
#334739
(51,71,57)
#27362C
(39,54,44)
#1B251F
(27,37,31)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #87BE94

#87BE94
(135,190,148)
#91C39D
(145,195,157)
#9BC8A6
(155,200,166)
#A5CDAF
(165,205,175)
#AFD2B8
(175,210,184)
#B9D7C1
(185,215,193)
#C3DCCA
(195,220,202)
#CDE1D3
(205,225,211)
#D7E6DC
(215,230,220)
#E1EBE5
(225,235,229)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87BE94 color. Also use rgb(135,190,148) instead hex code.

Text Font Color

.myTextColor { color: #87BE94; }

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

This text font color is #87BE94.

Background Color

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

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

This div background color is #87BE94.

Border color

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

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

This div border color is #87BE94.

Opacity

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

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

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

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

This text has shadow with #87BE94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87BE94.

Preview

Color preview on black background

This text has color #87BE94 on black background.


Color preview on white background

This text has color #87BE94 on white background.


Black color preview on #87BE94 background

This text has black color on #87BE94 background.


White color preview on #87BE94 background

This text has white color on #87BE94 background.


Related colors

Complementary color

Complementary color for #hex is #78416B.


I love getcolorcode.com

Triadic colors

1 #9487BE and #BE9487 with #87BE94 are triadic colors.

2 #94BE87 and #BE8794 with #87BE94 are triadic colors.