COLOR #82A099

HEX: #82A099 RGB: (130,160,153)

Color info

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

RGB color model

#82A099 color RGB value is (130,160,153).

RGB: (130,160,153) (51%, 63%, 60%)

RGB channels and saturation

R 130 of 255 = 51%
G 160 of 255 = 63%
B 153 of 255 = 60%

130
160
153

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

Portions of RGB colors in percentages

R + G + B = 130 + 160 + 153 = 443 (100%)
R 130 of 443 ~ 29.35%
G 160 of 443 ~ 36.12%
B 153 of 443 ~ 34.54'%

%29.35
%36.12
%34.54

CMYK color model

#82A099 color CMYK value is (19,0,4,37).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 4.38%
  • key color value is 37.25%

CMYK: (19,0,4,37)
C19M0Y4K37 (19%, 0%, 4%, 37%)
(0.19 / 0.00 / 0.04 / 0.37)

CMYK percentages

%18.75
%0
%4.38
%37.25

Codes

Color #82A099 in popluar color models

82 A0 99
RGB 130 160 153
HSL 166° 13.64% 56.86%
HSB/HSV 166° 18.75% 62.75%
CMYK 18.75% 0.00% 4.38%
37.25%

Color #82A099 in popluar number systems.

HEX 82 A0 99
Decimal 130 160 153
Binary 10000010 10100000 10011001
Octal 202 240 231

Shades and tints

Shades of #82A099

#82A099
(130,160,153)
#77928C
(119,146,140)
#6C847F
(108,132,127)
#617672
(97,118,114)
#566865
(86,104,101)
#4B5A58
(75,90,88)
#404C4B
(64,76,75)
#353E3E
(53,62,62)
#2A3031
(42,48,49)
#1F2224
(31,34,36)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #82A099

#82A099
(130,160,153)
#8DA8A2
(141,168,162)
#98B0AB
(152,176,171)
#A3B8B4
(163,184,180)
#AEC0BD
(174,192,189)
#B9C8C6
(185,200,198)
#C4D0CF
(196,208,207)
#CFD8D8
(207,216,216)
#DAE0E1
(218,224,225)
#E5E8EA
(229,232,234)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A099; }

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

This text font color is #82A099.

Background Color

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

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

This div background color is #82A099.

Border color

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

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

This div border color is #82A099.

Opacity

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

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

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

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

This text has shadow with #82A099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82A099.

Preview

Color preview on black background

This text has color #82A099 on black background.


Color preview on white background

This text has color #82A099 on white background.


Black color preview on #82A099 background

This text has black color on #82A099 background.


White color preview on #82A099 background

This text has white color on #82A099 background.


Related colors

Complementary color

Complementary color for #hex is #7D5F66.


I love getcolorcode.com

Triadic colors

1 #9982A0 and #A09982 with #82A099 are triadic colors.

2 #99A082 and #A08299 with #82A099 are triadic colors.