COLOR #82B3B0

HEX: #82B3B0 RGB: (130,179,176)

Color info

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

RGB color model

#82B3B0 color RGB value is (130,179,176).

RGB: (130,179,176) (51%, 70%, 69%)

RGB channels and saturation

R 130 of 255 = 51%
G 179 of 255 = 70%
B 176 of 255 = 69%

130
179
176

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

Portions of RGB colors in percentages

R + G + B = 130 + 179 + 176 = 485 (100%)
R 130 of 485 ~ 26.8%
G 179 of 485 ~ 36.91%
B 176 of 485 ~ 36.29'%

%26.8
%36.91
%36.29

CMYK color model

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

  • cyan value is 27.37%
  • magenta value is 0.00%
  • yellow value is 1.68%
  • key color value is 29.80%

CMYK: (27,0,2,30)
C27M0Y2K30 (27%, 0%, 2%, 30%)
(0.27 / 0.00 / 0.02 / 0.30)

CMYK percentages

%27.37
%0
%1.68
%29.8

Codes

Color #82B3B0 in popluar color models

82 B3 B0
RGB 130 179 176
HSL 176° 24.38% 60.59%
HSB/HSV 176° 27.37% 70.20%
CMYK 27.37% 0.00% 1.68%
29.80%

Color #82B3B0 in popluar number systems.

HEX 82 B3 B0
Decimal 130 179 176
Binary 10000010 10110011 10110000
Octal 202 263 260

Shades and tints

Shades of #82B3B0

#82B3B0
(130,179,176)
#77A3A0
(119,163,160)
#6C9390
(108,147,144)
#618380
(97,131,128)
#567370
(86,115,112)
#4B6360
(75,99,96)
#405350
(64,83,80)
#354340
(53,67,64)
#2A3330
(42,51,48)
#1F2320
(31,35,32)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #82B3B0

#82B3B0
(130,179,176)
#8DB9B7
(141,185,183)
#98BFBE
(152,191,190)
#A3C5C5
(163,197,197)
#AECBCC
(174,203,204)
#B9D1D3
(185,209,211)
#C4D7DA
(196,215,218)
#CFDDE1
(207,221,225)
#DAE3E8
(218,227,232)
#E5E9EF
(229,233,239)
#F0EFF6
(240,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B3B0 color. Also use rgb(130,179,176) instead hex code.

Text Font Color

.myTextColor { color: #82B3B0; }

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

This text font color is #82B3B0.

Background Color

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

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

This div background color is #82B3B0.

Border color

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

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

This div border color is #82B3B0.

Opacity

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

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

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

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

This text has shadow with #82B3B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B3B0.

Preview

Color preview on black background

This text has color #82B3B0 on black background.


Color preview on white background

This text has color #82B3B0 on white background.


Black color preview on #82B3B0 background

This text has black color on #82B3B0 background.


White color preview on #82B3B0 background

This text has white color on #82B3B0 background.


Related colors

Complementary color

Complementary color for #hex is #7D4C4F.


I love getcolorcode.com

Triadic colors

1 #B082B3 and #B3B082 with #82B3B0 are triadic colors.

2 #B0B382 and #B382B0 with #82B3B0 are triadic colors.