COLOR #82AEAA

HEX: #82AEAA
RGB: (130,174,170)

Color info

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

RGB color model

#82AEAA color RGB value is (130,174,170).

  • red value is 130;
  • green value is 174;
  • blue value is 170.
RGB:
(130,174,170)
(51%,68%,67%)

RGB channels and saturation

R 130 of 255 = 51%
G 174 of 255 = 68%
B 170 of 255 = 67%

130
174
170

R + G + B ~ 62%. #82AEAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 174 + 170 = 474 (100%)
R 130 of 474 ~ 27.43%
G 174 of 474 ~ 36.71%
B 170 of 474 ~ 35.86%

%27.43
%36.71
%35.86

CMYK color model

#82AEAA color CMYK value is (25,0,2,32).

  • cyan value is 25.29%
  • magenta value is 0.00%
  • yellow value is 2.30%
  • key color value is 31.76%
CMYK:
(25,0,2,32)
C25M0Y2K32 
(25%,0%,2%,32%)
(0.25/0.00/0.02/0.32)	

CMYK percentages

%25.29
%0
%2.3
%31.76

Codes

Color #82AEAA in popluar color models

82AEAA
RGB130174170
HSL175°21.36%59.61%
HSB/HSV175°25.29%68.24%
CMYK25.29%0.00%2.30%
31.76%

Color #82AEAA in popluar number systems.

HEX82AEAA
Decimal130174170
Binary100000101010111010101010
Octal202256252

Shades and tints

Shades of #82AEAA

#82AEAA
(130,174,170)
#779F9B
(119,159,155)
#6C908C
(108,144,140)
#61817D
(97,129,125)
#56726E
(86,114,110)
#4B635F
(75,99,95)
#405450
(64,84,80)
#354541
(53,69,65)
#2A3632
(42,54,50)
#1F2723
(31,39,35)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #82AEAA

#82AEAA
(130,174,170)
#8DB5B1
(141,181,177)
#98BCB8
(152,188,184)
#A3C3BF
(163,195,191)
#AECAC6
(174,202,198)
#B9D1CD
(185,209,205)
#C4D8D4
(196,216,212)
#CFDFDB
(207,223,219)
#DAE6E2
(218,230,226)
#E5EDE9
(229,237,233)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82AEAA color. Also use rgb(130,174,170) instead hex code.

Text Font Color

.myTextColor { color: #82AEAA; }

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

This text font color is #82AEAA.


Background Color

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

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

This div background color is #82AEAA.


Border color

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

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

This div border color is #82AEAA.


Opacity

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

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

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

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

This text has shadow with #82AEAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82AEAA on black background.


Color preview on white background

This text has color #82AEAA on white background.



Black color preview on #82AEAA background

This text has black color on #82AEAA background.


White color preview on #82AEAA background

This text has white color on #82AEAA background.