COLOR #82A990

HEX: #82A990
RGB: (130,169,144)

Color info

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

RGB color model

#82A990 color RGB value is (130,169,144).

  • red value is 130;
  • green value is 169;
  • blue value is 144.
RGB: (130,169,144) (51%,66%,56%)

RGB channels and saturation

R 130 of 255 = 51%
G 169 of 255 = 66%
B 144 of 255 = 56%

130
169
144

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

Portions of RGB colors in percentages

R + G + B =
130 + 169 + 144 = 443 (100%)
R 130 of 443 ~ 29.35%
G 169 of 443 ~ 38.15%
B 144 of 443 ~ 32.51%

%29.35
%38.15
%32.51

CMYK color model

#82A990 color CMYK value is (23,0,15,34).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 14.79%
  • key color value is 33.73%
CMYK: (23,0,15,34) C23M0Y15K34 (23%,0%,15%,34%) (0.23/0.00/0.15/0.34)

CMYK percentages

%23.08
%0
%14.79
%33.73

Codes

Color #82A990 in popluar color models

82A990
RGB130169144
HSL142°18.48%58.63%
HSB/HSV142°23.08%66.27%
CMYK23.08%0.00%14.79%
33.73%

Color #82A990 in popluar number systems.

HEX82A990
Decimal130169144
Binary100000101010100110010000
Octal202251220

Shades and tints

Shades of #82A990

#82A990
(130,169,144)
#779A83
(119,154,131)
#6C8B76
(108,139,118)
#617C69
(97,124,105)
#566D5C
(86,109,92)
#4B5E4F
(75,94,79)
#404F42
(64,79,66)
#354035
(53,64,53)
#2A3128
(42,49,40)
#1F221B
(31,34,27)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #82A990

#82A990
(130,169,144)
#8DB09A
(141,176,154)
#98B7A4
(152,183,164)
#A3BEAE
(163,190,174)
#AEC5B8
(174,197,184)
#B9CCC2
(185,204,194)
#C4D3CC
(196,211,204)
#CFDAD6
(207,218,214)
#DAE1E0
(218,225,224)
#E5E8EA
(229,232,234)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A990 color. Also use rgb(130,169,144) instead hex code.

Text Font Color

.myTextColor { color: #82A990; }

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

This text font color is #82A990.


Background Color

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

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

This div background color is #82A990.


Border color

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

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

This div border color is #82A990.


Opacity

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

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

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

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

This text has shadow with #82A990 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #82A990 on black background.


Color preview on white background

This text has color #82A990 on white background.



Black color preview on #82A990 background

This text has black color on #82A990 background.


White color preview on #82A990 background

This text has white color on #82A990 background.