COLOR #82EEEE

HEX: #82EEEE
RGB: (130,238,238)

Color info

#82EEEE contains mainly green and blue colors. Web safe color of #82EEEE is #99FFFF (or #9FF).

RGB color model

#82EEEE color RGB value is (130,238,238).

  • red value is 130;
  • green value is 238;
  • blue value is 238.
RGB:
(130,238,238)
(51%,93%,93%)

RGB channels and saturation

R 130 of 255 = 51%
G 238 of 255 = 93%
B 238 of 255 = 93%

130
238
238

R + G + B ~ 79%. #82EEEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 238 + 238 = 606 (100%)
R 130 of 606 ~ 21.45%
G 238 of 606 ~ 39.27%
B 238 of 606 ~ 39.27%

%21.45
%39.27
%39.27

CMYK color model

#82EEEE color CMYK value is (45,0,0,7).

  • cyan value is 45.38%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(45,0,0,7)
C45M0Y0K7 
(45%,0%,0%,7%)
(0.45/0.00/0.00/0.07)	

CMYK percentages

%45.38
%0
%0
%6.67

Codes

Color #82EEEE in popluar color models

82EEEE
RGB130238238
HSL180°76.06%72.16%
HSB/HSV180°45.38%93.33%
CMYK45.38%0.00%0.00%
6.67%

Color #82EEEE in popluar number systems.

HEX82EEEE
Decimal130238238
Binary100000101110111011101110
Octal202356356

Shades and tints

Shades of #82EEEE

#82EEEE
(130,238,238)
#77D9D9
(119,217,217)
#6CC4C4
(108,196,196)
#61AFAF
(97,175,175)
#569A9A
(86,154,154)
#4B8585
(75,133,133)
#407070
(64,112,112)
#355B5B
(53,91,91)
#2A4646
(42,70,70)
#1F3131
(31,49,49)
#141C1C
(20,28,28)
#000000
(0,0,0)

Tints of #82EEEE

#82EEEE
(130,238,238)
#8DEFEF
(141,239,239)
#98F0F0
(152,240,240)
#A3F1F1
(163,241,241)
#AEF2F2
(174,242,242)
#B9F3F3
(185,243,243)
#C4F4F4
(196,244,244)
#CFF5F5
(207,245,245)
#DAF6F6
(218,246,246)
#E5F7F7
(229,247,247)
#F0F8F8
(240,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82EEEE; }

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

This text font color is #82EEEE.


Background Color

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

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

This div background color is #82EEEE.


Border color

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

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

This div border color is #82EEEE.


Opacity

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

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

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

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

This text has shadow with #82EEEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82EEEE on black background.


Color preview on white background

This text has color #82EEEE on white background.



Black color preview on #82EEEE background

This text has black color on #82EEEE background.


White color preview on #82EEEE background

This text has white color on #82EEEE background.