COLOR #82AEAC

HEX: #82AEAC RGB: (130,174,172)

Color info

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

RGB color model

#82AEAC color RGB value is (130,174,172).

RGB: (130,174,172) (51%, 68%, 67%)

RGB channels and saturation

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

130
174
172

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

Portions of RGB colors in percentages

R + G + B = 130 + 174 + 172 = 476 (100%)
R 130 of 476 ~ 27.31%
G 174 of 476 ~ 36.55%
B 172 of 476 ~ 36.13'%

%27.31
%36.55
%36.13

CMYK color model

#82AEAC color CMYK value is (25,0,1,32).

  • cyan value is 25.29%
  • magenta value is 0.00%
  • yellow value is 1.15%
  • key color value is 31.76%
CMYK: (25,0,1,32) C25M0Y1K32 (25%,0%,1%,32%) (0.25/0.00/0.01/0.32) 

CMYK percentages

%25.29
%0
%1.15
%31.76

Codes

Color #82AEAC in popluar color models

82 AE AC
RGB 130 174 172
HSL 177° 21.36% 59.61%
HSB/HSV 177° 25.29% 68.24%
CMYK 25.29% 0.00% 1.15%
31.76%

Color #82AEAC in popluar number systems.

HEX 82 AE AC
Decimal 130 174 172
Binary 10000010 10101110 10101100
Octal 202 256 254

Shades and tints

Shades of #82AEAC

#82AEAC
(130,174,172)
#779F9D
(119,159,157)
#6C908E
(108,144,142)
#61817F
(97,129,127)
#567270
(86,114,112)
#4B6361
(75,99,97)
#405452
(64,84,82)
#354543
(53,69,67)
#2A3634
(42,54,52)
#1F2725
(31,39,37)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #82AEAC

#82AEAC
(130,174,172)
#8DB5B3
(141,181,179)
#98BCBA
(152,188,186)
#A3C3C1
(163,195,193)
#AECAC8
(174,202,200)
#B9D1CF
(185,209,207)
#C4D8D6
(196,216,214)
#CFDFDD
(207,223,221)
#DAE6E4
(218,230,228)
#E5EDEB
(229,237,235)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82AEAC; }

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

This text font color is #82AEAC.

Background Color

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

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

This div background color is #82AEAC.

Border color

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

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

This div border color is #82AEAC.

Opacity

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

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

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

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

This text has shadow with #82AEAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82AEAC.

Preview

Color preview on black background

This text has color #82AEAC on black background.


Color preview on white background

This text has color #82AEAC on white background.


Black color preview on #82AEAC background

This text has black color on #82AEAC background.


White color preview on #82AEAC background

This text has white color on #82AEAC background.


Related colors

Complementary color

Complementary color for #hex is #7D5153.


I love getcolorcode.com

Triadic colors

1 #AC82AE and #AEAC82 with #82AEAC are triadic colors.

2 #ACAE82 and #AE82AC with #82AEAC are triadic colors.