COLOR #82CBAB

HEX: #82CBAB
RGB: (130,203,171)

Color info

#82CBAB contains mainly green and blue colors. Web safe color of #82CBAB is #99CC99 (or #9C9).

RGB color model

#82CBAB color RGB value is (130,203,171).

  • red value is 130;
  • green value is 203;
  • blue value is 171.
RGB:
(130,203,171)
(51%,80%,67%)

RGB channels and saturation

R 130 of 255 = 51%
G 203 of 255 = 80%
B 171 of 255 = 67%

130
203
171

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

Portions of RGB colors in percentages

R + G + B =
130 + 203 + 171 = 504 (100%)
R 130 of 504 ~ 25.79%
G 203 of 504 ~ 40.28%
B 171 of 504 ~ 33.93%

%25.79
%40.28
%33.93

CMYK color model

#82CBAB color CMYK value is (36,0,16,20).

  • cyan value is 35.96%
  • magenta value is 0.00%
  • yellow value is 15.76%
  • key color value is 20.39%
CMYK:
(36,0,16,20)
C36M0Y16K20 
(36%,0%,16%,20%)
(0.36/0.00/0.16/0.20)	

CMYK percentages

%35.96
%0
%15.76
%20.39

Codes

Color #82CBAB in popluar color models

82CBAB
RGB130203171
HSL154°41.24%65.29%
HSB/HSV154°35.96%79.61%
CMYK35.96%0.00%15.76%
20.39%

Color #82CBAB in popluar number systems.

HEX82CBAB
Decimal130203171
Binary100000101100101110101011
Octal202313253

Shades and tints

Shades of #82CBAB

#82CBAB
(130,203,171)
#77B99C
(119,185,156)
#6CA78D
(108,167,141)
#61957E
(97,149,126)
#56836F
(86,131,111)
#4B7160
(75,113,96)
#405F51
(64,95,81)
#354D42
(53,77,66)
#2A3B33
(42,59,51)
#1F2924
(31,41,36)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #82CBAB

#82CBAB
(130,203,171)
#8DCFB2
(141,207,178)
#98D3B9
(152,211,185)
#A3D7C0
(163,215,192)
#AEDBC7
(174,219,199)
#B9DFCE
(185,223,206)
#C4E3D5
(196,227,213)
#CFE7DC
(207,231,220)
#DAEBE3
(218,235,227)
#E5EFEA
(229,239,234)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82CBAB; }

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

This text font color is #82CBAB.


Background Color

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

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

This div background color is #82CBAB.


Border color

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

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

This div border color is #82CBAB.


Opacity

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

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

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

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

This text has shadow with #82CBAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82CBAB on black background.


Color preview on white background

This text has color #82CBAB on white background.



Black color preview on #82CBAB background

This text has black color on #82CBAB background.


White color preview on #82CBAB background

This text has white color on #82CBAB background.