COLOR #82BDB6

HEX: #82BDB6 RGB: (130,189,182)

Color info

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

RGB color model

#82BDB6 color RGB value is (130,189,182).

RGB: (130,189,182) (51%, 74%, 71%)

RGB channels and saturation

R 130 of 255 = 51%
G 189 of 255 = 74%
B 182 of 255 = 71%

130
189
182

R + G + B ~ 65%. #82BDB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 189 + 182 = 501 (100%)
R 130 of 501 ~ 25.95%
G 189 of 501 ~ 37.72%
B 182 of 501 ~ 36.33'%

%25.95
%37.72
%36.33

CMYK color model

#82BDB6 color CMYK value is (31,0,4,26).

  • cyan value is 31.22%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 25.88%

CMYK: (31,0,4,26)
C31M0Y4K26 (31%, 0%, 4%, 26%)
(0.31 / 0.00 / 0.04 / 0.26)

CMYK percentages

%31.22
%0
%3.7
%25.88

Codes

Color #82BDB6 in popluar color models

82 BD B6
RGB 130 189 182
HSL 173° 30.89% 62.55%
HSB/HSV 173° 31.22% 74.12%
CMYK 31.22% 0.00% 3.70%
25.88%

Color #82BDB6 in popluar number systems.

HEX 82 BD B6
Decimal 130 189 182
Binary 10000010 10111101 10110110
Octal 202 275 266

Shades and tints

Shades of #82BDB6

#82BDB6
(130,189,182)
#77ACA6
(119,172,166)
#6C9B96
(108,155,150)
#618A86
(97,138,134)
#567976
(86,121,118)
#4B6866
(75,104,102)
#405756
(64,87,86)
#354646
(53,70,70)
#2A3536
(42,53,54)
#1F2426
(31,36,38)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #82BDB6

#82BDB6
(130,189,182)
#8DC3BC
(141,195,188)
#98C9C2
(152,201,194)
#A3CFC8
(163,207,200)
#AED5CE
(174,213,206)
#B9DBD4
(185,219,212)
#C4E1DA
(196,225,218)
#CFE7E0
(207,231,224)
#DAEDE6
(218,237,230)
#E5F3EC
(229,243,236)
#F0F9F2
(240,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82BDB6 color. Also use rgb(130,189,182) instead hex code.

Text Font Color

.myTextColor { color: #82BDB6; }

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

This text font color is #82BDB6.

Background Color

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

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

This div background color is #82BDB6.

Border color

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

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

This div border color is #82BDB6.

Opacity

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

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

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

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

This text has shadow with #82BDB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82BDB6.

Preview

Color preview on black background

This text has color #82BDB6 on black background.


Color preview on white background

This text has color #82BDB6 on white background.


Black color preview on #82BDB6 background

This text has black color on #82BDB6 background.


White color preview on #82BDB6 background

This text has white color on #82BDB6 background.


Related colors

Complementary color

Complementary color for #hex is #7D4249.


I love getcolorcode.com

Triadic colors

1 #B682BD and #BDB682 with #82BDB6 are triadic colors.

2 #B6BD82 and #BD82B6 with #82BDB6 are triadic colors.