COLOR #82A08C

HEX: #82A08C RGB: (130,160,140)

Color info

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

RGB color model

#82A08C color RGB value is (130,160,140).

RGB: (130,160,140) (51%, 63%, 55%)

RGB channels and saturation

R 130 of 255 = 51%
G 160 of 255 = 63%
B 140 of 255 = 55%

130
160
140

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

Portions of RGB colors in percentages

R + G + B = 130 + 160 + 140 = 430 (100%)
R 130 of 430 ~ 30.23%
G 160 of 430 ~ 37.21%
B 140 of 430 ~ 32.56'%

%30.23
%37.21
%32.56

CMYK color model

#82A08C color CMYK value is (19,0,13,37).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 37.25%

CMYK: (19,0,13,37)
C19M0Y13K37 (19%, 0%, 13%, 37%)
(0.19 / 0.00 / 0.13 / 0.37)

CMYK percentages

%18.75
%0
%12.5
%37.25

Codes

Color #82A08C in popluar color models

82 A0 8C
RGB 130 160 140
HSL 140° 13.64% 56.86%
HSB/HSV 140° 18.75% 62.75%
CMYK 18.75% 0.00% 12.50%
37.25%

Color #82A08C in popluar number systems.

HEX 82 A0 8C
Decimal 130 160 140
Binary 10000010 10100000 10001100
Octal 202 240 214

Shades and tints

Shades of #82A08C

#82A08C
(130,160,140)
#779280
(119,146,128)
#6C8474
(108,132,116)
#617668
(97,118,104)
#56685C
(86,104,92)
#4B5A50
(75,90,80)
#404C44
(64,76,68)
#353E38
(53,62,56)
#2A302C
(42,48,44)
#1F2220
(31,34,32)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #82A08C

#82A08C
(130,160,140)
#8DA896
(141,168,150)
#98B0A0
(152,176,160)
#A3B8AA
(163,184,170)
#AEC0B4
(174,192,180)
#B9C8BE
(185,200,190)
#C4D0C8
(196,208,200)
#CFD8D2
(207,216,210)
#DAE0DC
(218,224,220)
#E5E8E6
(229,232,230)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A08C; }

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

This text font color is #82A08C.

Background Color

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

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

This div background color is #82A08C.

Border color

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

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

This div border color is #82A08C.

Opacity

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

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

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

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

This text has shadow with #82A08C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82A08C.

Preview

Color preview on black background

This text has color #82A08C on black background.


Color preview on white background

This text has color #82A08C on white background.


Black color preview on #82A08C background

This text has black color on #82A08C background.


White color preview on #82A08C background

This text has white color on #82A08C background.


Related colors

Complementary color

Complementary color for #hex is #7D5F73.


I love getcolorcode.com

Triadic colors

1 #8C82A0 and #A08C82 with #82A08C are triadic colors.

2 #8CA082 and #A0828C with #82A08C are triadic colors.