COLOR #82B49C

HEX: #82B49C RGB: (130,180,156)

Color info

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

RGB color model

#82B49C color RGB value is (130,180,156).

RGB: (130,180,156) (51%, 71%, 61%)

RGB channels and saturation

R 130 of 255 = 51%
G 180 of 255 = 71%
B 156 of 255 = 61%

130
180
156

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

Portions of RGB colors in percentages

R + G + B = 130 + 180 + 156 = 466 (100%)
R 130 of 466 ~ 27.9%
G 180 of 466 ~ 38.63%
B 156 of 466 ~ 33.48'%

%27.9
%38.63
%33.48

CMYK color model

#82B49C color CMYK value is (28,0,13,29).

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

CMYK: (28,0,13,29)
C28M0Y13K29 (28%, 0%, 13%, 29%)
(0.28 / 0.00 / 0.13 / 0.29)

CMYK percentages

%27.78
%0
%13.33
%29.41

Codes

Color #82B49C in popluar color models

82 B4 9C
RGB 130 180 156
HSL 151° 25.00% 60.78%
HSB/HSV 151° 27.78% 70.59%
CMYK 27.78% 0.00% 13.33%
29.41%

Color #82B49C in popluar number systems.

HEX 82 B4 9C
Decimal 130 180 156
Binary 10000010 10110100 10011100
Octal 202 264 234

Shades and tints

Shades of #82B49C

#82B49C
(130,180,156)
#77A48E
(119,164,142)
#6C9480
(108,148,128)
#618472
(97,132,114)
#567464
(86,116,100)
#4B6456
(75,100,86)
#405448
(64,84,72)
#35443A
(53,68,58)
#2A342C
(42,52,44)
#1F241E
(31,36,30)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #82B49C

#82B49C
(130,180,156)
#8DBAA5
(141,186,165)
#98C0AE
(152,192,174)
#A3C6B7
(163,198,183)
#AECCC0
(174,204,192)
#B9D2C9
(185,210,201)
#C4D8D2
(196,216,210)
#CFDEDB
(207,222,219)
#DAE4E4
(218,228,228)
#E5EAED
(229,234,237)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82B49C; }

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

This text font color is #82B49C.

Background Color

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

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

This div background color is #82B49C.

Border color

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

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

This div border color is #82B49C.

Opacity

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

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

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

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

This text has shadow with #82B49C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B49C.

Preview

Color preview on black background

This text has color #82B49C on black background.


Color preview on white background

This text has color #82B49C on white background.


Black color preview on #82B49C background

This text has black color on #82B49C background.


White color preview on #82B49C background

This text has white color on #82B49C background.


Related colors

Complementary color

Complementary color for #hex is #7D4B63.


I love getcolorcode.com

Triadic colors

1 #9C82B4 and #B49C82 with #82B49C are triadic colors.

2 #9CB482 and #B4829C with #82B49C are triadic colors.