COLOR #87B483

HEX: #87B483
RGB: (135,180,131)

Color info

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

RGB color model

#87B483 color RGB value is (135,180,131).

  • red value is 135;
  • green value is 180;
  • blue value is 131.
RGB:
(135,180,131)
(53%,71%,51%)

RGB channels and saturation

R 135 of 255 = 53%
G 180 of 255 = 71%
B 131 of 255 = 51%

135
180
131

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

Portions of RGB colors in percentages

R + G + B =
135 + 180 + 131 = 446 (100%)
R 135 of 446 ~ 30.27%
G 180 of 446 ~ 40.36%
B 131 of 446 ~ 29.37%

%30.27
%40.36
%29.37

CMYK color model

#87B483 color CMYK value is (25,0,27,29).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 27.22%
  • key color value is 29.41%
CMYK:
(25,0,27,29)
C25M0Y27K29 
(25%,0%,27%,29%)
(0.25/0.00/0.27/0.29)	

CMYK percentages

%25
%0
%27.22
%29.41

Codes

Color #87B483 in popluar color models

87B483
RGB135180131
HSL115°24.62%60.98%
HSB/HSV115°27.22%70.59%
CMYK25.00%0.00%27.22%
29.41%

Color #87B483 in popluar number systems.

HEX87B483
Decimal135180131
Binary100001111011010010000011
Octal207264203

Shades and tints

Shades of #87B483

#87B483
(135,180,131)
#7BA478
(123,164,120)
#6F946D
(111,148,109)
#638462
(99,132,98)
#577457
(87,116,87)
#4B644C
(75,100,76)
#3F5441
(63,84,65)
#334436
(51,68,54)
#27342B
(39,52,43)
#1B2420
(27,36,32)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #87B483

#87B483
(135,180,131)
#91BA8E
(145,186,142)
#9BC099
(155,192,153)
#A5C6A4
(165,198,164)
#AFCCAF
(175,204,175)
#B9D2BA
(185,210,186)
#C3D8C5
(195,216,197)
#CDDED0
(205,222,208)
#D7E4DB
(215,228,219)
#E1EAE6
(225,234,230)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B483; }

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

This text font color is #87B483.


Background Color

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

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

This div background color is #87B483.


Border color

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

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

This div border color is #87B483.


Opacity

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

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

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

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

This text has shadow with #87B483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B483 on black background.


Color preview on white background

This text has color #87B483 on white background.



Black color preview on #87B483 background

This text has black color on #87B483 background.


White color preview on #87B483 background

This text has white color on #87B483 background.