COLOR #0A80A2

HEX: #0A80A2
RGB: (10,128,162)

Color info

#0A80A2 contains mainly green and blue colors. Web safe color of #0A80A2 is #006699 (or #069).

RGB color model

#0A80A2 color RGB value is (10,128,162).

  • red value is 10;
  • green value is 128;
  • blue value is 162.
RGB:
(10,128,162)
(4%,50%,64%)

RGB channels and saturation

R 10 of 255 = 4%
G 128 of 255 = 50%
B 162 of 255 = 64%

10
128
162

R + G + B ~ 39%. #0A80A2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 128 + 162 = 300 (100%)
R 10 of 300 ~ 3.33%
G 128 of 300 ~ 42.67%
B 162 of 300 ~ 54%

%42.67
%54

CMYK color model

#0A80A2 color CMYK value is (94,21,0,36).

  • cyan value is 93.83%
  • magenta value is 20.99%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(94,21,0,36)
C94M21Y0K36 
(94%,21%,0%,36%)
(0.94/0.21/0.00/0.36)	

CMYK percentages

%93.83
%20.99
%0
%36.47

Codes

Color #0A80A2 in popluar color models

0A80A2
RGB10128162
HSL193°88.37%33.73%
HSB/HSV193°93.83%63.53%
CMYK93.83%20.99%0.00%
36.47%

Color #0A80A2 in popluar number systems.

HEX0A80A2
Decimal10128162
Binary10101000000010100010
Octal12200242

Shades and tints

Shades of #0A80A2

#0A80A2
(10,128,162)
#0A7594
(10,117,148)
#0A6A86
(10,106,134)
#0A5F78
(10,95,120)
#0A546A
(10,84,106)
#0A495C
(10,73,92)
#0A3E4E
(10,62,78)
#0A3340
(10,51,64)
#0A2832
(10,40,50)
#0A1D24
(10,29,36)
#0A1216
(10,18,22)
#000000
(0,0,0)

Tints of #0A80A2

#0A80A2
(10,128,162)
#208BAA
(32,139,170)
#3696B2
(54,150,178)
#4CA1BA
(76,161,186)
#62ACC2
(98,172,194)
#78B7CA
(120,183,202)
#8EC2D2
(142,194,210)
#A4CDDA
(164,205,218)
#BAD8E2
(186,216,226)
#D0E3EA
(208,227,234)
#E6EEF2
(230,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A80A2 color. Also use rgb(10,128,162) instead hex code.

Text Font Color

.myTextColor { color: #0A80A2; }

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

This text font color is #0A80A2.


Background Color

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

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

This div background color is #0A80A2.


Border color

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

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

This div border color is #0A80A2.


Opacity

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

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

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

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

This text has shadow with #0A80A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A80A2 on black background.


Color preview on white background

This text has color #0A80A2 on white background.



Black color preview on #0A80A2 background

This text has black color on #0A80A2 background.


White color preview on #0A80A2 background

This text has white color on #0A80A2 background.