COLOR #87AF6F

HEX: #87AF6F RGB: (135,175,111)

Color info

#87AF6F contains mainly red and green colors. Web safe color of #87AF6F is #999966 (or #996).

RGB color model

#87AF6F color RGB value is (135,175,111).

RGB: (135,175,111) (53%, 69%, 44%)

RGB channels and saturation

R 135 of 255 = 53%
G 175 of 255 = 69%
B 111 of 255 = 44%

135
175
111

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

Portions of RGB colors in percentages

R + G + B = 135 + 175 + 111 = 421 (100%)
R 135 of 421 ~ 32.07%
G 175 of 421 ~ 41.57%
B 111 of 421 ~ 26.37'%

%32.07
%41.57
%26.37

CMYK color model

#87AF6F color CMYK value is (23,0,37,31).

  • cyan value is 22.86%
  • magenta value is 0.00%
  • yellow value is 36.57%
  • key color value is 31.37%
CMYK: (23,0,37,31) C23M0Y37K31 (23%,0%,37%,31%) (0.23/0.00/0.37/0.31) 

CMYK percentages

%22.86
%0
%36.57
%31.37

Codes

Color #87AF6F in popluar color models

87 AF 6F
RGB 135 175 111
HSL 98° 28.57% 56.08%
HSB/HSV 98° 36.57% 68.63%
CMYK 22.86% 0.00% 36.57%
31.37%

Color #87AF6F in popluar number systems.

HEX 87 AF 6F
Decimal 135 175 111
Binary 10000111 10101111 1101111
Octal 207 257 157

Shades and tints

Shades of #87AF6F

#87AF6F
(135,175,111)
#7BA065
(123,160,101)
#6F915B
(111,145,91)
#638251
(99,130,81)
#577347
(87,115,71)
#4B643D
(75,100,61)
#3F5533
(63,85,51)
#334629
(51,70,41)
#27371F
(39,55,31)
#1B2815
(27,40,21)
#0F190B
(15,25,11)
#000000
(0,0,0)

Tints of #87AF6F

#87AF6F
(135,175,111)
#91B67C
(145,182,124)
#9BBD89
(155,189,137)
#A5C496
(165,196,150)
#AFCBA3
(175,203,163)
#B9D2B0
(185,210,176)
#C3D9BD
(195,217,189)
#CDE0CA
(205,224,202)
#D7E7D7
(215,231,215)
#E1EEE4
(225,238,228)
#EBF5F1
(235,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87AF6F color. Also use rgb(135,175,111) instead hex code.

Text Font Color

.myTextColor { color: #87AF6F; }

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

This text font color is #87AF6F.

Background Color

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

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

This div background color is #87AF6F.

Border color

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

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

This div border color is #87AF6F.

Opacity

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

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

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

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

This text has shadow with #87AF6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87AF6F.

Preview

Color preview on black background

This text has color #87AF6F on black background.


Color preview on white background

This text has color #87AF6F on white background.


Black color preview on #87AF6F background

This text has black color on #87AF6F background.


White color preview on #87AF6F background

This text has white color on #87AF6F background.


Related colors

Complementary color

Complementary color for #hex is #785090.


I love getcolorcode.com

Triadic colors

1 #6F87AF and #AF6F87 with #87AF6F are triadic colors.

2 #6FAF87 and #AF876F with #87AF6F are triadic colors.