COLOR #82A093

HEX: #82A093
RGB: (130,160,147)

Color info

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

RGB color model

#82A093 color RGB value is (130,160,147).

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

RGB channels and saturation

R 130 of 255 = 51%
G 160 of 255 = 63%
B 147 of 255 = 58%

130
160
147

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

Portions of RGB colors in percentages

R + G + B =
130 + 160 + 147 = 437 (100%)
R 130 of 437 ~ 29.75%
G 160 of 437 ~ 36.61%
B 147 of 437 ~ 33.64%

%29.75
%36.61
%33.64

CMYK color model

#82A093 color CMYK value is (19,0,8,37).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 8.13%
  • key color value is 37.25%
CMYK:
(19,0,8,37)
C19M0Y8K37 
(19%,0%,8%,37%)
(0.19/0.00/0.08/0.37)	

CMYK percentages

%18.75
%0
%8.13
%37.25

Codes

Color #82A093 in popluar color models

82A093
RGB130160147
HSL154°13.64%56.86%
HSB/HSV154°18.75%62.75%
CMYK18.75%0.00%8.13%
37.25%

Color #82A093 in popluar number systems.

HEX82A093
Decimal130160147
Binary100000101010000010010011
Octal202240223

Shades and tints

Shades of #82A093

#82A093
(130,160,147)
#779286
(119,146,134)
#6C8479
(108,132,121)
#61766C
(97,118,108)
#56685F
(86,104,95)
#4B5A52
(75,90,82)
#404C45
(64,76,69)
#353E38
(53,62,56)
#2A302B
(42,48,43)
#1F221E
(31,34,30)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #82A093

#82A093
(130,160,147)
#8DA89C
(141,168,156)
#98B0A5
(152,176,165)
#A3B8AE
(163,184,174)
#AEC0B7
(174,192,183)
#B9C8C0
(185,200,192)
#C4D0C9
(196,208,201)
#CFD8D2
(207,216,210)
#DAE0DB
(218,224,219)
#E5E8E4
(229,232,228)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A093; }

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

This text font color is #82A093.


Background Color

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

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

This div background color is #82A093.


Border color

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

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

This div border color is #82A093.


Opacity

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

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

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

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

This text has shadow with #82A093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A093 on black background.


Color preview on white background

This text has color #82A093 on white background.



Black color preview on #82A093 background

This text has black color on #82A093 background.


White color preview on #82A093 background

This text has white color on #82A093 background.