COLOR #82C9BD

HEX: #82C9BD
RGB: (130,201,189)

Color info

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

RGB color model

#82C9BD color RGB value is (130,201,189).

  • red value is 130;
  • green value is 201;
  • blue value is 189.
RGB:
(130,201,189)
(51%,79%,74%)

RGB channels and saturation

R 130 of 255 = 51%
G 201 of 255 = 79%
B 189 of 255 = 74%

130
201
189

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

Portions of RGB colors in percentages

R + G + B =
130 + 201 + 189 = 520 (100%)
R 130 of 520 ~ 25%
G 201 of 520 ~ 38.65%
B 189 of 520 ~ 36.35%

%25
%38.65
%36.35

CMYK color model

#82C9BD color CMYK value is (35,0,6,21).

  • cyan value is 35.32%
  • magenta value is 0.00%
  • yellow value is 5.97%
  • key color value is 21.18%
CMYK:
(35,0,6,21)
C35M0Y6K21 
(35%,0%,6%,21%)
(0.35/0.00/0.06/0.21)	

CMYK percentages

%35.32
%0
%5.97
%21.18

Codes

Color #82C9BD in popluar color models

82C9BD
RGB130201189
HSL170°39.66%64.90%
HSB/HSV170°35.32%78.82%
CMYK35.32%0.00%5.97%
21.18%

Color #82C9BD in popluar number systems.

HEX82C9BD
Decimal130201189
Binary100000101100100110111101
Octal202311275

Shades and tints

Shades of #82C9BD

#82C9BD
(130,201,189)
#77B7AC
(119,183,172)
#6CA59B
(108,165,155)
#61938A
(97,147,138)
#568179
(86,129,121)
#4B6F68
(75,111,104)
#405D57
(64,93,87)
#354B46
(53,75,70)
#2A3935
(42,57,53)
#1F2724
(31,39,36)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #82C9BD

#82C9BD
(130,201,189)
#8DCDC3
(141,205,195)
#98D1C9
(152,209,201)
#A3D5CF
(163,213,207)
#AED9D5
(174,217,213)
#B9DDDB
(185,221,219)
#C4E1E1
(196,225,225)
#CFE5E7
(207,229,231)
#DAE9ED
(218,233,237)
#E5EDF3
(229,237,243)
#F0F1F9
(240,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82C9BD color. Also use rgb(130,201,189) instead hex code.

Text Font Color

.myTextColor { color: #82C9BD; }

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

This text font color is #82C9BD.


Background Color

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

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

This div background color is #82C9BD.


Border color

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

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

This div border color is #82C9BD.


Opacity

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

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

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

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

This text has shadow with #82C9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C9BD on black background.


Color preview on white background

This text has color #82C9BD on white background.



Black color preview on #82C9BD background

This text has black color on #82C9BD background.


White color preview on #82C9BD background

This text has white color on #82C9BD background.