COLOR #87C680

HEX: #87C680
RGB: (135,198,128)

Renk bilgisi

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

RGB renk modeli

#87C680 color RGB value is (135,198,128).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 198 of 255 = 78%
B 128 of 255 = 50%

135
198
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 198 + 128 = 461 (100%)
R 135 of 461 ~ 29.28%
G 198 of 461 ~ 42.95%
B 128 of 461 ~ 27.77%

%29.28
%42.95
%27.77

CMYK RENK MODELİ

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

  • camgöbeği tonu 31.82%
  • eflatun tonu 0.00%
  • sarı tonu 35.35%
  • ana renk tonu 22.35%
CMYK:
(32,0,35,22)
C32M0Y35K22 
(32%,0%,35%,22%)
(0.32/0.00/0.35/0.22)	

CMYK yüzdeleri

%31.82
%0
%35.35
%22.35

Codes

Color #87C680 in popluar color models

87C680
RGB135198128
HSL114°38.04%63.92%
HSB/HSV114°35.35%77.65%
CMYK31.82%0.00%35.35%
22.35%

Color #87C680 in popluar number systems.

HEX87C680
Decimal135198128
Binary100001111100011010000000
Octal207306200

Shades and tints

Shades of #87C680

#87C680
(135,198,128)
#7BB475
(123,180,117)
#6FA26A
(111,162,106)
#63905F
(99,144,95)
#577E54
(87,126,84)
#4B6C49
(75,108,73)
#3F5A3E
(63,90,62)
#334833
(51,72,51)
#273628
(39,54,40)
#1B241D
(27,36,29)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #87C680

#87C680
(135,198,128)
#91CB8B
(145,203,139)
#9BD096
(155,208,150)
#A5D5A1
(165,213,161)
#AFDAAC
(175,218,172)
#B9DFB7
(185,223,183)
#C3E4C2
(195,228,194)
#CDE9CD
(205,233,205)
#D7EED8
(215,238,216)
#E1F3E3
(225,243,227)
#EBF8EE
(235,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87C680; }

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

This text font color is #87C680.


Background Color

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

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

This div background color is #87C680.


Border color

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

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

This div border color is #87C680.


Opacity

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

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

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

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

This text has shadow with #87C680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87C680 on black background.


Color preview on white background

This text has color #87C680 on white background.



Black color preview on #87C680 background

This text has black color on #87C680 background.


White color preview on #87C680 background

This text has white color on #87C680 background.