COLOR #82AFD3

HEX: #82AFD3
RGB: (130,175,211)

Color info

#82AFD3 contains mainly green and blue colors. Web safe color of #82AFD3 is #9999CC (or #99C).

RGB color model

#82AFD3 color RGB value is (130,175,211).

  • red value is 130;
  • green value is 175;
  • blue value is 211.
RGB:
(130,175,211)
(51%,69%,83%)

RGB channels and saturation

R 130 of 255 = 51%
G 175 of 255 = 69%
B 211 of 255 = 83%

130
175
211

R + G + B ~ 68%. #82AFD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 175 + 211 = 516 (100%)
R 130 of 516 ~ 25.19%
G 175 of 516 ~ 33.91%
B 211 of 516 ~ 40.89%

%25.19
%33.91
%40.89

CMYK color model

#82AFD3 color CMYK value is (38,17,0,17).

  • cyan value is 38.39%
  • magenta value is 17.06%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(38,17,0,17)
C38M17Y0K17 
(38%,17%,0%,17%)
(0.38/0.17/0.00/0.17)	

CMYK percentages

%38.39
%17.06
%0
%17.25

Codes

Color #82AFD3 in popluar color models

82AFD3
RGB130175211
HSL207°47.93%66.86%
HSB/HSV207°38.39%82.75%
CMYK38.39%17.06%0.00%
17.25%

Color #82AFD3 in popluar number systems.

HEX82AFD3
Decimal130175211
Binary100000101010111111010011
Octal202257323

Shades and tints

Shades of #82AFD3

#82AFD3
(130,175,211)
#77A0C0
(119,160,192)
#6C91AD
(108,145,173)
#61829A
(97,130,154)
#567387
(86,115,135)
#4B6474
(75,100,116)
#405561
(64,85,97)
#35464E
(53,70,78)
#2A373B
(42,55,59)
#1F2828
(31,40,40)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #82AFD3

#82AFD3
(130,175,211)
#8DB6D7
(141,182,215)
#98BDDB
(152,189,219)
#A3C4DF
(163,196,223)
#AECBE3
(174,203,227)
#B9D2E7
(185,210,231)
#C4D9EB
(196,217,235)
#CFE0EF
(207,224,239)
#DAE7F3
(218,231,243)
#E5EEF7
(229,238,247)
#F0F5FB
(240,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82AFD3; }

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

This text font color is #82AFD3.


Background Color

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

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

This div background color is #82AFD3.


Border color

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

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

This div border color is #82AFD3.


Opacity

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

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

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

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

This text has shadow with #82AFD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82AFD3 on black background.


Color preview on white background

This text has color #82AFD3 on white background.



Black color preview on #82AFD3 background

This text has black color on #82AFD3 background.


White color preview on #82AFD3 background

This text has white color on #82AFD3 background.