COLOR #82ECE5

HEX: #82ECE5 RGB: (130,236,229)

Color info

#82ECE5 contains mainly green and blue colors. Web safe color of #82ECE5 is #99FFCC (or #9FC).

RGB color model

#82ECE5 color RGB value is (130,236,229).

RGB: (130,236,229) (51%, 93%, 90%)

RGB channels and saturation

R 130 of 255 = 51%
G 236 of 255 = 93%
B 229 of 255 = 90%

130
236
229

R + G + B ~ 78%. #82ECE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 236 + 229 = 595 (100%)
R 130 of 595 ~ 21.85%
G 236 of 595 ~ 39.66%
B 229 of 595 ~ 38.49'%

%21.85
%39.66
%38.49

CMYK color model

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

  • cyan value is 44.92%
  • magenta value is 0.00%
  • yellow value is 2.97%
  • key color value is 7.45%

CMYK: (45,0,3,7)
C45M0Y3K7 (45%, 0%, 3%, 7%)
(0.45 / 0.00 / 0.03 / 0.07)

CMYK percentages

%44.92
%0
%2.97
%7.45

Codes

Color #82ECE5 in popluar color models

82 EC E5
RGB 130 236 229
HSL 176° 73.61% 71.76%
HSB/HSV 176° 44.92% 92.55%
CMYK 44.92% 0.00% 2.97%
7.45%

Color #82ECE5 in popluar number systems.

HEX 82 EC E5
Decimal 130 236 229
Binary 10000010 11101100 11100101
Octal 202 354 345

Shades and tints

Shades of #82ECE5

#82ECE5
(130,236,229)
#77D7D1
(119,215,209)
#6CC2BD
(108,194,189)
#61ADA9
(97,173,169)
#569895
(86,152,149)
#4B8381
(75,131,129)
#406E6D
(64,110,109)
#355959
(53,89,89)
#2A4445
(42,68,69)
#1F2F31
(31,47,49)
#141A1D
(20,26,29)
#000000
(0,0,0)

Tints of #82ECE5

#82ECE5
(130,236,229)
#8DEDE7
(141,237,231)
#98EEE9
(152,238,233)
#A3EFEB
(163,239,235)
#AEF0ED
(174,240,237)
#B9F1EF
(185,241,239)
#C4F2F1
(196,242,241)
#CFF3F3
(207,243,243)
#DAF4F5
(218,244,245)
#E5F5F7
(229,245,247)
#F0F6F9
(240,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82ECE5; }

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

This text font color is #82ECE5.

Background Color

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

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

This div background color is #82ECE5.

Border color

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

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

This div border color is #82ECE5.

Opacity

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

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

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

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

This text has shadow with #82ECE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82ECE5.

Preview

Color preview on black background

This text has color #82ECE5 on black background.


Color preview on white background

This text has color #82ECE5 on white background.


Black color preview on #82ECE5 background

This text has black color on #82ECE5 background.


White color preview on #82ECE5 background

This text has white color on #82ECE5 background.


Related colors

Complementary color

Complementary color for #hex is #7D131A.


I love getcolorcode.com

Triadic colors

1 #E582EC and #ECE582 with #82ECE5 are triadic colors.

2 #E5EC82 and #EC82E5 with #82ECE5 are triadic colors.