COLOR #82A9B8

HEX: #82A9B8
RGB: (130,169,184)

Color info

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

RGB color model

#82A9B8 color RGB value is (130,169,184).

  • red value is 130;
  • green value is 169;
  • blue value is 184.
RGB:
(130,169,184)
(51%,66%,72%)

RGB channels and saturation

R 130 of 255 = 51%
G 169 of 255 = 66%
B 184 of 255 = 72%

130
169
184

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

Portions of RGB colors in percentages

R + G + B =
130 + 169 + 184 = 483 (100%)
R 130 of 483 ~ 26.92%
G 169 of 483 ~ 34.99%
B 184 of 483 ~ 38.1%

%26.92
%34.99
%38.1

CMYK color model

#82A9B8 color CMYK value is (29,8,0,28).

  • cyan value is 29.35%
  • magenta value is 8.15%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(29,8,0,28)
C29M8Y0K28 
(29%,8%,0%,28%)
(0.29/0.08/0.00/0.28)	

CMYK percentages

%29.35
%8.15
%0
%27.84

Codes

Color #82A9B8 in popluar color models

82A9B8
RGB130169184
HSL197°27.55%61.57%
HSB/HSV197°29.35%72.16%
CMYK29.35%8.15%0.00%
27.84%

Color #82A9B8 in popluar number systems.

HEX82A9B8
Decimal130169184
Binary100000101010100110111000
Octal202251270

Shades and tints

Shades of #82A9B8

#82A9B8
(130,169,184)
#779AA8
(119,154,168)
#6C8B98
(108,139,152)
#617C88
(97,124,136)
#566D78
(86,109,120)
#4B5E68
(75,94,104)
#404F58
(64,79,88)
#354048
(53,64,72)
#2A3138
(42,49,56)
#1F2228
(31,34,40)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #82A9B8

#82A9B8
(130,169,184)
#8DB0BE
(141,176,190)
#98B7C4
(152,183,196)
#A3BECA
(163,190,202)
#AEC5D0
(174,197,208)
#B9CCD6
(185,204,214)
#C4D3DC
(196,211,220)
#CFDAE2
(207,218,226)
#DAE1E8
(218,225,232)
#E5E8EE
(229,232,238)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A9B8 color. Also use rgb(130,169,184) instead hex code.

Text Font Color

.myTextColor { color: #82A9B8; }

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

This text font color is #82A9B8.


Background Color

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

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

This div background color is #82A9B8.


Border color

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

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

This div border color is #82A9B8.


Opacity

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

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

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

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

This text has shadow with #82A9B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A9B8 on black background.


Color preview on white background

This text has color #82A9B8 on white background.



Black color preview on #82A9B8 background

This text has black color on #82A9B8 background.


White color preview on #82A9B8 background

This text has white color on #82A9B8 background.