COLOR #82B895

HEX: #82B895
RGB: (130,184,149)

Color info

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

RGB color model

#82B895 color RGB value is (130,184,149).

  • red value is 130;
  • green value is 184;
  • blue value is 149.
RGB:
(130,184,149)
(51%,72%,58%)

RGB channels and saturation

R 130 of 255 = 51%
G 184 of 255 = 72%
B 149 of 255 = 58%

130
184
149

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

Portions of RGB colors in percentages

R + G + B =
130 + 184 + 149 = 463 (100%)
R 130 of 463 ~ 28.08%
G 184 of 463 ~ 39.74%
B 149 of 463 ~ 32.18%

%28.08
%39.74
%32.18

CMYK color model

#82B895 color CMYK value is (29,0,19,28).

  • cyan value is 29.35%
  • magenta value is 0.00%
  • yellow value is 19.02%
  • key color value is 27.84%
CMYK:
(29,0,19,28)
C29M0Y19K28 
(29%,0%,19%,28%)
(0.29/0.00/0.19/0.28)	

CMYK percentages

%29.35
%0
%19.02
%27.84

Codes

Color #82B895 in popluar color models

82B895
RGB130184149
HSL141°27.55%61.57%
HSB/HSV141°29.35%72.16%
CMYK29.35%0.00%19.02%
27.84%

Color #82B895 in popluar number systems.

HEX82B895
Decimal130184149
Binary100000101011100010010101
Octal202270225

Shades and tints

Shades of #82B895

#82B895
(130,184,149)
#77A888
(119,168,136)
#6C987B
(108,152,123)
#61886E
(97,136,110)
#567861
(86,120,97)
#4B6854
(75,104,84)
#405847
(64,88,71)
#35483A
(53,72,58)
#2A382D
(42,56,45)
#1F2820
(31,40,32)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #82B895

#82B895
(130,184,149)
#8DBE9E
(141,190,158)
#98C4A7
(152,196,167)
#A3CAB0
(163,202,176)
#AED0B9
(174,208,185)
#B9D6C2
(185,214,194)
#C4DCCB
(196,220,203)
#CFE2D4
(207,226,212)
#DAE8DD
(218,232,221)
#E5EEE6
(229,238,230)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B895 color. Also use rgb(130,184,149) instead hex code.

Text Font Color

.myTextColor { color: #82B895; }

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

This text font color is #82B895.


Background Color

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

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

This div background color is #82B895.


Border color

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

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

This div border color is #82B895.


Opacity

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

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

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

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

This text has shadow with #82B895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B895 on black background.


Color preview on white background

This text has color #82B895 on white background.



Black color preview on #82B895 background

This text has black color on #82B895 background.


White color preview on #82B895 background

This text has white color on #82B895 background.