COLOR #87AD79

HEX: #87AD79
RGB: (135,173,121)

Renk bilgisi

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

RGB renk modeli

#87AD79 color RGB value is (135,173,121).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 173 of 255 = 68%
B 121 of 255 = 47%

135
173
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 173 + 121 = 429 (100%)
R 135 of 429 ~ 31.47%
G 173 of 429 ~ 40.33%
B 121 of 429 ~ 28.21%

%31.47
%40.33
%28.21

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%21.97
%0
%30.06
%32.16

Codes

Color #87AD79 in popluar color models

87AD79
RGB135173121
HSL104°24.07%57.65%
HSB/HSV104°30.06%67.84%
CMYK21.97%0.00%30.06%
32.16%

Color #87AD79 in popluar number systems.

HEX87AD79
Decimal135173121
Binary10000111101011011111001
Octal207255171

Shades and tints

Shades of #87AD79

#87AD79
(135,173,121)
#7B9E6E
(123,158,110)
#6F8F63
(111,143,99)
#638058
(99,128,88)
#57714D
(87,113,77)
#4B6242
(75,98,66)
#3F5337
(63,83,55)
#33442C
(51,68,44)
#273521
(39,53,33)
#1B2616
(27,38,22)
#0F170B
(15,23,11)
#000000
(0,0,0)

Tints of #87AD79

#87AD79
(135,173,121)
#91B485
(145,180,133)
#9BBB91
(155,187,145)
#A5C29D
(165,194,157)
#AFC9A9
(175,201,169)
#B9D0B5
(185,208,181)
#C3D7C1
(195,215,193)
#CDDECD
(205,222,205)
#D7E5D9
(215,229,217)
#E1ECE5
(225,236,229)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AD79; }

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

This text font color is #87AD79.


Background Color

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

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

This div background color is #87AD79.


Border color

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

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

This div border color is #87AD79.


Opacity

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

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

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

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

This text has shadow with #87AD79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AD79 on black background.


Color preview on white background

This text has color #87AD79 on white background.



Black color preview on #87AD79 background

This text has black color on #87AD79 background.


White color preview on #87AD79 background

This text has white color on #87AD79 background.