COLOR #87B93D

HEX: #87B93D RGB: (135,185,61)

Color info

#87B93D contains mainly red and green colors. Web safe color of #87B93D is #99CC33 (or #9C3).

RGB color model

#87B93D color RGB value is (135,185,61).

RGB: (135,185,61) (53%, 73%, 24%)

RGB channels and saturation

R 135 of 255 = 53%
G 185 of 255 = 73%
B 61 of 255 = 24%

135
185
61

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

Portions of RGB colors in percentages

R + G + B = 135 + 185 + 61 = 381 (100%)
R 135 of 381 ~ 35.43%
G 185 of 381 ~ 48.56%
B 61 of 381 ~ 16.01'%

%35.43
%48.56
%16.01

CMYK color model

#87B93D color CMYK value is (27,0,67,27).

  • cyan value is 27.03%
  • magenta value is 0.00%
  • yellow value is 67.03%
  • key color value is 27.45%

CMYK: (27,0,67,27)
C27M0Y67K27 (27%, 0%, 67%, 27%)
(0.27 / 0.00 / 0.67 / 0.27)

CMYK percentages

%27.03
%0
%67.03
%27.45

Codes

Color #87B93D in popluar color models

87 B9 3D
RGB 135 185 61
HSL 84° 50.41% 48.24%
HSB/HSV 84° 67.03% 72.55%
CMYK 27.03% 0.00% 67.03%
27.45%

Color #87B93D in popluar number systems.

HEX 87 B9 3D
Decimal 135 185 61
Binary 10000111 10111001 111101
Octal 207 271 75

Shades and tints

Shades of #87B93D

#87B93D
(135,185,61)
#7BA938
(123,169,56)
#6F9933
(111,153,51)
#63892E
(99,137,46)
#577929
(87,121,41)
#4B6924
(75,105,36)
#3F591F
(63,89,31)
#33491A
(51,73,26)
#273915
(39,57,21)
#1B2910
(27,41,16)
#0F190B
(15,25,11)
#000000
(0,0,0)

Tints of #87B93D

#87B93D
(135,185,61)
#91BF4E
(145,191,78)
#9BC55F
(155,197,95)
#A5CB70
(165,203,112)
#AFD181
(175,209,129)
#B9D792
(185,215,146)
#C3DDA3
(195,221,163)
#CDE3B4
(205,227,180)
#D7E9C5
(215,233,197)
#E1EFD6
(225,239,214)
#EBF5E7
(235,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B93D color. Also use rgb(135,185,61) instead hex code.

Text Font Color

.myTextColor { color: #87B93D; }

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

This text font color is #87B93D.

Background Color

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

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

This div background color is #87B93D.

Border color

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

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

This div border color is #87B93D.

Opacity

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

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

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

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

This text has shadow with #87B93D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87B93D.

Preview

Color preview on black background

This text has color #87B93D on black background.


Color preview on white background

This text has color #87B93D on white background.


Black color preview on #87B93D background

This text has black color on #87B93D background.


White color preview on #87B93D background

This text has white color on #87B93D background.


Related colors

Complementary color

Complementary color for #hex is #7846C2.


I love getcolorcode.com

Triadic colors

1 #3D87B9 and #B93D87 with #87B93D are triadic colors.

2 #3DB987 and #B9873D with #87B93D are triadic colors.