COLOR #82B8C6

HEX: #82B8C6 RGB: (130,184,198)

Color info

#82B8C6 contains mainly green and blue colors. Web safe color of #82B8C6 is #99CCCC (or #9CC).

RGB color model

#82B8C6 color RGB value is (130,184,198).

RGB: (130,184,198) (51%, 72%, 78%)

RGB channels and saturation

R 130 of 255 = 51%
G 184 of 255 = 72%
B 198 of 255 = 78%

130
184
198

R + G + B ~ 67%. #82B8C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 184 + 198 = 512 (100%)
R 130 of 512 ~ 25.39%
G 184 of 512 ~ 35.94%
B 198 of 512 ~ 38.67'%

%25.39
%35.94
%38.67

CMYK color model

#82B8C6 color CMYK value is (34,7,0,22).

  • cyan value is 34.34%
  • magenta value is 7.07%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (34,7,0,22)
C34M7Y0K22 (34%, 7%, 0%, 22%)
(0.34 / 0.07 / 0.00 / 0.22)

CMYK percentages

%34.34
%7.07
%0
%22.35

Codes

Color #82B8C6 in popluar color models

82 B8 C6
RGB 130 184 198
HSL 192° 37.36% 64.31%
HSB/HSV 192° 34.34% 77.65%
CMYK 34.34% 7.07% 0.00%
22.35%

Color #82B8C6 in popluar number systems.

HEX 82 B8 C6
Decimal 130 184 198
Binary 10000010 10111000 11000110
Octal 202 270 306

Shades and tints

Shades of #82B8C6

#82B8C6
(130,184,198)
#77A8B4
(119,168,180)
#6C98A2
(108,152,162)
#618890
(97,136,144)
#56787E
(86,120,126)
#4B686C
(75,104,108)
#40585A
(64,88,90)
#354848
(53,72,72)
#2A3836
(42,56,54)
#1F2824
(31,40,36)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #82B8C6

#82B8C6
(130,184,198)
#8DBECB
(141,190,203)
#98C4D0
(152,196,208)
#A3CAD5
(163,202,213)
#AED0DA
(174,208,218)
#B9D6DF
(185,214,223)
#C4DCE4
(196,220,228)
#CFE2E9
(207,226,233)
#DAE8EE
(218,232,238)
#E5EEF3
(229,238,243)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82B8C6; }

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

This text font color is #82B8C6.

Background Color

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

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

This div background color is #82B8C6.

Border color

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

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

This div border color is #82B8C6.

Opacity

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

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

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

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

This text has shadow with #82B8C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B8C6.

Preview

Color preview on black background

This text has color #82B8C6 on black background.


Color preview on white background

This text has color #82B8C6 on white background.


Black color preview on #82B8C6 background

This text has black color on #82B8C6 background.


White color preview on #82B8C6 background

This text has white color on #82B8C6 background.


Related colors

Complementary color

Complementary color for #hex is #7D4739.


I love getcolorcode.com

Triadic colors

1 #C682B8 and #B8C682 with #82B8C6 are triadic colors.

2 #C6B882 and #B882C6 with #82B8C6 are triadic colors.