COLOR #82ACEB

HEX: #82ACEB
RGB: (130,172,235)

Color info

#82ACEB contains mainly blue color. Web safe color of #82ACEB is #9999FF (or #99F).

RGB color model

#82ACEB color RGB value is (130,172,235).

  • red value is 130;
  • green value is 172;
  • blue value is 235.
RGB:
(130,172,235)
(51%,67%,92%)

RGB channels and saturation

R 130 of 255 = 51%
G 172 of 255 = 67%
B 235 of 255 = 92%

130
172
235

R + G + B ~ 70%. #82ACEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 172 + 235 = 537 (100%)
R 130 of 537 ~ 24.21%
G 172 of 537 ~ 32.03%
B 235 of 537 ~ 43.76%

%24.21
%32.03
%43.76

CMYK color model

#82ACEB color CMYK value is (45,27,0,8).

  • cyan value is 44.68%
  • magenta value is 26.81%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(45,27,0,8)
C45M27Y0K8 
(45%,27%,0%,8%)
(0.45/0.27/0.00/0.08)	

CMYK percentages

%44.68
%26.81
%0
%7.84

Codes

Color #82ACEB in popluar color models

82ACEB
RGB130172235
HSL216°72.41%71.57%
HSB/HSV216°44.68%92.16%
CMYK44.68%26.81%0.00%
7.84%

Color #82ACEB in popluar number systems.

HEX82ACEB
Decimal130172235
Binary100000101010110011101011
Octal202254353

Shades and tints

Shades of #82ACEB

#82ACEB
(130,172,235)
#779DD6
(119,157,214)
#6C8EC1
(108,142,193)
#617FAC
(97,127,172)
#567097
(86,112,151)
#4B6182
(75,97,130)
#40526D
(64,82,109)
#354358
(53,67,88)
#2A3443
(42,52,67)
#1F252E
(31,37,46)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #82ACEB

#82ACEB
(130,172,235)
#8DB3EC
(141,179,236)
#98BAED
(152,186,237)
#A3C1EE
(163,193,238)
#AEC8EF
(174,200,239)
#B9CFF0
(185,207,240)
#C4D6F1
(196,214,241)
#CFDDF2
(207,221,242)
#DAE4F3
(218,228,243)
#E5EBF4
(229,235,244)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82ACEB; }

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

This text font color is #82ACEB.


Background Color

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

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

This div background color is #82ACEB.


Border color

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

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

This div border color is #82ACEB.


Opacity

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

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

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

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

This text has shadow with #82ACEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82ACEB on black background.


Color preview on white background

This text has color #82ACEB on white background.



Black color preview on #82ACEB background

This text has black color on #82ACEB background.


White color preview on #82ACEB background

This text has white color on #82ACEB background.