COLOR #82CCB3

HEX: #82CCB3
RGB: (130,204,179)

Color info

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

RGB color model

#82CCB3 color RGB value is (130,204,179).

  • red value is 130;
  • green value is 204;
  • blue value is 179.
RGB:
(130,204,179)
(51%,80%,70%)

RGB channels and saturation

R 130 of 255 = 51%
G 204 of 255 = 80%
B 179 of 255 = 70%

130
204
179

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

Portions of RGB colors in percentages

R + G + B =
130 + 204 + 179 = 513 (100%)
R 130 of 513 ~ 25.34%
G 204 of 513 ~ 39.77%
B 179 of 513 ~ 34.89%

%25.34
%39.77
%34.89

CMYK color model

#82CCB3 color CMYK value is (36,0,12,20).

  • cyan value is 36.27%
  • magenta value is 0.00%
  • yellow value is 12.25%
  • key color value is 20.00%
CMYK:
(36,0,12,20)
C36M0Y12K20 
(36%,0%,12%,20%)
(0.36/0.00/0.12/0.20)	

CMYK percentages

%36.27
%0
%12.25
%20

Codes

Color #82CCB3 in popluar color models

82CCB3
RGB130204179
HSL160°42.05%65.49%
HSB/HSV160°36.27%80.00%
CMYK36.27%0.00%12.25%
20.00%

Color #82CCB3 in popluar number systems.

HEX82CCB3
Decimal130204179
Binary100000101100110010110011
Octal202314263

Shades and tints

Shades of #82CCB3

#82CCB3
(130,204,179)
#77BAA3
(119,186,163)
#6CA893
(108,168,147)
#619683
(97,150,131)
#568473
(86,132,115)
#4B7263
(75,114,99)
#406053
(64,96,83)
#354E43
(53,78,67)
#2A3C33
(42,60,51)
#1F2A23
(31,42,35)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #82CCB3

#82CCB3
(130,204,179)
#8DD0B9
(141,208,185)
#98D4BF
(152,212,191)
#A3D8C5
(163,216,197)
#AEDCCB
(174,220,203)
#B9E0D1
(185,224,209)
#C4E4D7
(196,228,215)
#CFE8DD
(207,232,221)
#DAECE3
(218,236,227)
#E5F0E9
(229,240,233)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82CCB3 color. Also use rgb(130,204,179) instead hex code.

Text Font Color

.myTextColor { color: #82CCB3; }

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

This text font color is #82CCB3.


Background Color

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

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

This div background color is #82CCB3.


Border color

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

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

This div border color is #82CCB3.


Opacity

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

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

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

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

This text has shadow with #82CCB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82CCB3 on black background.


Color preview on white background

This text has color #82CCB3 on white background.



Black color preview on #82CCB3 background

This text has black color on #82CCB3 background.


White color preview on #82CCB3 background

This text has white color on #82CCB3 background.