COLOR #0A82B3

HEX: #0A82B3
RGB: (10,130,179)

Color info

#0A82B3 contains mainly green and blue colors. Web safe color of #0A82B3 is #009999 (or #099).

RGB color model

#0A82B3 color RGB value is (10,130,179).

  • red value is 10;
  • green value is 130;
  • blue value is 179.
RGB:
(10,130,179)
(4%,51%,70%)

RGB channels and saturation

R 10 of 255 = 4%
G 130 of 255 = 51%
B 179 of 255 = 70%

10
130
179

R + G + B ~ 42%. #0A82B3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
10 + 130 + 179 = 319 (100%)
R 10 of 319 ~ 3.13%
G 130 of 319 ~ 40.75%
B 179 of 319 ~ 56.11%

%40.75
%56.11

CMYK color model

#0A82B3 color CMYK value is (94,27,0,30).

  • cyan value is 94.41%
  • magenta value is 27.37%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(94,27,0,30)
C94M27Y0K30 
(94%,27%,0%,30%)
(0.94/0.27/0.00/0.30)	

CMYK percentages

%94.41
%27.37
%0
%29.8

Codes

Color #0A82B3 in popluar color models

0A82B3
RGB10130179
HSL197°89.42%37.06%
HSB/HSV197°94.41%70.20%
CMYK94.41%27.37%0.00%
29.80%

Color #0A82B3 in popluar number systems.

HEX0A82B3
Decimal10130179
Binary10101000001010110011
Octal12202263

Shades and tints

Shades of #0A82B3

#0A82B3
(10,130,179)
#0A77A3
(10,119,163)
#0A6C93
(10,108,147)
#0A6183
(10,97,131)
#0A5673
(10,86,115)
#0A4B63
(10,75,99)
#0A4053
(10,64,83)
#0A3543
(10,53,67)
#0A2A33
(10,42,51)
#0A1F23
(10,31,35)
#0A1413
(10,20,19)
#000000
(0,0,0)

Tints of #0A82B3

#0A82B3
(10,130,179)
#208DB9
(32,141,185)
#3698BF
(54,152,191)
#4CA3C5
(76,163,197)
#62AECB
(98,174,203)
#78B9D1
(120,185,209)
#8EC4D7
(142,196,215)
#A4CFDD
(164,207,221)
#BADAE3
(186,218,227)
#D0E5E9
(208,229,233)
#E6F0EF
(230,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A82B3 color. Also use rgb(10,130,179) instead hex code.

Text Font Color

.myTextColor { color: #0A82B3; }

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

This text font color is #0A82B3.


Background Color

.myBgColor { background-color: #0A82B3; }

<div style="background-color:#0A82B3">Inner text</div>

This div background color is #0A82B3.


Border color

.myBorderColor { border: 1px solid #0A82B3; }

<div style="border:3px solid #0A82B3">Div</div>

This div border color is #0A82B3.


Opacity

.myOpacity80 { color: #0A82B3; opacity: 0.8; }

<p style="color:#0A82B3;opacity:0.8;">80%</p>

Text with #0A82B3 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 #0A82B3;}

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

This text has shadow with #0A82B3 color.

.textShadow {text-shadow: 3px 3px 1px #0A82B3, 3px 3px 1px red;}

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

This text has shadow with #0A82B3 primary color and red secondary color.


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

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

This text has shadow with #0A82B3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A82B3 on black background.


Color preview on white background

This text has color #0A82B3 on white background.



Black color preview on #0A82B3 background

This text has black color on #0A82B3 background.


White color preview on #0A82B3 background

This text has white color on #0A82B3 background.