COLOR #87AD76

HEX: #87AD76
RGB: (135,173,118)

Renk bilgisi

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

RGB renk modeli

#87AD76 color RGB value is (135,173,118).

  • kırmız ton 135;
  • yeşil ton 173;
  • mavi ton 118.
RGB:
(135,173,118)
(53%,68%,46%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 173 of 255 = 68%
B 118 of 255 = 46%

135
173
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 173 + 118 = 426 (100%)
R 135 of 426 ~ 31.69%
G 173 of 426 ~ 40.61%
B 118 of 426 ~ 27.7%

%31.69
%40.61
%27.7

CMYK RENK MODELİ

#87AD76 rengi CMYK tonu (22,0,32,32).

  • camgöbeği tonu 21.97%
  • eflatun tonu 0.00%
  • sarı tonu 31.79%
  • ana renk tonu 32.16%
CMYK:
(22,0,32,32)
C22M0Y32K32 
(22%,0%,32%,32%)
(0.22/0.00/0.32/0.32)	

CMYK yüzdeleri

%21.97
%0
%31.79
%32.16

Codes

Color #87AD76 in popluar color models

87AD76
RGB135173118
HSL101°25.11%57.06%
HSB/HSV101°31.79%67.84%
CMYK21.97%0.00%31.79%
32.16%

Color #87AD76 in popluar number systems.

HEX87AD76
Decimal135173118
Binary10000111101011011110110
Octal207255166

Shades and tints

Shades of #87AD76

#87AD76
(135,173,118)
#7B9E6C
(123,158,108)
#6F8F62
(111,143,98)
#638058
(99,128,88)
#57714E
(87,113,78)
#4B6244
(75,98,68)
#3F533A
(63,83,58)
#334430
(51,68,48)
#273526
(39,53,38)
#1B261C
(27,38,28)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #87AD76

#87AD76
(135,173,118)
#91B482
(145,180,130)
#9BBB8E
(155,187,142)
#A5C29A
(165,194,154)
#AFC9A6
(175,201,166)
#B9D0B2
(185,208,178)
#C3D7BE
(195,215,190)
#CDDECA
(205,222,202)
#D7E5D6
(215,229,214)
#E1ECE2
(225,236,226)
#EBF3EE
(235,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87AD76 color. Also use rgb(135,173,118) instead hex code.

Text Font Color

.myTextColor { color: #87AD76; }

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

This text font color is #87AD76.


Background Color

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

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

This div background color is #87AD76.


Border color

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

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

This div border color is #87AD76.


Opacity

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

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

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

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

This text has shadow with #87AD76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AD76 on black background.


Color preview on white background

This text has color #87AD76 on white background.



Black color preview on #87AD76 background

This text has black color on #87AD76 background.


White color preview on #87AD76 background

This text has white color on #87AD76 background.