COLOR #82ACAE

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

130
172
174

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

Portions of RGB colors in percentages

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

%27.31
%36.13
%36.55

CMYK color model

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

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

CMYK percentages

%25.29
%1.15
%0
%31.76

Codes

Color #82ACAE in popluar color models

82ACAE
RGB130172174
HSL183°21.36%59.61%
HSB/HSV183°25.29%68.24%
CMYK25.29%1.15%0.00%
31.76%

Color #82ACAE in popluar number systems.

HEX82ACAE
Decimal130172174
Binary100000101010110010101110
Octal202254256

Shades and tints

Shades of #82ACAE

#82ACAE
(130,172,174)
#779D9F
(119,157,159)
#6C8E90
(108,142,144)
#617F81
(97,127,129)
#567072
(86,112,114)
#4B6163
(75,97,99)
#405254
(64,82,84)
#354345
(53,67,69)
#2A3436
(42,52,54)
#1F2527
(31,37,39)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #82ACAE

#82ACAE
(130,172,174)
#8DB3B5
(141,179,181)
#98BABC
(152,186,188)
#A3C1C3
(163,193,195)
#AEC8CA
(174,200,202)
#B9CFD1
(185,207,209)
#C4D6D8
(196,214,216)
#CFDDDF
(207,221,223)
#DAE4E6
(218,228,230)
#E5EBED
(229,235,237)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82ACAE; }

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

This text font color is #82ACAE.


Background Color

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

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

This div background color is #82ACAE.


Border color

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

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

This div border color is #82ACAE.


Opacity

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

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

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

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

This text has shadow with #82ACAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82ACAE on black background.


Color preview on white background

This text has color #82ACAE on white background.



Black color preview on #82ACAE background

This text has black color on #82ACAE background.


White color preview on #82ACAE background

This text has white color on #82ACAE background.