COLOR #87CA80

HEX: #87CA80
RGB: (135,202,128)

Renk bilgisi

#87CA80 contains mainly green color. #87CA80 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#87CA80 color RGB value is (135,202,128).

  • kırmız ton 135;
  • yeşil ton 202;
  • mavi ton 128.
RGB:
(135,202,128)
(53%,79%,50%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 202 of 255 = 79%
B 128 of 255 = 50%

135
202
128

R + G + B ~ 61%. #87CA80 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 202 + 128 = 465 (100%)
R 135 of 465 ~ 29.03%
G 202 of 465 ~ 43.44%
B 128 of 465 ~ 27.53%

%29.03
%43.44
%27.53

CMYK RENK MODELİ

#87CA80 rengi CMYK tonu (33,0,37,21).

  • camgöbeği tonu 33.17%
  • eflatun tonu 0.00%
  • sarı tonu 36.63%
  • ana renk tonu 20.78%
CMYK:
(33,0,37,21)
C33M0Y37K21 
(33%,0%,37%,21%)
(0.33/0.00/0.37/0.21)	

CMYK yüzdeleri

%33.17
%0
%36.63
%20.78

Codes

Color #87CA80 in popluar color models

87CA80
RGB135202128
HSL114°41.11%64.71%
HSB/HSV114°36.63%79.22%
CMYK33.17%0.00%36.63%
20.78%

Color #87CA80 in popluar number systems.

HEX87CA80
Decimal135202128
Binary100001111100101010000000
Octal207312200

Shades and tints

Shades of #87CA80

#87CA80
(135,202,128)
#7BB875
(123,184,117)
#6FA66A
(111,166,106)
#63945F
(99,148,95)
#578254
(87,130,84)
#4B7049
(75,112,73)
#3F5E3E
(63,94,62)
#334C33
(51,76,51)
#273A28
(39,58,40)
#1B281D
(27,40,29)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #87CA80

#87CA80
(135,202,128)
#91CE8B
(145,206,139)
#9BD296
(155,210,150)
#A5D6A1
(165,214,161)
#AFDAAC
(175,218,172)
#B9DEB7
(185,222,183)
#C3E2C2
(195,226,194)
#CDE6CD
(205,230,205)
#D7EAD8
(215,234,216)
#E1EEE3
(225,238,227)
#EBF2EE
(235,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87CA80 color. Also use rgb(135,202,128) instead hex code.

Text Font Color

.myTextColor { color: #87CA80; }

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

This text font color is #87CA80.


Background Color

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

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

This div background color is #87CA80.


Border color

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

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

This div border color is #87CA80.


Opacity

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

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

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

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

This text has shadow with #87CA80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87CA80 on black background.


Color preview on white background

This text has color #87CA80 on white background.



Black color preview on #87CA80 background

This text has black color on #87CA80 background.


White color preview on #87CA80 background

This text has white color on #87CA80 background.