COLOR #82B498

HEX: #82B498 RGB: (130,180,152)

Color info

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

RGB color model

#82B498 color RGB value is (130,180,152).

RGB: (130,180,152) (51%, 71%, 60%)

RGB channels and saturation

R 130 of 255 = 51%
G 180 of 255 = 71%
B 152 of 255 = 60%

130
180
152

R + G + B ~ 61%. #82B498 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 180 + 152 = 462 (100%)
R 130 of 462 ~ 28.14%
G 180 of 462 ~ 38.96%
B 152 of 462 ~ 32.9'%

%28.14
%38.96
%32.9

CMYK color model

#82B498 color CMYK value is (28,0,16,29).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 15.56%
  • key color value is 29.41%

CMYK: (28,0,16,29)
C28M0Y16K29 (28%, 0%, 16%, 29%)
(0.28 / 0.00 / 0.16 / 0.29)

CMYK percentages

%27.78
%0
%15.56
%29.41

Codes

Color #82B498 in popluar color models

82 B4 98
RGB 130 180 152
HSL 146° 25.00% 60.78%
HSB/HSV 146° 27.78% 70.59%
CMYK 27.78% 0.00% 15.56%
29.41%

Color #82B498 in popluar number systems.

HEX 82 B4 98
Decimal 130 180 152
Binary 10000010 10110100 10011000
Octal 202 264 230

Shades and tints

Shades of #82B498

#82B498
(130,180,152)
#77A48B
(119,164,139)
#6C947E
(108,148,126)
#618471
(97,132,113)
#567464
(86,116,100)
#4B6457
(75,100,87)
#40544A
(64,84,74)
#35443D
(53,68,61)
#2A3430
(42,52,48)
#1F2423
(31,36,35)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #82B498

#82B498
(130,180,152)
#8DBAA1
(141,186,161)
#98C0AA
(152,192,170)
#A3C6B3
(163,198,179)
#AECCBC
(174,204,188)
#B9D2C5
(185,210,197)
#C4D8CE
(196,216,206)
#CFDED7
(207,222,215)
#DAE4E0
(218,228,224)
#E5EAE9
(229,234,233)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B498 color. Also use rgb(130,180,152) instead hex code.

Text Font Color

.myTextColor { color: #82B498; }

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

This text font color is #82B498.

Background Color

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

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

This div background color is #82B498.

Border color

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

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

This div border color is #82B498.

Opacity

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

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

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

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

This text has shadow with #82B498 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B498.

Preview

Color preview on black background

This text has color #82B498 on black background.


Color preview on white background

This text has color #82B498 on white background.


Black color preview on #82B498 background

This text has black color on #82B498 background.


White color preview on #82B498 background

This text has white color on #82B498 background.


Related colors

Complementary color

Complementary color for #hex is #7D4B67.


I love getcolorcode.com

Triadic colors

1 #9882B4 and #B49882 with #82B498 are triadic colors.

2 #98B482 and #B48298 with #82B498 are triadic colors.