COLOR #82BBBF

HEX: #82BBBF
RGB: (130,187,191)

Color info

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

RGB color model

#82BBBF color RGB value is (130,187,191).

  • red value is 130;
  • green value is 187;
  • blue value is 191.
RGB:
(130,187,191)
(51%,73%,75%)

RGB channels and saturation

R 130 of 255 = 51%
G 187 of 255 = 73%
B 191 of 255 = 75%

130
187
191

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

Portions of RGB colors in percentages

R + G + B =
130 + 187 + 191 = 508 (100%)
R 130 of 508 ~ 25.59%
G 187 of 508 ~ 36.81%
B 191 of 508 ~ 37.6%

%25.59
%36.81
%37.6

CMYK color model

#82BBBF color CMYK value is (32,2,0,25).

  • cyan value is 31.94%
  • magenta value is 2.09%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(32,2,0,25)
C32M2Y0K25 
(32%,2%,0%,25%)
(0.32/0.02/0.00/0.25)	

CMYK percentages

%31.94
%2.09
%0
%25.1

Codes

Color #82BBBF in popluar color models

82BBBF
RGB130187191
HSL184°32.28%62.94%
HSB/HSV184°31.94%74.90%
CMYK31.94%2.09%0.00%
25.10%

Color #82BBBF in popluar number systems.

HEX82BBBF
Decimal130187191
Binary100000101011101110111111
Octal202273277

Shades and tints

Shades of #82BBBF

#82BBBF
(130,187,191)
#77AAAE
(119,170,174)
#6C999D
(108,153,157)
#61888C
(97,136,140)
#56777B
(86,119,123)
#4B666A
(75,102,106)
#405559
(64,85,89)
#354448
(53,68,72)
#2A3337
(42,51,55)
#1F2226
(31,34,38)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #82BBBF

#82BBBF
(130,187,191)
#8DC1C4
(141,193,196)
#98C7C9
(152,199,201)
#A3CDCE
(163,205,206)
#AED3D3
(174,211,211)
#B9D9D8
(185,217,216)
#C4DFDD
(196,223,221)
#CFE5E2
(207,229,226)
#DAEBE7
(218,235,231)
#E5F1EC
(229,241,236)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82BBBF color. Also use rgb(130,187,191) instead hex code.

Text Font Color

.myTextColor { color: #82BBBF; }

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

This text font color is #82BBBF.


Background Color

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

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

This div background color is #82BBBF.


Border color

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

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

This div border color is #82BBBF.


Opacity

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

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

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

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

This text has shadow with #82BBBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82BBBF on black background.


Color preview on white background

This text has color #82BBBF on white background.



Black color preview on #82BBBF background

This text has black color on #82BBBF background.


White color preview on #82BBBF background

This text has white color on #82BBBF background.