COLOR #87B094

HEX: #87B094 RGB: (135,176,148)

Color info

#87B094 contains red, green and blue colors in about the same proportion. Web safe color of #87B094 is #999999 (or #999).

RGB color model

#87B094 color RGB value is (135,176,148).

RGB: (135,176,148) (53%, 69%, 58%)

RGB channels and saturation

R 135 of 255 = 53%
G 176 of 255 = 69%
B 148 of 255 = 58%

135
176
148

R + G + B ~ 60%. #87B094 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 176 + 148 = 459 (100%)
R 135 of 459 ~ 29.41%
G 176 of 459 ~ 38.34%
B 148 of 459 ~ 32.24'%

%29.41
%38.34
%32.24

CMYK color model

#87B094 color CMYK value is (23,0,16,31).

  • cyan value is 23.30%
  • magenta value is 0.00%
  • yellow value is 15.91%
  • key color value is 30.98%

CMYK: (23,0,16,31)
C23M0Y16K31 (23%, 0%, 16%, 31%)
(0.23 / 0.00 / 0.16 / 0.31)

CMYK percentages

%23.3
%0
%15.91
%30.98

Codes

Color #87B094 in popluar color models

87 B0 94
RGB 135 176 148
HSL 139° 20.60% 60.98%
HSB/HSV 139° 23.30% 69.02%
CMYK 23.30% 0.00% 15.91%
30.98%

Color #87B094 in popluar number systems.

HEX 87 B0 94
Decimal 135 176 148
Binary 10000111 10110000 10010100
Octal 207 260 224

Shades and tints

Shades of #87B094

#87B094
(135,176,148)
#7BA087
(123,160,135)
#6F907A
(111,144,122)
#63806D
(99,128,109)
#577060
(87,112,96)
#4B6053
(75,96,83)
#3F5046
(63,80,70)
#334039
(51,64,57)
#27302C
(39,48,44)
#1B201F
(27,32,31)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #87B094

#87B094
(135,176,148)
#91B79D
(145,183,157)
#9BBEA6
(155,190,166)
#A5C5AF
(165,197,175)
#AFCCB8
(175,204,184)
#B9D3C1
(185,211,193)
#C3DACA
(195,218,202)
#CDE1D3
(205,225,211)
#D7E8DC
(215,232,220)
#E1EFE5
(225,239,229)
#EBF6EE
(235,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B094; }

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

This text font color is #87B094.

Background Color

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

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

This div background color is #87B094.

Border color

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

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

This div border color is #87B094.

Opacity

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

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

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

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

This text has shadow with #87B094 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87B094.

Preview

Color preview on black background

This text has color #87B094 on black background.


Color preview on white background

This text has color #87B094 on white background.


Black color preview on #87B094 background

This text has black color on #87B094 background.


White color preview on #87B094 background

This text has white color on #87B094 background.


Related colors

Complementary color

Complementary color for #hex is #784F6B.


I love getcolorcode.com

Triadic colors

1 #9487B0 and #B09487 with #87B094 are triadic colors.

2 #94B087 and #B08794 with #87B094 are triadic colors.