COLOR #82AFAB

HEX: #82AFAB
RGB: (130,175,171)

Color info

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

RGB color model

#82AFAB color RGB value is (130,175,171).

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

RGB channels and saturation

R 130 of 255 = 51%
G 175 of 255 = 69%
B 171 of 255 = 67%

130
175
171

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

Portions of RGB colors in percentages

R + G + B =
130 + 175 + 171 = 476 (100%)
R 130 of 476 ~ 27.31%
G 175 of 476 ~ 36.76%
B 171 of 476 ~ 35.92%

%27.31
%36.76
%35.92

CMYK color model

#82AFAB color CMYK value is (26,0,2,31).

  • cyan value is 25.71%
  • magenta value is 0.00%
  • yellow value is 2.29%
  • key color value is 31.37%
CMYK:
(26,0,2,31)
C26M0Y2K31 
(26%,0%,2%,31%)
(0.26/0.00/0.02/0.31)	

CMYK percentages

%25.71
%0
%2.29
%31.37

Codes

Color #82AFAB in popluar color models

82AFAB
RGB130175171
HSL175°21.95%59.80%
HSB/HSV175°25.71%68.63%
CMYK25.71%0.00%2.29%
31.37%

Color #82AFAB in popluar number systems.

HEX82AFAB
Decimal130175171
Binary100000101010111110101011
Octal202257253

Shades and tints

Shades of #82AFAB

#82AFAB
(130,175,171)
#77A09C
(119,160,156)
#6C918D
(108,145,141)
#61827E
(97,130,126)
#56736F
(86,115,111)
#4B6460
(75,100,96)
#405551
(64,85,81)
#354642
(53,70,66)
#2A3733
(42,55,51)
#1F2824
(31,40,36)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #82AFAB

#82AFAB
(130,175,171)
#8DB6B2
(141,182,178)
#98BDB9
(152,189,185)
#A3C4C0
(163,196,192)
#AECBC7
(174,203,199)
#B9D2CE
(185,210,206)
#C4D9D5
(196,217,213)
#CFE0DC
(207,224,220)
#DAE7E3
(218,231,227)
#E5EEEA
(229,238,234)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82AFAB; }

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

This text font color is #82AFAB.


Background Color

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

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

This div background color is #82AFAB.


Border color

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

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

This div border color is #82AFAB.


Opacity

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

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

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

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

This text has shadow with #82AFAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82AFAB on black background.


Color preview on white background

This text has color #82AFAB on white background.



Black color preview on #82AFAB background

This text has black color on #82AFAB background.


White color preview on #82AFAB background

This text has white color on #82AFAB background.