COLOR #82A090

HEX: #82A090
RGB: (130,160,144)

Color info

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

RGB color model

#82A090 color RGB value is (130,160,144).

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

RGB channels and saturation

R 130 of 255 = 51%
G 160 of 255 = 63%
B 144 of 255 = 56%

130
160
144

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

Portions of RGB colors in percentages

R + G + B =
130 + 160 + 144 = 434 (100%)
R 130 of 434 ~ 29.95%
G 160 of 434 ~ 36.87%
B 144 of 434 ~ 33.18%

%29.95
%36.87
%33.18

CMYK color model

#82A090 color CMYK value is (19,0,10,37).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 37.25%
CMYK:
(19,0,10,37)
C19M0Y10K37 
(19%,0%,10%,37%)
(0.19/0.00/0.10/0.37)	

CMYK percentages

%18.75
%0
%10
%37.25

Codes

Color #82A090 in popluar color models

82A090
RGB130160144
HSL148°13.64%56.86%
HSB/HSV148°18.75%62.75%
CMYK18.75%0.00%10.00%
37.25%

Color #82A090 in popluar number systems.

HEX82A090
Decimal130160144
Binary100000101010000010010000
Octal202240220

Shades and tints

Shades of #82A090

#82A090
(130,160,144)
#779283
(119,146,131)
#6C8476
(108,132,118)
#617669
(97,118,105)
#56685C
(86,104,92)
#4B5A4F
(75,90,79)
#404C42
(64,76,66)
#353E35
(53,62,53)
#2A3028
(42,48,40)
#1F221B
(31,34,27)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #82A090

#82A090
(130,160,144)
#8DA89A
(141,168,154)
#98B0A4
(152,176,164)
#A3B8AE
(163,184,174)
#AEC0B8
(174,192,184)
#B9C8C2
(185,200,194)
#C4D0CC
(196,208,204)
#CFD8D6
(207,216,214)
#DAE0E0
(218,224,224)
#E5E8EA
(229,232,234)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A090; }

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

This text font color is #82A090.


Background Color

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

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

This div background color is #82A090.


Border color

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

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

This div border color is #82A090.


Opacity

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

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

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

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

This text has shadow with #82A090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A090 on black background.


Color preview on white background

This text has color #82A090 on white background.



Black color preview on #82A090 background

This text has black color on #82A090 background.


White color preview on #82A090 background

This text has white color on #82A090 background.