COLOR #82C969

HEX: #82C969
RGB: (130,201,105)

Color info

#82C969 contains mainly green color. Web safe color of #82C969 is #99CC66 (or #9C6).

RGB color model

#82C969 color RGB value is (130,201,105).

  • red value is 130;
  • green value is 201;
  • blue value is 105.
RGB:
(130,201,105)
(51%,79%,41%)

RGB channels and saturation

R 130 of 255 = 51%
G 201 of 255 = 79%
B 105 of 255 = 41%

130
201
105

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

Portions of RGB colors in percentages

R + G + B =
130 + 201 + 105 = 436 (100%)
R 130 of 436 ~ 29.82%
G 201 of 436 ~ 46.1%
B 105 of 436 ~ 24.08%

%29.82
%46.1
%24.08

CMYK color model

#82C969 color CMYK value is (35,0,48,21).

  • cyan value is 35.32%
  • magenta value is 0.00%
  • yellow value is 47.76%
  • key color value is 21.18%
CMYK:
(35,0,48,21)
C35M0Y48K21 
(35%,0%,48%,21%)
(0.35/0.00/0.48/0.21)	

CMYK percentages

%35.32
%0
%47.76
%21.18

Codes

Color #82C969 in popluar color models

82C969
RGB130201105
HSL104°47.06%60.00%
HSB/HSV104°47.76%78.82%
CMYK35.32%0.00%47.76%
21.18%

Color #82C969 in popluar number systems.

HEX82C969
Decimal130201105
Binary10000010110010011101001
Octal202311151

Shades and tints

Shades of #82C969

#82C969
(130,201,105)
#77B760
(119,183,96)
#6CA557
(108,165,87)
#61934E
(97,147,78)
#568145
(86,129,69)
#4B6F3C
(75,111,60)
#405D33
(64,93,51)
#354B2A
(53,75,42)
#2A3921
(42,57,33)
#1F2718
(31,39,24)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #82C969

#82C969
(130,201,105)
#8DCD76
(141,205,118)
#98D183
(152,209,131)
#A3D590
(163,213,144)
#AED99D
(174,217,157)
#B9DDAA
(185,221,170)
#C4E1B7
(196,225,183)
#CFE5C4
(207,229,196)
#DAE9D1
(218,233,209)
#E5EDDE
(229,237,222)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82C969 color. Also use rgb(130,201,105) instead hex code.

Text Font Color

.myTextColor { color: #82C969; }

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

This text font color is #82C969.


Background Color

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

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

This div background color is #82C969.


Border color

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

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

This div border color is #82C969.


Opacity

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

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

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

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

This text has shadow with #82C969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C969 on black background.


Color preview on white background

This text has color #82C969 on white background.



Black color preview on #82C969 background

This text has black color on #82C969 background.


White color preview on #82C969 background

This text has white color on #82C969 background.