COLOR #82B1CF

HEX: #82B1CF RGB: (130,177,207)

Color info

#82B1CF contains mainly green and blue colors. Web safe color of #82B1CF is #9999CC (or #99C).

RGB color model

#82B1CF color RGB value is (130,177,207).

RGB: (130,177,207) (51%, 69%, 81%)

RGB channels and saturation

R 130 of 255 = 51%
G 177 of 255 = 69%
B 207 of 255 = 81%

130
177
207

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

Portions of RGB colors in percentages

R + G + B = 130 + 177 + 207 = 514 (100%)
R 130 of 514 ~ 25.29%
G 177 of 514 ~ 34.44%
B 207 of 514 ~ 40.27'%

%25.29
%34.44
%40.27

CMYK color model

#82B1CF color CMYK value is (37,14,0,19).

  • cyan value is 37.20%
  • magenta value is 14.49%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (37,14,0,19)
C37M14Y0K19 (37%, 14%, 0%, 19%)
(0.37 / 0.14 / 0.00 / 0.19)

CMYK percentages

%37.2
%14.49
%0
%18.82

Codes

Color #82B1CF in popluar color models

82 B1 CF
RGB 130 177 207
HSL 203° 44.51% 66.08%
HSB/HSV 203° 37.20% 81.18%
CMYK 37.20% 14.49% 0.00%
18.82%

Color #82B1CF in popluar number systems.

HEX 82 B1 CF
Decimal 130 177 207
Binary 10000010 10110001 11001111
Octal 202 261 317

Shades and tints

Shades of #82B1CF

#82B1CF
(130,177,207)
#77A1BD
(119,161,189)
#6C91AB
(108,145,171)
#618199
(97,129,153)
#567187
(86,113,135)
#4B6175
(75,97,117)
#405163
(64,81,99)
#354151
(53,65,81)
#2A313F
(42,49,63)
#1F212D
(31,33,45)
#14111B
(20,17,27)
#000000
(0,0,0)

Tints of #82B1CF

#82B1CF
(130,177,207)
#8DB8D3
(141,184,211)
#98BFD7
(152,191,215)
#A3C6DB
(163,198,219)
#AECDDF
(174,205,223)
#B9D4E3
(185,212,227)
#C4DBE7
(196,219,231)
#CFE2EB
(207,226,235)
#DAE9EF
(218,233,239)
#E5F0F3
(229,240,243)
#F0F7F7
(240,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B1CF color. Also use rgb(130,177,207) instead hex code.

Text Font Color

.myTextColor { color: #82B1CF; }

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

This text font color is #82B1CF.

Background Color

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

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

This div background color is #82B1CF.

Border color

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

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

This div border color is #82B1CF.

Opacity

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

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

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

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

This text has shadow with #82B1CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B1CF.

Preview

Color preview on black background

This text has color #82B1CF on black background.


Color preview on white background

This text has color #82B1CF on white background.


Black color preview on #82B1CF background

This text has black color on #82B1CF background.


White color preview on #82B1CF background

This text has white color on #82B1CF background.


Related colors

Complementary color

Complementary color for #hex is #7D4E30.


I love getcolorcode.com

Triadic colors

1 #CF82B1 and #B1CF82 with #82B1CF are triadic colors.

2 #CFB182 and #B182CF with #82B1CF are triadic colors.