COLOR #82AEC6

HEX: #82AEC6
RGB: (130,174,198)

Color info

#82AEC6 contains mainly green and blue colors. Web safe color of #82AEC6 is #9999CC (or #99C).

RGB color model

#82AEC6 color RGB value is (130,174,198).

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

RGB channels and saturation

R 130 of 255 = 51%
G 174 of 255 = 68%
B 198 of 255 = 78%

130
174
198

R + G + B ~ 66%. #82AEC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 174 + 198 = 502 (100%)
R 130 of 502 ~ 25.9%
G 174 of 502 ~ 34.66%
B 198 of 502 ~ 39.44%

%25.9
%34.66
%39.44

CMYK color model

#82AEC6 color CMYK value is (34,12,0,22).

  • cyan value is 34.34%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(34,12,0,22)
C34M12Y0K22 
(34%,12%,0%,22%)
(0.34/0.12/0.00/0.22)	

CMYK percentages

%34.34
%12.12
%0
%22.35

Codes

Color #82AEC6 in popluar color models

82AEC6
RGB130174198
HSL201°37.36%64.31%
HSB/HSV201°34.34%77.65%
CMYK34.34%12.12%0.00%
22.35%

Color #82AEC6 in popluar number systems.

HEX82AEC6
Decimal130174198
Binary100000101010111011000110
Octal202256306

Shades and tints

Shades of #82AEC6

#82AEC6
(130,174,198)
#779FB4
(119,159,180)
#6C90A2
(108,144,162)
#618190
(97,129,144)
#56727E
(86,114,126)
#4B636C
(75,99,108)
#40545A
(64,84,90)
#354548
(53,69,72)
#2A3636
(42,54,54)
#1F2724
(31,39,36)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #82AEC6

#82AEC6
(130,174,198)
#8DB5CB
(141,181,203)
#98BCD0
(152,188,208)
#A3C3D5
(163,195,213)
#AECADA
(174,202,218)
#B9D1DF
(185,209,223)
#C4D8E4
(196,216,228)
#CFDFE9
(207,223,233)
#DAE6EE
(218,230,238)
#E5EDF3
(229,237,243)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82AEC6; }

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

This text font color is #82AEC6.


Background Color

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

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

This div background color is #82AEC6.


Border color

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

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

This div border color is #82AEC6.


Opacity

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

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

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

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

This text has shadow with #82AEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82AEC6 on black background.


Color preview on white background

This text has color #82AEC6 on white background.



Black color preview on #82AEC6 background

This text has black color on #82AEC6 background.


White color preview on #82AEC6 background

This text has white color on #82AEC6 background.