COLOR #82BCB7

HEX: #82BCB7 RGB: (130,188,183)

Color info

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

RGB color model

#82BCB7 color RGB value is (130,188,183).

RGB: (130,188,183) (51%, 74%, 72%)

RGB channels and saturation

R 130 of 255 = 51%
G 188 of 255 = 74%
B 183 of 255 = 72%

130
188
183

R + G + B ~ 66%. #82BCB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 188 + 183 = 501 (100%)
R 130 of 501 ~ 25.95%
G 188 of 501 ~ 37.52%
B 183 of 501 ~ 36.53'%

%25.95
%37.52
%36.53

CMYK color model

#82BCB7 color CMYK value is (31,0,3,26).

  • cyan value is 30.85%
  • magenta value is 0.00%
  • yellow value is 2.66%
  • key color value is 26.27%

CMYK: (31,0,3,26)
C31M0Y3K26 (31%, 0%, 3%, 26%)
(0.31 / 0.00 / 0.03 / 0.26)

CMYK percentages

%30.85
%0
%2.66
%26.27

Codes

Color #82BCB7 in popluar color models

82 BC B7
RGB 130 188 183
HSL 175° 30.21% 62.35%
HSB/HSV 175° 30.85% 73.73%
CMYK 30.85% 0.00% 2.66%
26.27%

Color #82BCB7 in popluar number systems.

HEX 82 BC B7
Decimal 130 188 183
Binary 10000010 10111100 10110111
Octal 202 274 267

Shades and tints

Shades of #82BCB7

#82BCB7
(130,188,183)
#77ABA7
(119,171,167)
#6C9A97
(108,154,151)
#618987
(97,137,135)
#567877
(86,120,119)
#4B6767
(75,103,103)
#405657
(64,86,87)
#354547
(53,69,71)
#2A3437
(42,52,55)
#1F2327
(31,35,39)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #82BCB7

#82BCB7
(130,188,183)
#8DC2BD
(141,194,189)
#98C8C3
(152,200,195)
#A3CEC9
(163,206,201)
#AED4CF
(174,212,207)
#B9DAD5
(185,218,213)
#C4E0DB
(196,224,219)
#CFE6E1
(207,230,225)
#DAECE7
(218,236,231)
#E5F2ED
(229,242,237)
#F0F8F3
(240,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82BCB7 color. Also use rgb(130,188,183) instead hex code.

Text Font Color

.myTextColor { color: #82BCB7; }

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

This text font color is #82BCB7.

Background Color

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

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

This div background color is #82BCB7.

Border color

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

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

This div border color is #82BCB7.

Opacity

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

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

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

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

This text has shadow with #82BCB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82BCB7.

Preview

Color preview on black background

This text has color #82BCB7 on black background.


Color preview on white background

This text has color #82BCB7 on white background.


Black color preview on #82BCB7 background

This text has black color on #82BCB7 background.


White color preview on #82BCB7 background

This text has white color on #82BCB7 background.


Related colors

Complementary color

Complementary color for #hex is #7D4348.


I love getcolorcode.com

Triadic colors

1 #B782BC and #BCB782 with #82BCB7 are triadic colors.

2 #B7BC82 and #BC82B7 with #82BCB7 are triadic colors.