COLOR #82AFB2

HEX: #82AFB2
RGB: (130,175,178)

Color info

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

RGB color model

#82AFB2 color RGB value is (130,175,178).

  • red value is 130;
  • green value is 175;
  • blue value is 178.
RGB:
(130,175,178)
(51%,69%,70%)

RGB channels and saturation

R 130 of 255 = 51%
G 175 of 255 = 69%
B 178 of 255 = 70%

130
175
178

R + G + B ~ 63%. #82AFB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 175 + 178 = 483 (100%)
R 130 of 483 ~ 26.92%
G 175 of 483 ~ 36.23%
B 178 of 483 ~ 36.85%

%26.92
%36.23
%36.85

CMYK color model

#82AFB2 color CMYK value is (27,2,0,30).

  • cyan value is 26.97%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(27,2,0,30)
C27M2Y0K30 
(27%,2%,0%,30%)
(0.27/0.02/0.00/0.30)	

CMYK percentages

%26.97
%1.69
%0
%30.2

Codes

Color #82AFB2 in popluar color models

82AFB2
RGB130175178
HSL184°23.76%60.39%
HSB/HSV184°26.97%69.80%
CMYK26.97%1.69%0.00%
30.20%

Color #82AFB2 in popluar number systems.

HEX82AFB2
Decimal130175178
Binary100000101010111110110010
Octal202257262

Shades and tints

Shades of #82AFB2

#82AFB2
(130,175,178)
#77A0A2
(119,160,162)
#6C9192
(108,145,146)
#618282
(97,130,130)
#567372
(86,115,114)
#4B6462
(75,100,98)
#405552
(64,85,82)
#354642
(53,70,66)
#2A3732
(42,55,50)
#1F2822
(31,40,34)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #82AFB2

#82AFB2
(130,175,178)
#8DB6B9
(141,182,185)
#98BDC0
(152,189,192)
#A3C4C7
(163,196,199)
#AECBCE
(174,203,206)
#B9D2D5
(185,210,213)
#C4D9DC
(196,217,220)
#CFE0E3
(207,224,227)
#DAE7EA
(218,231,234)
#E5EEF1
(229,238,241)
#F0F5F8
(240,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82AFB2 color. Also use rgb(130,175,178) instead hex code.

Text Font Color

.myTextColor { color: #82AFB2; }

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

This text font color is #82AFB2.


Background Color

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

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

This div background color is #82AFB2.


Border color

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

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

This div border color is #82AFB2.


Opacity

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

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

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

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

This text has shadow with #82AFB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82AFB2 on black background.


Color preview on white background

This text has color #82AFB2 on white background.



Black color preview on #82AFB2 background

This text has black color on #82AFB2 background.


White color preview on #82AFB2 background

This text has white color on #82AFB2 background.