COLOR #87A979

HEX: #87A979
RGB: (135,169,121)

Renk bilgisi

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

RGB renk modeli

#87A979 color RGB value is (135,169,121).

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

RGB bağlantıları ve doygunluk

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

135
169
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 169 + 121 = 425 (100%)
R 135 of 425 ~ 31.76%
G 169 of 425 ~ 39.76%
B 121 of 425 ~ 28.47%

%31.76
%39.76
%28.47

CMYK RENK MODELİ

#87A979 rengi CMYK tonu (20,0,28,34).

  • camgöbeği tonu 20.12%
  • eflatun tonu 0.00%
  • sarı tonu 28.40%
  • ana renk tonu 33.73%
CMYK:
(20,0,28,34)
C20M0Y28K34 
(20%,0%,28%,34%)
(0.20/0.00/0.28/0.34)	

CMYK yüzdeleri

%20.12
%0
%28.4
%33.73

Codes

Color #87A979 in popluar color models

87A979
RGB135169121
HSL103°21.82%56.86%
HSB/HSV103°28.40%66.27%
CMYK20.12%0.00%28.40%
33.73%

Color #87A979 in popluar number systems.

HEX87A979
Decimal135169121
Binary10000111101010011111001
Octal207251171

Shades and tints

Shades of #87A979

#87A979
(135,169,121)
#7B9A6E
(123,154,110)
#6F8B63
(111,139,99)
#637C58
(99,124,88)
#576D4D
(87,109,77)
#4B5E42
(75,94,66)
#3F4F37
(63,79,55)
#33402C
(51,64,44)
#273121
(39,49,33)
#1B2216
(27,34,22)
#0F130B
(15,19,11)
#000000
(0,0,0)

Tints of #87A979

#87A979
(135,169,121)
#91B085
(145,176,133)
#9BB791
(155,183,145)
#A5BE9D
(165,190,157)
#AFC5A9
(175,197,169)
#B9CCB5
(185,204,181)
#C3D3C1
(195,211,193)
#CDDACD
(205,218,205)
#D7E1D9
(215,225,217)
#E1E8E5
(225,232,229)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A979; }

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

This text font color is #87A979.


Background Color

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

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

This div background color is #87A979.


Border color

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

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

This div border color is #87A979.


Opacity

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

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

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

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

This text has shadow with #87A979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A979 on black background.


Color preview on white background

This text has color #87A979 on white background.



Black color preview on #87A979 background

This text has black color on #87A979 background.


White color preview on #87A979 background

This text has white color on #87A979 background.