COLOR #87B45E

HEX: #87B45E
RGB: (135,180,94)

Color info

#87B45E contains mainly red and green colors. Web safe color of #87B45E is #99CC66 (or #9C6).

RGB color model

#87B45E color RGB value is (135,180,94).

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

RGB channels and saturation

R 135 of 255 = 53%
G 180 of 255 = 71%
B 94 of 255 = 37%

135
180
94

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

Portions of RGB colors in percentages

R + G + B =
135 + 180 + 94 = 409 (100%)
R 135 of 409 ~ 33.01%
G 180 of 409 ~ 44.01%
B 94 of 409 ~ 22.98%

%33.01
%44.01
%22.98

CMYK color model

#87B45E color CMYK value is (25,0,48,29).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 47.78%
  • key color value is 29.41%
CMYK: (25,0,48,29) C25M0Y48K29 (25%,0%,48%,29%) (0.25/0.00/0.48/0.29)

CMYK percentages

%25
%0
%47.78
%29.41

Codes

Color #87B45E in popluar color models

87B45E
RGB13518094
HSL91°36.44%53.73%
HSB/HSV91°47.78%70.59%
CMYK25.00%0.00%47.78%
29.41%

Color #87B45E in popluar number systems.

HEX87B45E
Decimal13518094
Binary10000111101101001011110
Octal207264136

Shades and tints

Shades of #87B45E

#87B45E
(135,180,94)
#7BA456
(123,164,86)
#6F944E
(111,148,78)
#638446
(99,132,70)
#57743E
(87,116,62)
#4B6436
(75,100,54)
#3F542E
(63,84,46)
#334426
(51,68,38)
#27341E
(39,52,30)
#1B2416
(27,36,22)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #87B45E

#87B45E
(135,180,94)
#91BA6C
(145,186,108)
#9BC07A
(155,192,122)
#A5C688
(165,198,136)
#AFCC96
(175,204,150)
#B9D2A4
(185,210,164)
#C3D8B2
(195,216,178)
#CDDEC0
(205,222,192)
#D7E4CE
(215,228,206)
#E1EADC
(225,234,220)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B45E; }

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

This text font color is #87B45E.


Background Color

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

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

This div background color is #87B45E.


Border color

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

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

This div border color is #87B45E.


Opacity

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

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

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

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

This text has shadow with #87B45E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #87B45E on black background.


Color preview on white background

This text has color #87B45E on white background.



Black color preview on #87B45E background

This text has black color on #87B45E background.


White color preview on #87B45E background

This text has white color on #87B45E background.