COLOR #87B664

HEX: #87B664
RGB: (135,182,100)

Color info

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

RGB color model

#87B664 color RGB value is (135,182,100).

  • red value is 135;
  • green value is 182;
  • blue value is 100.
RGB:
(135,182,100)
(53%,71%,39%)

RGB channels and saturation

R 135 of 255 = 53%
G 182 of 255 = 71%
B 100 of 255 = 39%

135
182
100

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

Portions of RGB colors in percentages

R + G + B =
135 + 182 + 100 = 417 (100%)
R 135 of 417 ~ 32.37%
G 182 of 417 ~ 43.65%
B 100 of 417 ~ 23.98%

%32.37
%43.65
%23.98

CMYK color model

#87B664 color CMYK value is (26,0,45,29).

  • cyan value is 25.82%
  • magenta value is 0.00%
  • yellow value is 45.05%
  • key color value is 28.63%
CMYK:
(26,0,45,29)
C26M0Y45K29 
(26%,0%,45%,29%)
(0.26/0.00/0.45/0.29)	

CMYK percentages

%25.82
%0
%45.05
%28.63

Codes

Color #87B664 in popluar color models

87B664
RGB135182100
HSL94°35.96%55.29%
HSB/HSV94°45.05%71.37%
CMYK25.82%0.00%45.05%
28.63%

Color #87B664 in popluar number systems.

HEX87B664
Decimal135182100
Binary10000111101101101100100
Octal207266144

Shades and tints

Shades of #87B664

#87B664
(135,182,100)
#7BA65B
(123,166,91)
#6F9652
(111,150,82)
#638649
(99,134,73)
#577640
(87,118,64)
#4B6637
(75,102,55)
#3F562E
(63,86,46)
#334625
(51,70,37)
#27361C
(39,54,28)
#1B2613
(27,38,19)
#0F160A
(15,22,10)
#000000
(0,0,0)

Tints of #87B664

#87B664
(135,182,100)
#91BC72
(145,188,114)
#9BC280
(155,194,128)
#A5C88E
(165,200,142)
#AFCE9C
(175,206,156)
#B9D4AA
(185,212,170)
#C3DAB8
(195,218,184)
#CDE0C6
(205,224,198)
#D7E6D4
(215,230,212)
#E1ECE2
(225,236,226)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B664 color. Also use rgb(135,182,100) instead hex code.

Text Font Color

.myTextColor { color: #87B664; }

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

This text font color is #87B664.


Background Color

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

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

This div background color is #87B664.


Border color

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

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

This div border color is #87B664.


Opacity

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

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

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

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

This text has shadow with #87B664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B664 on black background.


Color preview on white background

This text has color #87B664 on white background.



Black color preview on #87B664 background

This text has black color on #87B664 background.


White color preview on #87B664 background

This text has white color on #87B664 background.