COLOR #87C165

HEX: #87C165 RGB: (135,193,101)

Color info

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

RGB color model

#87C165 color RGB value is (135,193,101).

RGB: (135,193,101) (53%, 76%, 40%)

RGB channels and saturation

R 135 of 255 = 53%
G 193 of 255 = 76%
B 101 of 255 = 40%

135
193
101

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

Portions of RGB colors in percentages

R + G + B = 135 + 193 + 101 = 429 (100%)
R 135 of 429 ~ 31.47%
G 193 of 429 ~ 44.99%
B 101 of 429 ~ 23.54'%

%31.47
%44.99
%23.54

CMYK color model

#87C165 color CMYK value is (30,0,48,24).

  • cyan value is 30.05%
  • magenta value is 0.00%
  • yellow value is 47.67%
  • key color value is 24.31%
CMYK: (30,0,48,24) C30M0Y48K24 (30%,0%,48%,24%) (0.30/0.00/0.48/0.24) 

CMYK percentages

%30.05
%0
%47.67
%24.31

Codes

Color #87C165 in popluar color models

87 C1 65
RGB 135 193 101
HSL 98° 42.59% 57.65%
HSB/HSV 98° 47.67% 75.69%
CMYK 30.05% 0.00% 47.67%
24.31%

Color #87C165 in popluar number systems.

HEX 87 C1 65
Decimal 135 193 101
Binary 10000111 11000001 1100101
Octal 207 301 145

Shades and tints

Shades of #87C165

#87C165
(135,193,101)
#7BB05C
(123,176,92)
#6F9F53
(111,159,83)
#638E4A
(99,142,74)
#577D41
(87,125,65)
#4B6C38
(75,108,56)
#3F5B2F
(63,91,47)
#334A26
(51,74,38)
#27391D
(39,57,29)
#1B2814
(27,40,20)
#0F170B
(15,23,11)
#000000
(0,0,0)

Tints of #87C165

#87C165
(135,193,101)
#91C673
(145,198,115)
#9BCB81
(155,203,129)
#A5D08F
(165,208,143)
#AFD59D
(175,213,157)
#B9DAAB
(185,218,171)
#C3DFB9
(195,223,185)
#CDE4C7
(205,228,199)
#D7E9D5
(215,233,213)
#E1EEE3
(225,238,227)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87C165 color. Also use rgb(135,193,101) instead hex code.

Text Font Color

.myTextColor { color: #87C165; }

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

This text font color is #87C165.

Background Color

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

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

This div background color is #87C165.

Border color

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

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

This div border color is #87C165.

Opacity

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

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

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

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

This text has shadow with #87C165 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87C165.

Preview

Color preview on black background

This text has color #87C165 on black background.


Color preview on white background

This text has color #87C165 on white background.


Black color preview on #87C165 background

This text has black color on #87C165 background.


White color preview on #87C165 background

This text has white color on #87C165 background.


Related colors

Complementary color

Complementary color for #hex is #783E9A.


I love getcolorcode.com

Triadic colors

1 #6587C1 and #C16587 with #87C165 are triadic colors.

2 #65C187 and #C18765 with #87C165 are triadic colors.