COLOR #82DBBE

HEX: #82DBBE
RGB: (130,219,190)

Color info

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

RGB color model

#82DBBE color RGB value is (130,219,190).

  • red value is 130;
  • green value is 219;
  • blue value is 190.
RGB:
(130,219,190)
(51%,86%,75%)

RGB channels and saturation

R 130 of 255 = 51%
G 219 of 255 = 86%
B 190 of 255 = 75%

130
219
190

R + G + B ~ 71%. #82DBBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 219 + 190 = 539 (100%)
R 130 of 539 ~ 24.12%
G 219 of 539 ~ 40.63%
B 190 of 539 ~ 35.25%

%24.12
%40.63
%35.25

CMYK color model

#82DBBE color CMYK value is (41,0,13,14).

  • cyan value is 40.64%
  • magenta value is 0.00%
  • yellow value is 13.24%
  • key color value is 14.12%
CMYK:
(41,0,13,14)
C41M0Y13K14 
(41%,0%,13%,14%)
(0.41/0.00/0.13/0.14)	

CMYK percentages

%40.64
%0
%13.24
%14.12

Codes

Color #82DBBE in popluar color models

82DBBE
RGB130219190
HSL160°55.28%68.43%
HSB/HSV160°40.64%85.88%
CMYK40.64%0.00%13.24%
14.12%

Color #82DBBE in popluar number systems.

HEX82DBBE
Decimal130219190
Binary100000101101101110111110
Octal202333276

Shades and tints

Shades of #82DBBE

#82DBBE
(130,219,190)
#77C8AD
(119,200,173)
#6CB59C
(108,181,156)
#61A28B
(97,162,139)
#568F7A
(86,143,122)
#4B7C69
(75,124,105)
#406958
(64,105,88)
#355647
(53,86,71)
#2A4336
(42,67,54)
#1F3025
(31,48,37)
#141D14
(20,29,20)
#000000
(0,0,0)

Tints of #82DBBE

#82DBBE
(130,219,190)
#8DDEC3
(141,222,195)
#98E1C8
(152,225,200)
#A3E4CD
(163,228,205)
#AEE7D2
(174,231,210)
#B9EAD7
(185,234,215)
#C4EDDC
(196,237,220)
#CFF0E1
(207,240,225)
#DAF3E6
(218,243,230)
#E5F6EB
(229,246,235)
#F0F9F0
(240,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82DBBE color. Also use rgb(130,219,190) instead hex code.

Text Font Color

.myTextColor { color: #82DBBE; }

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

This text font color is #82DBBE.


Background Color

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

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

This div background color is #82DBBE.


Border color

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

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

This div border color is #82DBBE.


Opacity

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

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

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

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

This text has shadow with #82DBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82DBBE on black background.


Color preview on white background

This text has color #82DBBE on white background.



Black color preview on #82DBBE background

This text has black color on #82DBBE background.


White color preview on #82DBBE background

This text has white color on #82DBBE background.