COLOR #82B8B2

HEX: #82B8B2 RGB: (130,184,178)

Color info

#82B8B2 contains red, green and blue colors in about the same proportion. Web safe color of #82B8B2 is #99CC99 (or #9C9).

RGB color model

#82B8B2 color RGB value is (130,184,178).

RGB: (130,184,178) (51%, 72%, 70%)

RGB channels and saturation

R 130 of 255 = 51%
G 184 of 255 = 72%
B 178 of 255 = 70%

130
184
178

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

Portions of RGB colors in percentages

R + G + B = 130 + 184 + 178 = 492 (100%)
R 130 of 492 ~ 26.42%
G 184 of 492 ~ 37.4%
B 178 of 492 ~ 36.18'%

%26.42
%37.4
%36.18

CMYK color model

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

  • cyan value is 29.35%
  • magenta value is 0.00%
  • yellow value is 3.26%
  • key color value is 27.84%

CMYK: (29,0,3,28)
C29M0Y3K28 (29%, 0%, 3%, 28%)
(0.29 / 0.00 / 0.03 / 0.28)

CMYK percentages

%29.35
%0
%3.26
%27.84

Codes

Color #82B8B2 in popluar color models

82 B8 B2
RGB 130 184 178
HSL 173° 27.55% 61.57%
HSB/HSV 173° 29.35% 72.16%
CMYK 29.35% 0.00% 3.26%
27.84%

Color #82B8B2 in popluar number systems.

HEX 82 B8 B2
Decimal 130 184 178
Binary 10000010 10111000 10110010
Octal 202 270 262

Shades and tints

Shades of #82B8B2

#82B8B2
(130,184,178)
#77A8A2
(119,168,162)
#6C9892
(108,152,146)
#618882
(97,136,130)
#567872
(86,120,114)
#4B6862
(75,104,98)
#405852
(64,88,82)
#354842
(53,72,66)
#2A3832
(42,56,50)
#1F2822
(31,40,34)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #82B8B2

#82B8B2
(130,184,178)
#8DBEB9
(141,190,185)
#98C4C0
(152,196,192)
#A3CAC7
(163,202,199)
#AED0CE
(174,208,206)
#B9D6D5
(185,214,213)
#C4DCDC
(196,220,220)
#CFE2E3
(207,226,227)
#DAE8EA
(218,232,234)
#E5EEF1
(229,238,241)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82B8B2; }

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

This text font color is #82B8B2.

Background Color

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

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

This div background color is #82B8B2.

Border color

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

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

This div border color is #82B8B2.

Opacity

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

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

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

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

This text has shadow with #82B8B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B8B2.

Preview

Color preview on black background

This text has color #82B8B2 on black background.


Color preview on white background

This text has color #82B8B2 on white background.


Black color preview on #82B8B2 background

This text has black color on #82B8B2 background.


White color preview on #82B8B2 background

This text has white color on #82B8B2 background.


Related colors

Complementary color

Complementary color for #hex is #7D474D.


I love getcolorcode.com

Triadic colors

1 #B282B8 and #B8B282 with #82B8B2 are triadic colors.

2 #B2B882 and #B882B2 with #82B8B2 are triadic colors.