COLOR #82B29F

HEX: #82B29F RGB: (130,178,159)

Color info

#82B29F contains red, green and blue colors in about the same proportion. Web safe color of #82B29F is #999999 (or #999).

RGB color model

#82B29F color RGB value is (130,178,159).

RGB: (130,178,159) (51%, 70%, 62%)

RGB channels and saturation

R 130 of 255 = 51%
G 178 of 255 = 70%
B 159 of 255 = 62%

130
178
159

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

Portions of RGB colors in percentages

R + G + B = 130 + 178 + 159 = 467 (100%)
R 130 of 467 ~ 27.84%
G 178 of 467 ~ 38.12%
B 159 of 467 ~ 34.05'%

%27.84
%38.12
%34.05

CMYK color model

#82B29F color CMYK value is (27,0,11,30).

  • cyan value is 26.97%
  • magenta value is 0.00%
  • yellow value is 10.67%
  • key color value is 30.20%

CMYK: (27,0,11,30)
C27M0Y11K30 (27%, 0%, 11%, 30%)
(0.27 / 0.00 / 0.11 / 0.30)

CMYK percentages

%26.97
%0
%10.67
%30.2

Codes

Color #82B29F in popluar color models

82 B2 9F
RGB 130 178 159
HSL 156° 23.76% 60.39%
HSB/HSV 156° 26.97% 69.80%
CMYK 26.97% 0.00% 10.67%
30.20%

Color #82B29F in popluar number systems.

HEX 82 B2 9F
Decimal 130 178 159
Binary 10000010 10110010 10011111
Octal 202 262 237

Shades and tints

Shades of #82B29F

#82B29F
(130,178,159)
#77A291
(119,162,145)
#6C9283
(108,146,131)
#618275
(97,130,117)
#567267
(86,114,103)
#4B6259
(75,98,89)
#40524B
(64,82,75)
#35423D
(53,66,61)
#2A322F
(42,50,47)
#1F2221
(31,34,33)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #82B29F

#82B29F
(130,178,159)
#8DB9A7
(141,185,167)
#98C0AF
(152,192,175)
#A3C7B7
(163,199,183)
#AECEBF
(174,206,191)
#B9D5C7
(185,213,199)
#C4DCCF
(196,220,207)
#CFE3D7
(207,227,215)
#DAEADF
(218,234,223)
#E5F1E7
(229,241,231)
#F0F8EF
(240,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B29F color. Also use rgb(130,178,159) instead hex code.

Text Font Color

.myTextColor { color: #82B29F; }

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

This text font color is #82B29F.

Background Color

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

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

This div background color is #82B29F.

Border color

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

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

This div border color is #82B29F.

Opacity

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

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

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

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

This text has shadow with #82B29F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B29F.

Preview

Color preview on black background

This text has color #82B29F on black background.


Color preview on white background

This text has color #82B29F on white background.


Black color preview on #82B29F background

This text has black color on #82B29F background.


White color preview on #82B29F background

This text has white color on #82B29F background.


Related colors

Complementary color

Complementary color for #hex is #7D4D60.


I love getcolorcode.com

Triadic colors

1 #9F82B2 and #B29F82 with #82B29F are triadic colors.

2 #9FB282 and #B2829F with #82B29F are triadic colors.