COLOR #82A09B

HEX: #82A09B RGB: (130,160,155)

Color info

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

RGB color model

#82A09B color RGB value is (130,160,155).

RGB: (130,160,155) (51%, 63%, 61%)

RGB channels and saturation

R 130 of 255 = 51%
G 160 of 255 = 63%
B 155 of 255 = 61%

130
160
155

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

Portions of RGB colors in percentages

R + G + B = 130 + 160 + 155 = 445 (100%)
R 130 of 445 ~ 29.21%
G 160 of 445 ~ 35.96%
B 155 of 445 ~ 34.83'%

%29.21
%35.96
%34.83

CMYK color model

#82A09B color CMYK value is (19,0,3,37).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 3.13%
  • key color value is 37.25%
CMYK: (19,0,3,37) C19M0Y3K37 (19%,0%,3%,37%) (0.19/0.00/0.03/0.37) 

CMYK percentages

%18.75
%0
%3.13
%37.25

Codes

Color #82A09B in popluar color models

82 A0 9B
RGB 130 160 155
HSL 170° 13.64% 56.86%
HSB/HSV 170° 18.75% 62.75%
CMYK 18.75% 0.00% 3.13%
37.25%

Color #82A09B in popluar number systems.

HEX 82 A0 9B
Decimal 130 160 155
Binary 10000010 10100000 10011011
Octal 202 240 233

Shades and tints

Shades of #82A09B

#82A09B
(130,160,155)
#77928D
(119,146,141)
#6C847F
(108,132,127)
#617671
(97,118,113)
#566863
(86,104,99)
#4B5A55
(75,90,85)
#404C47
(64,76,71)
#353E39
(53,62,57)
#2A302B
(42,48,43)
#1F221D
(31,34,29)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #82A09B

#82A09B
(130,160,155)
#8DA8A4
(141,168,164)
#98B0AD
(152,176,173)
#A3B8B6
(163,184,182)
#AEC0BF
(174,192,191)
#B9C8C8
(185,200,200)
#C4D0D1
(196,208,209)
#CFD8DA
(207,216,218)
#DAE0E3
(218,224,227)
#E5E8EC
(229,232,236)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A09B; }

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

This text font color is #82A09B.

Background Color

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

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

This div background color is #82A09B.

Border color

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

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

This div border color is #82A09B.

Opacity

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

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

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

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

This text has shadow with #82A09B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82A09B.

Preview

Color preview on black background

This text has color #82A09B on black background.


Color preview on white background

This text has color #82A09B on white background.


Black color preview on #82A09B background

This text has black color on #82A09B background.


White color preview on #82A09B background

This text has white color on #82A09B background.


Related colors

Complementary color

Complementary color for #hex is #7D5F64.


I love getcolorcode.com

Triadic colors

1 #9B82A0 and #A09B82 with #82A09B are triadic colors.

2 #9BA082 and #A0829B with #82A09B are triadic colors.