COLOR #82A69B

HEX: #82A69B
RGB: (130,166,155)

Color info

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

RGB color model

#82A69B color RGB value is (130,166,155).

  • red value is 130;
  • green value is 166;
  • blue value is 155.
RGB:
(130,166,155)
(51%,65%,61%)

RGB channels and saturation

R 130 of 255 = 51%
G 166 of 255 = 65%
B 155 of 255 = 61%

130
166
155

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

Portions of RGB colors in percentages

R + G + B =
130 + 166 + 155 = 451 (100%)
R 130 of 451 ~ 28.82%
G 166 of 451 ~ 36.81%
B 155 of 451 ~ 34.37%

%28.82
%36.81
%34.37

CMYK color model

#82A69B color CMYK value is (22,0,7,35).

  • cyan value is 21.69%
  • magenta value is 0.00%
  • yellow value is 6.63%
  • key color value is 34.90%
CMYK:
(22,0,7,35)
C22M0Y7K35 
(22%,0%,7%,35%)
(0.22/0.00/0.07/0.35)	

CMYK percentages

%21.69
%0
%6.63
%34.9

Codes

Color #82A69B in popluar color models

82A69B
RGB130166155
HSL162°16.82%58.04%
HSB/HSV162°21.69%65.10%
CMYK21.69%0.00%6.63%
34.90%

Color #82A69B in popluar number systems.

HEX82A69B
Decimal130166155
Binary100000101010011010011011
Octal202246233

Shades and tints

Shades of #82A69B

#82A69B
(130,166,155)
#77978D
(119,151,141)
#6C887F
(108,136,127)
#617971
(97,121,113)
#566A63
(86,106,99)
#4B5B55
(75,91,85)
#404C47
(64,76,71)
#353D39
(53,61,57)
#2A2E2B
(42,46,43)
#1F1F1D
(31,31,29)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #82A69B

#82A69B
(130,166,155)
#8DAEA4
(141,174,164)
#98B6AD
(152,182,173)
#A3BEB6
(163,190,182)
#AEC6BF
(174,198,191)
#B9CEC8
(185,206,200)
#C4D6D1
(196,214,209)
#CFDEDA
(207,222,218)
#DAE6E3
(218,230,227)
#E5EEEC
(229,238,236)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A69B; }

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

This text font color is #82A69B.


Background Color

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

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

This div background color is #82A69B.


Border color

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

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

This div border color is #82A69B.


Opacity

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

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

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

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

This text has shadow with #82A69B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A69B on black background.


Color preview on white background

This text has color #82A69B on white background.



Black color preview on #82A69B background

This text has black color on #82A69B background.


White color preview on #82A69B background

This text has white color on #82A69B background.