COLOR #82B697

HEX: #82B697
RGB: (130,182,151)

Color info

#82B697 contains red, green and blue colors in about the same proportion. Web safe color of #82B697 is #99CC99 (or #9C9).

RGB color model

#82B697 color RGB value is (130,182,151).

  • red value is 130;
  • green value is 182;
  • blue value is 151.
RGB:
(130,182,151)
(51%,71%,59%)

RGB channels and saturation

R 130 of 255 = 51%
G 182 of 255 = 71%
B 151 of 255 = 59%

130
182
151

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

Portions of RGB colors in percentages

R + G + B =
130 + 182 + 151 = 463 (100%)
R 130 of 463 ~ 28.08%
G 182 of 463 ~ 39.31%
B 151 of 463 ~ 32.61%

%28.08
%39.31
%32.61

CMYK color model

#82B697 color CMYK value is (29,0,17,29).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 17.03%
  • key color value is 28.63%
CMYK:
(29,0,17,29)
C29M0Y17K29 
(29%,0%,17%,29%)
(0.29/0.00/0.17/0.29)	

CMYK percentages

%28.57
%0
%17.03
%28.63

Codes

Color #82B697 in popluar color models

82B697
RGB130182151
HSL144°26.26%61.18%
HSB/HSV144°28.57%71.37%
CMYK28.57%0.00%17.03%
28.63%

Color #82B697 in popluar number systems.

HEX82B697
Decimal130182151
Binary100000101011011010010111
Octal202266227

Shades and tints

Shades of #82B697

#82B697
(130,182,151)
#77A68A
(119,166,138)
#6C967D
(108,150,125)
#618670
(97,134,112)
#567663
(86,118,99)
#4B6656
(75,102,86)
#405649
(64,86,73)
#35463C
(53,70,60)
#2A362F
(42,54,47)
#1F2622
(31,38,34)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #82B697

#82B697
(130,182,151)
#8DBCA0
(141,188,160)
#98C2A9
(152,194,169)
#A3C8B2
(163,200,178)
#AECEBB
(174,206,187)
#B9D4C4
(185,212,196)
#C4DACD
(196,218,205)
#CFE0D6
(207,224,214)
#DAE6DF
(218,230,223)
#E5ECE8
(229,236,232)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B697 color. Also use rgb(130,182,151) instead hex code.

Text Font Color

.myTextColor { color: #82B697; }

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

This text font color is #82B697.


Background Color

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

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

This div background color is #82B697.


Border color

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

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

This div border color is #82B697.


Opacity

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

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

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

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

This text has shadow with #82B697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B697 on black background.


Color preview on white background

This text has color #82B697 on white background.



Black color preview on #82B697 background

This text has black color on #82B697 background.


White color preview on #82B697 background

This text has white color on #82B697 background.