COLOR #87A977

HEX: #87A977
RGB: (135,169,119)

Renk bilgisi

#87A977 contains red, green and blue colors in about the same proportion. #87A977 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#87A977 color RGB value is (135,169,119).

  • kırmız ton 135;
  • yeşil ton 169;
  • mavi ton 119.
RGB:
(135,169,119)
(53%,66%,47%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 169 of 255 = 66%
B 119 of 255 = 47%

135
169
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 169 + 119 = 423 (100%)
R 135 of 423 ~ 31.91%
G 169 of 423 ~ 39.95%
B 119 of 423 ~ 28.13%

%31.91
%39.95
%28.13

CMYK RENK MODELİ

#87A977 rengi CMYK tonu (20,0,30,34).

  • camgöbeği tonu 20.12%
  • eflatun tonu 0.00%
  • sarı tonu 29.59%
  • ana renk tonu 33.73%
CMYK:
(20,0,30,34)
C20M0Y30K34 
(20%,0%,30%,34%)
(0.20/0.00/0.30/0.34)	

CMYK yüzdeleri

%20.12
%0
%29.59
%33.73

Codes

Color #87A977 in popluar color models

87A977
RGB135169119
HSL101°22.52%56.47%
HSB/HSV101°29.59%66.27%
CMYK20.12%0.00%29.59%
33.73%

Color #87A977 in popluar number systems.

HEX87A977
Decimal135169119
Binary10000111101010011110111
Octal207251167

Shades and tints

Shades of #87A977

#87A977
(135,169,119)
#7B9A6D
(123,154,109)
#6F8B63
(111,139,99)
#637C59
(99,124,89)
#576D4F
(87,109,79)
#4B5E45
(75,94,69)
#3F4F3B
(63,79,59)
#334031
(51,64,49)
#273127
(39,49,39)
#1B221D
(27,34,29)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #87A977

#87A977
(135,169,119)
#91B083
(145,176,131)
#9BB78F
(155,183,143)
#A5BE9B
(165,190,155)
#AFC5A7
(175,197,167)
#B9CCB3
(185,204,179)
#C3D3BF
(195,211,191)
#CDDACB
(205,218,203)
#D7E1D7
(215,225,215)
#E1E8E3
(225,232,227)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A977 color. Also use rgb(135,169,119) instead hex code.

Text Font Color

.myTextColor { color: #87A977; }

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

This text font color is #87A977.


Background Color

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

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

This div background color is #87A977.


Border color

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

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

This div border color is #87A977.


Opacity

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

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

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

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

This text has shadow with #87A977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A977 on black background.


Color preview on white background

This text has color #87A977 on white background.



Black color preview on #87A977 background

This text has black color on #87A977 background.


White color preview on #87A977 background

This text has white color on #87A977 background.