COLOR #82BACB

HEX: #82BACB RGB: (130,186,203)

Color info

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

RGB color model

#82BACB color RGB value is (130,186,203).

RGB: (130,186,203) (51%, 73%, 80%)

RGB channels and saturation

R 130 of 255 = 51%
G 186 of 255 = 73%
B 203 of 255 = 80%

130
186
203

R + G + B ~ 68%. #82BACB is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 186 + 203 = 519 (100%)
R 130 of 519 ~ 25.05%
G 186 of 519 ~ 35.84%
B 203 of 519 ~ 39.11'%

%25.05
%35.84
%39.11

CMYK color model

#82BACB color CMYK value is (36,8,0,20).

  • cyan value is 35.96%
  • magenta value is 8.37%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (36,8,0,20)
C36M8Y0K20 (36%, 8%, 0%, 20%)
(0.36 / 0.08 / 0.00 / 0.20)

CMYK percentages

%35.96
%8.37
%0
%20.39

Codes

Color #82BACB in popluar color models

82 BA CB
RGB 130 186 203
HSL 194° 41.24% 65.29%
HSB/HSV 194° 35.96% 79.61%
CMYK 35.96% 8.37% 0.00%
20.39%

Color #82BACB in popluar number systems.

HEX 82 BA CB
Decimal 130 186 203
Binary 10000010 10111010 11001011
Octal 202 272 313

Shades and tints

Shades of #82BACB

#82BACB
(130,186,203)
#77AAB9
(119,170,185)
#6C9AA7
(108,154,167)
#618A95
(97,138,149)
#567A83
(86,122,131)
#4B6A71
(75,106,113)
#405A5F
(64,90,95)
#354A4D
(53,74,77)
#2A3A3B
(42,58,59)
#1F2A29
(31,42,41)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #82BACB

#82BACB
(130,186,203)
#8DC0CF
(141,192,207)
#98C6D3
(152,198,211)
#A3CCD7
(163,204,215)
#AED2DB
(174,210,219)
#B9D8DF
(185,216,223)
#C4DEE3
(196,222,227)
#CFE4E7
(207,228,231)
#DAEAEB
(218,234,235)
#E5F0EF
(229,240,239)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82BACB color. Also use rgb(130,186,203) instead hex code.

Text Font Color

.myTextColor { color: #82BACB; }

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

This text font color is #82BACB.

Background Color

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

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

This div background color is #82BACB.

Border color

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

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

This div border color is #82BACB.

Opacity

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

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

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

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

This text has shadow with #82BACB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82BACB.

Preview

Color preview on black background

This text has color #82BACB on black background.


Color preview on white background

This text has color #82BACB on white background.


Black color preview on #82BACB background

This text has black color on #82BACB background.


White color preview on #82BACB background

This text has white color on #82BACB background.


Related colors

Complementary color

Complementary color for #hex is #7D4534.


I love getcolorcode.com

Triadic colors

1 #CB82BA and #BACB82 with #82BACB are triadic colors.

2 #CBBA82 and #BA82CB with #82BACB are triadic colors.