COLOR #87AB7F

HEX: #87AB7F
RGB: (135,171,127)

Renk bilgisi

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

RGB renk modeli

#87AB7F color RGB value is (135,171,127).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 171 of 255 = 67%
B 127 of 255 = 50%

135
171
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 171 + 127 = 433 (100%)
R 135 of 433 ~ 31.18%
G 171 of 433 ~ 39.49%
B 127 of 433 ~ 29.33%

%31.18
%39.49
%29.33

CMYK RENK MODELİ

#87AB7F rengi CMYK tonu (21,0,26,33).

  • camgöbeği tonu 21.05%
  • eflatun tonu 0.00%
  • sarı tonu 25.73%
  • ana renk tonu 32.94%
CMYK:
(21,0,26,33)
C21M0Y26K33 
(21%,0%,26%,33%)
(0.21/0.00/0.26/0.33)	

CMYK yüzdeleri

%21.05
%0
%25.73
%32.94

Codes

Color #87AB7F in popluar color models

87AB7F
RGB135171127
HSL109°20.75%58.43%
HSB/HSV109°25.73%67.06%
CMYK21.05%0.00%25.73%
32.94%

Color #87AB7F in popluar number systems.

HEX87AB7F
Decimal135171127
Binary10000111101010111111111
Octal207253177

Shades and tints

Shades of #87AB7F

#87AB7F
(135,171,127)
#7B9C74
(123,156,116)
#6F8D69
(111,141,105)
#637E5E
(99,126,94)
#576F53
(87,111,83)
#4B6048
(75,96,72)
#3F513D
(63,81,61)
#334232
(51,66,50)
#273327
(39,51,39)
#1B241C
(27,36,28)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #87AB7F

#87AB7F
(135,171,127)
#91B28A
(145,178,138)
#9BB995
(155,185,149)
#A5C0A0
(165,192,160)
#AFC7AB
(175,199,171)
#B9CEB6
(185,206,182)
#C3D5C1
(195,213,193)
#CDDCCC
(205,220,204)
#D7E3D7
(215,227,215)
#E1EAE2
(225,234,226)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AB7F; }

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

This text font color is #87AB7F.


Background Color

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

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

This div background color is #87AB7F.


Border color

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

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

This div border color is #87AB7F.


Opacity

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

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

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

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

This text has shadow with #87AB7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AB7F on black background.


Color preview on white background

This text has color #87AB7F on white background.



Black color preview on #87AB7F background

This text has black color on #87AB7F background.


White color preview on #87AB7F background

This text has white color on #87AB7F background.