COLOR #82D687

HEX: #82D687
RGB: (130,214,135)

Renk bilgisi

#82D687 contains mainly green color. #82D687 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#82D687 color RGB value is (130,214,135).

  • kırmız ton 130;
  • yeşil ton 214;
  • mavi ton 135.
RGB:
(130,214,135)
(51%,84%,53%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 214 of 255 = 84%
B 135 of 255 = 53%

130
214
135

R + G + B ~ 63%. #82D687 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 214 + 135 = 479 (100%)
R 130 of 479 ~ 27.14%
G 214 of 479 ~ 44.68%
B 135 of 479 ~ 28.18%

%27.14
%44.68
%28.18

CMYK RENK MODELİ

#82D687 rengi CMYK tonu (39,0,37,16).

  • camgöbeği tonu 39.25%
  • eflatun tonu 0.00%
  • sarı tonu 36.92%
  • ana renk tonu 16.08%
CMYK:
(39,0,37,16)
C39M0Y37K16 
(39%,0%,37%,16%)
(0.39/0.00/0.37/0.16)	

CMYK yüzdeleri

%39.25
%0
%36.92
%16.08

Codes

Color #82D687 in popluar color models

82D687
RGB130214135
HSL124°50.60%67.45%
HSB/HSV124°39.25%83.92%
CMYK39.25%0.00%36.92%
16.08%

Color #82D687 in popluar number systems.

HEX82D687
Decimal130214135
Binary100000101101011010000111
Octal202326207

Shades and tints

Shades of #82D687

#82D687
(130,214,135)
#77C37B
(119,195,123)
#6CB06F
(108,176,111)
#619D63
(97,157,99)
#568A57
(86,138,87)
#4B774B
(75,119,75)
#40643F
(64,100,63)
#355133
(53,81,51)
#2A3E27
(42,62,39)
#1F2B1B
(31,43,27)
#14180F
(20,24,15)
#000000
(0,0,0)

Tints of #82D687

#82D687
(130,214,135)
#8DD991
(141,217,145)
#98DC9B
(152,220,155)
#A3DFA5
(163,223,165)
#AEE2AF
(174,226,175)
#B9E5B9
(185,229,185)
#C4E8C3
(196,232,195)
#CFEBCD
(207,235,205)
#DAEED7
(218,238,215)
#E5F1E1
(229,241,225)
#F0F4EB
(240,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82D687 color. Also use rgb(130,214,135) instead hex code.

Text Font Color

.myTextColor { color: #82D687; }

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

This text font color is #82D687.


Background Color

.myBgColor { background-color: #82D687; }

<div style="background-color:#82D687">Inner text</div>

This div background color is #82D687.


Border color

.myBorderColor { border: 1px solid #82D687; }

<div style="border:3px solid #82D687">Div</div>

This div border color is #82D687.


Opacity

.myOpacity80 { color: #82D687; opacity: 0.8; }

<p style="color:#82D687;opacity:0.8;">80%</p>

Text with #82D687 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 #82D687;}

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

This text has shadow with #82D687 color.

.textShadow {text-shadow: 3px 3px 1px #82D687, 3px 3px 1px red;}

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

This text has shadow with #82D687 primary color and red secondary color.


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

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

This text has shadow with #82D687 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82D687 on black background.


Color preview on white background

This text has color #82D687 on white background.



Black color preview on #82D687 background

This text has black color on #82D687 background.


White color preview on #82D687 background

This text has white color on #82D687 background.