COLOR #87B47D

HEX: #87B47D RGB: (135,180,125)

Color info

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

RGB color model

#87B47D color RGB value is (135,180,125).

RGB: (135,180,125) (53%, 71%, 49%)

RGB channels and saturation

R 135 of 255 = 53%
G 180 of 255 = 71%
B 125 of 255 = 49%

135
180
125

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

Portions of RGB colors in percentages

R + G + B = 135 + 180 + 125 = 440 (100%)
R 135 of 440 ~ 30.68%
G 180 of 440 ~ 40.91%
B 125 of 440 ~ 28.41'%

%30.68
%40.91
%28.41

CMYK color model

#87B47D color CMYK value is (25,0,31,29).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 30.56%
  • key color value is 29.41%
CMYK: (25,0,31,29) C25M0Y31K29 (25%,0%,31%,29%) (0.25/0.00/0.31/0.29) 

CMYK percentages

%25
%0
%30.56
%29.41

Codes

Color #87B47D in popluar color models

87 B4 7D
RGB 135 180 125
HSL 109° 26.83% 59.80%
HSB/HSV 109° 30.56% 70.59%
CMYK 25.00% 0.00% 30.56%
29.41%

Color #87B47D in popluar number systems.

HEX 87 B4 7D
Decimal 135 180 125
Binary 10000111 10110100 1111101
Octal 207 264 175

Shades and tints

Shades of #87B47D

#87B47D
(135,180,125)
#7BA472
(123,164,114)
#6F9467
(111,148,103)
#63845C
(99,132,92)
#577451
(87,116,81)
#4B6446
(75,100,70)
#3F543B
(63,84,59)
#334430
(51,68,48)
#273425
(39,52,37)
#1B241A
(27,36,26)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #87B47D

#87B47D
(135,180,125)
#91BA88
(145,186,136)
#9BC093
(155,192,147)
#A5C69E
(165,198,158)
#AFCCA9
(175,204,169)
#B9D2B4
(185,210,180)
#C3D8BF
(195,216,191)
#CDDECA
(205,222,202)
#D7E4D5
(215,228,213)
#E1EAE0
(225,234,224)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B47D; }

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

This text font color is #87B47D.

Background Color

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

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

This div background color is #87B47D.

Border color

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

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

This div border color is #87B47D.

Opacity

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

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

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

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

This text has shadow with #87B47D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87B47D.

Preview

Color preview on black background

This text has color #87B47D on black background.


Color preview on white background

This text has color #87B47D on white background.


Black color preview on #87B47D background

This text has black color on #87B47D background.


White color preview on #87B47D background

This text has white color on #87B47D background.


Related colors

Complementary color

Complementary color for #hex is #784B82.


I love getcolorcode.com

Triadic colors

1 #7D87B4 and #B47D87 with #87B47D are triadic colors.

2 #7DB487 and #B4877D with #87B47D are triadic colors.