COLOR #82A299

HEX: #82A299 RGB: (130,162,153)

Color info

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

RGB color model

#82A299 color RGB value is (130,162,153).

RGB: (130,162,153) (51%, 64%, 60%)

RGB channels and saturation

R 130 of 255 = 51%
G 162 of 255 = 64%
B 153 of 255 = 60%

130
162
153

R + G + B ~ 58%. #82A299 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 162 + 153 = 445 (100%)
R 130 of 445 ~ 29.21%
G 162 of 445 ~ 36.4%
B 153 of 445 ~ 34.38'%

%29.21
%36.4
%34.38

CMYK color model

#82A299 color CMYK value is (20,0,6,36).

  • cyan value is 19.75%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 36.47%

CMYK: (20,0,6,36)
C20M0Y6K36 (20%, 0%, 6%, 36%)
(0.20 / 0.00 / 0.06 / 0.36)

CMYK percentages

%19.75
%0
%5.56
%36.47

Codes

Color #82A299 in popluar color models

82 A2 99
RGB 130 162 153
HSL 163° 14.68% 57.25%
HSB/HSV 163° 19.75% 63.53%
CMYK 19.75% 0.00% 5.56%
36.47%

Color #82A299 in popluar number systems.

HEX 82 A2 99
Decimal 130 162 153
Binary 10000010 10100010 10011001
Octal 202 242 231

Shades and tints

Shades of #82A299

#82A299
(130,162,153)
#77948C
(119,148,140)
#6C867F
(108,134,127)
#617872
(97,120,114)
#566A65
(86,106,101)
#4B5C58
(75,92,88)
#404E4B
(64,78,75)
#35403E
(53,64,62)
#2A3231
(42,50,49)
#1F2424
(31,36,36)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #82A299

#82A299
(130,162,153)
#8DAAA2
(141,170,162)
#98B2AB
(152,178,171)
#A3BAB4
(163,186,180)
#AEC2BD
(174,194,189)
#B9CAC6
(185,202,198)
#C4D2CF
(196,210,207)
#CFDAD8
(207,218,216)
#DAE2E1
(218,226,225)
#E5EAEA
(229,234,234)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A299; }

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

This text font color is #82A299.

Background Color

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

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

This div background color is #82A299.

Border color

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

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

This div border color is #82A299.

Opacity

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

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

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

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

This text has shadow with #82A299 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82A299.

Preview

Color preview on black background

This text has color #82A299 on black background.


Color preview on white background

This text has color #82A299 on white background.


Black color preview on #82A299 background

This text has black color on #82A299 background.


White color preview on #82A299 background

This text has white color on #82A299 background.


Related colors

Complementary color

Complementary color for #hex is #7D5D66.


I love getcolorcode.com

Triadic colors

1 #9982A2 and #A29982 with #82A299 are triadic colors.

2 #99A282 and #A28299 with #82A299 are triadic colors.