COLOR #87B48F

HEX: #87B48F RGB: (135,180,143)

Color info

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

RGB color model

#87B48F color RGB value is (135,180,143).

RGB: (135,180,143) (53%, 71%, 56%)

RGB channels and saturation

R 135 of 255 = 53%
G 180 of 255 = 71%
B 143 of 255 = 56%

135
180
143

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

Portions of RGB colors in percentages

R + G + B = 135 + 180 + 143 = 458 (100%)
R 135 of 458 ~ 29.48%
G 180 of 458 ~ 39.3%
B 143 of 458 ~ 31.22'%

%29.48
%39.3
%31.22

CMYK color model

#87B48F color CMYK value is (25,0,21,29).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 20.56%
  • key color value is 29.41%
CMYK: (25,0,21,29) C25M0Y21K29 (25%,0%,21%,29%) (0.25/0.00/0.21/0.29) 

CMYK percentages

%25
%0
%20.56
%29.41

Codes

Color #87B48F in popluar color models

87 B4 8F
RGB 135 180 143
HSL 131° 23.08% 61.76%
HSB/HSV 131° 25.00% 70.59%
CMYK 25.00% 0.00% 20.56%
29.41%

Color #87B48F in popluar number systems.

HEX 87 B4 8F
Decimal 135 180 143
Binary 10000111 10110100 10001111
Octal 207 264 217

Shades and tints

Shades of #87B48F

#87B48F
(135,180,143)
#7BA482
(123,164,130)
#6F9475
(111,148,117)
#638468
(99,132,104)
#57745B
(87,116,91)
#4B644E
(75,100,78)
#3F5441
(63,84,65)
#334434
(51,68,52)
#273427
(39,52,39)
#1B241A
(27,36,26)
#0F140D
(15,20,13)
#000000
(0,0,0)

Tints of #87B48F

#87B48F
(135,180,143)
#91BA99
(145,186,153)
#9BC0A3
(155,192,163)
#A5C6AD
(165,198,173)
#AFCCB7
(175,204,183)
#B9D2C1
(185,210,193)
#C3D8CB
(195,216,203)
#CDDED5
(205,222,213)
#D7E4DF
(215,228,223)
#E1EAE9
(225,234,233)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B48F color. Also use rgb(135,180,143) instead hex code.

Text Font Color

.myTextColor { color: #87B48F; }

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

This text font color is #87B48F.

Background Color

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

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

This div background color is #87B48F.

Border color

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

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

This div border color is #87B48F.

Opacity

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

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

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

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

This text has shadow with #87B48F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87B48F.

Preview

Color preview on black background

This text has color #87B48F on black background.


Color preview on white background

This text has color #87B48F on white background.


Black color preview on #87B48F background

This text has black color on #87B48F background.


White color preview on #87B48F background

This text has white color on #87B48F background.


Related colors

Complementary color

Complementary color for #hex is #784B70.


I love getcolorcode.com

Triadic colors

1 #8F87B4 and #B48F87 with #87B48F are triadic colors.

2 #8FB487 and #B4878F with #87B48F are triadic colors.