COLOR #87AB61

HEX: #87AB61
RGB: (135,171,97)

Renk bilgisi

#87AB61 contains mainly red and green colors. #87AB61 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#87AB61 color RGB value is (135,171,97).

  • kırmız ton 135;
  • yeşil ton 171;
  • mavi ton 97.
RGB:
(135,171,97)
(53%,67%,38%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 171 of 255 = 67%
B 97 of 255 = 38%

135
171
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 171 + 97 = 403 (100%)
R 135 of 403 ~ 33.5%
G 171 of 403 ~ 42.43%
B 97 of 403 ~ 24.07%

%33.5
%42.43
%24.07

CMYK RENK MODELİ

#87AB61 rengi CMYK tonu (21,0,43,33).

  • camgöbeği tonu 21.05%
  • eflatun tonu 0.00%
  • sarı tonu 43.27%
  • ana renk tonu 32.94%
CMYK:
(21,0,43,33)
C21M0Y43K33 
(21%,0%,43%,33%)
(0.21/0.00/0.43/0.33)	

CMYK yüzdeleri

%21.05
%0
%43.27
%32.94

Codes

Color #87AB61 in popluar color models

87AB61
RGB13517197
HSL89°30.58%52.55%
HSB/HSV89°43.27%67.06%
CMYK21.05%0.00%43.27%
32.94%

Color #87AB61 in popluar number systems.

HEX87AB61
Decimal13517197
Binary10000111101010111100001
Octal207253141

Shades and tints

Shades of #87AB61

#87AB61
(135,171,97)
#7B9C59
(123,156,89)
#6F8D51
(111,141,81)
#637E49
(99,126,73)
#576F41
(87,111,65)
#4B6039
(75,96,57)
#3F5131
(63,81,49)
#334229
(51,66,41)
#273321
(39,51,33)
#1B2419
(27,36,25)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #87AB61

#87AB61
(135,171,97)
#91B26F
(145,178,111)
#9BB97D
(155,185,125)
#A5C08B
(165,192,139)
#AFC799
(175,199,153)
#B9CEA7
(185,206,167)
#C3D5B5
(195,213,181)
#CDDCC3
(205,220,195)
#D7E3D1
(215,227,209)
#E1EADF
(225,234,223)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87AB61 color. Also use rgb(135,171,97) instead hex code.

Text Font Color

.myTextColor { color: #87AB61; }

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

This text font color is #87AB61.


Background Color

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

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

This div background color is #87AB61.


Border color

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

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

This div border color is #87AB61.


Opacity

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

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

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

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

This text has shadow with #87AB61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AB61 on black background.


Color preview on white background

This text has color #87AB61 on white background.



Black color preview on #87AB61 background

This text has black color on #87AB61 background.


White color preview on #87AB61 background

This text has white color on #87AB61 background.