COLOR #82B499

HEX: #82B499 RGB: (130,180,153)

Color info

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

RGB color model

#82B499 color RGB value is (130,180,153).

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

RGB channels and saturation

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

130
180
153

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

Portions of RGB colors in percentages

R + G + B = 130 + 180 + 153 = 463 (100%)
R 130 of 463 ~ 28.08%
G 180 of 463 ~ 38.88%
B 153 of 463 ~ 33.05'%

%28.08
%38.88
%33.05

CMYK color model

#82B499 color CMYK value is (28,0,15,29).

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

CMYK: (28,0,15,29)
C28M0Y15K29 (28%, 0%, 15%, 29%)
(0.28 / 0.00 / 0.15 / 0.29)

CMYK percentages

%27.78
%0
%15
%29.41

Codes

Color #82B499 in popluar color models

82 B4 99
RGB 130 180 153
HSL 148° 25.00% 60.78%
HSB/HSV 148° 27.78% 70.59%
CMYK 27.78% 0.00% 15.00%
29.41%

Color #82B499 in popluar number systems.

HEX 82 B4 99
Decimal 130 180 153
Binary 10000010 10110100 10011001
Octal 202 264 231

Shades and tints

Shades of #82B499

#82B499
(130,180,153)
#77A48C
(119,164,140)
#6C947F
(108,148,127)
#618472
(97,132,114)
#567465
(86,116,101)
#4B6458
(75,100,88)
#40544B
(64,84,75)
#35443E
(53,68,62)
#2A3431
(42,52,49)
#1F2424
(31,36,36)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #82B499

#82B499
(130,180,153)
#8DBAA2
(141,186,162)
#98C0AB
(152,192,171)
#A3C6B4
(163,198,180)
#AECCBD
(174,204,189)
#B9D2C6
(185,210,198)
#C4D8CF
(196,216,207)
#CFDED8
(207,222,216)
#DAE4E1
(218,228,225)
#E5EAEA
(229,234,234)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82B499; }

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

This text font color is #82B499.

Background Color

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

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

This div background color is #82B499.

Border color

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

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

This div border color is #82B499.

Opacity

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

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

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

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

This text has shadow with #82B499 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B499.

Preview

Color preview on black background

This text has color #82B499 on black background.


Color preview on white background

This text has color #82B499 on white background.


Black color preview on #82B499 background

This text has black color on #82B499 background.


White color preview on #82B499 background

This text has white color on #82B499 background.


Related colors

Complementary color

Complementary color for #hex is #7D4B66.


I love getcolorcode.com

Triadic colors

1 #9982B4 and #B49982 with #82B499 are triadic colors.

2 #99B482 and #B48299 with #82B499 are triadic colors.