COLOR #82BAA8

HEX: #82BAA8
RGB: (130,186,168)

Color info

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

RGB color model

#82BAA8 color RGB value is (130,186,168).

  • red value is 130;
  • green value is 186;
  • blue value is 168.
RGB:
(130,186,168)
(51%,73%,66%)

RGB channels and saturation

R 130 of 255 = 51%
G 186 of 255 = 73%
B 168 of 255 = 66%

130
186
168

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

Portions of RGB colors in percentages

R + G + B =
130 + 186 + 168 = 484 (100%)
R 130 of 484 ~ 26.86%
G 186 of 484 ~ 38.43%
B 168 of 484 ~ 34.71%

%26.86
%38.43
%34.71

CMYK color model

#82BAA8 color CMYK value is (30,0,10,27).

  • cyan value is 30.11%
  • magenta value is 0.00%
  • yellow value is 9.68%
  • key color value is 27.06%
CMYK:
(30,0,10,27)
C30M0Y10K27 
(30%,0%,10%,27%)
(0.30/0.00/0.10/0.27)	

CMYK percentages

%30.11
%0
%9.68
%27.06

Codes

Color #82BAA8 in popluar color models

82BAA8
RGB130186168
HSL161°28.87%61.96%
HSB/HSV161°30.11%72.94%
CMYK30.11%0.00%9.68%
27.06%

Color #82BAA8 in popluar number systems.

HEX82BAA8
Decimal130186168
Binary100000101011101010101000
Octal202272250

Shades and tints

Shades of #82BAA8

#82BAA8
(130,186,168)
#77AA99
(119,170,153)
#6C9A8A
(108,154,138)
#618A7B
(97,138,123)
#567A6C
(86,122,108)
#4B6A5D
(75,106,93)
#405A4E
(64,90,78)
#354A3F
(53,74,63)
#2A3A30
(42,58,48)
#1F2A21
(31,42,33)
#141A12
(20,26,18)
#000000
(0,0,0)

Tints of #82BAA8

#82BAA8
(130,186,168)
#8DC0AF
(141,192,175)
#98C6B6
(152,198,182)
#A3CCBD
(163,204,189)
#AED2C4
(174,210,196)
#B9D8CB
(185,216,203)
#C4DED2
(196,222,210)
#CFE4D9
(207,228,217)
#DAEAE0
(218,234,224)
#E5F0E7
(229,240,231)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82BAA8 color. Also use rgb(130,186,168) instead hex code.

Text Font Color

.myTextColor { color: #82BAA8; }

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

This text font color is #82BAA8.


Background Color

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

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

This div background color is #82BAA8.


Border color

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

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

This div border color is #82BAA8.


Opacity

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

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

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

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

This text has shadow with #82BAA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82BAA8 on black background.


Color preview on white background

This text has color #82BAA8 on white background.



Black color preview on #82BAA8 background

This text has black color on #82BAA8 background.


White color preview on #82BAA8 background

This text has white color on #82BAA8 background.