COLOR #82AFB4

HEX: #82AFB4
RGB: (130,175,180)

Color info

#82AFB4 contains red, green and blue colors in about the same proportion. Web safe color of #82AFB4 is #9999CC (or #99C).

RGB color model

#82AFB4 color RGB value is (130,175,180).

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

RGB channels and saturation

R 130 of 255 = 51%
G 175 of 255 = 69%
B 180 of 255 = 71%

130
175
180

R + G + B ~ 64%. #82AFB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 175 + 180 = 485 (100%)
R 130 of 485 ~ 26.8%
G 175 of 485 ~ 36.08%
B 180 of 485 ~ 37.11%

%26.8
%36.08
%37.11

CMYK color model

#82AFB4 color CMYK value is (28,3,0,29).

  • cyan value is 27.78%
  • magenta value is 2.78%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(28,3,0,29)
C28M3Y0K29 
(28%,3%,0%,29%)
(0.28/0.03/0.00/0.29)	

CMYK percentages

%27.78
%2.78
%0
%29.41

Codes

Color #82AFB4 in popluar color models

82AFB4
RGB130175180
HSL186°25.00%60.78%
HSB/HSV186°27.78%70.59%
CMYK27.78%2.78%0.00%
29.41%

Color #82AFB4 in popluar number systems.

HEX82AFB4
Decimal130175180
Binary100000101010111110110100
Octal202257264

Shades and tints

Shades of #82AFB4

#82AFB4
(130,175,180)
#77A0A4
(119,160,164)
#6C9194
(108,145,148)
#618284
(97,130,132)
#567374
(86,115,116)
#4B6464
(75,100,100)
#405554
(64,85,84)
#354644
(53,70,68)
#2A3734
(42,55,52)
#1F2824
(31,40,36)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #82AFB4

#82AFB4
(130,175,180)
#8DB6BA
(141,182,186)
#98BDC0
(152,189,192)
#A3C4C6
(163,196,198)
#AECBCC
(174,203,204)
#B9D2D2
(185,210,210)
#C4D9D8
(196,217,216)
#CFE0DE
(207,224,222)
#DAE7E4
(218,231,228)
#E5EEEA
(229,238,234)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82AFB4; }

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

This text font color is #82AFB4.


Background Color

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

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

This div background color is #82AFB4.


Border color

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

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

This div border color is #82AFB4.


Opacity

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

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

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

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

This text has shadow with #82AFB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82AFB4 on black background.


Color preview on white background

This text has color #82AFB4 on white background.



Black color preview on #82AFB4 background

This text has black color on #82AFB4 background.


White color preview on #82AFB4 background

This text has white color on #82AFB4 background.