COLOR #82B8C4

HEX: #82B8C4
RGB: (130,184,196)

Color info

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

RGB color model

#82B8C4 color RGB value is (130,184,196).

  • red value is 130;
  • green value is 184;
  • blue value is 196.
RGB:
(130,184,196)
(51%,72%,77%)

RGB channels and saturation

R 130 of 255 = 51%
G 184 of 255 = 72%
B 196 of 255 = 77%

130
184
196

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

Portions of RGB colors in percentages

R + G + B =
130 + 184 + 196 = 510 (100%)
R 130 of 510 ~ 25.49%
G 184 of 510 ~ 36.08%
B 196 of 510 ~ 38.43%

%25.49
%36.08
%38.43

CMYK color model

#82B8C4 color CMYK value is (34,6,0,23).

  • cyan value is 33.67%
  • magenta value is 6.12%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(34,6,0,23)
C34M6Y0K23 
(34%,6%,0%,23%)
(0.34/0.06/0.00/0.23)	

CMYK percentages

%33.67
%6.12
%0
%23.14

Codes

Color #82B8C4 in popluar color models

82B8C4
RGB130184196
HSL191°35.87%63.92%
HSB/HSV191°33.67%76.86%
CMYK33.67%6.12%0.00%
23.14%

Color #82B8C4 in popluar number systems.

HEX82B8C4
Decimal130184196
Binary100000101011100011000100
Octal202270304

Shades and tints

Shades of #82B8C4

#82B8C4
(130,184,196)
#77A8B3
(119,168,179)
#6C98A2
(108,152,162)
#618891
(97,136,145)
#567880
(86,120,128)
#4B686F
(75,104,111)
#40585E
(64,88,94)
#35484D
(53,72,77)
#2A383C
(42,56,60)
#1F282B
(31,40,43)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #82B8C4

#82B8C4
(130,184,196)
#8DBEC9
(141,190,201)
#98C4CE
(152,196,206)
#A3CAD3
(163,202,211)
#AED0D8
(174,208,216)
#B9D6DD
(185,214,221)
#C4DCE2
(196,220,226)
#CFE2E7
(207,226,231)
#DAE8EC
(218,232,236)
#E5EEF1
(229,238,241)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82B8C4; }

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

This text font color is #82B8C4.


Background Color

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

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

This div background color is #82B8C4.


Border color

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

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

This div border color is #82B8C4.


Opacity

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

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

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

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

This text has shadow with #82B8C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B8C4 on black background.


Color preview on white background

This text has color #82B8C4 on white background.



Black color preview on #82B8C4 background

This text has black color on #82B8C4 background.


White color preview on #82B8C4 background

This text has white color on #82B8C4 background.