COLOR #0080AA

HEX: #0080AA
RGB: (0,128,170)

Color info

#0080AA contains only green and blue colors. Web safe color of #0080AA is #006699 (or #069).

RGB color model

#0080AA color RGB value is (0,128,170).

  • red value is 0;
  • green value is 128;
  • blue value is 170.
RGB:
(0,128,170)
(0%,50%,67%)

RGB channels and saturation

R 0 of 255 = 0%
G 128 of 255 = 50%
B 170 of 255 = 67%

0
128
170

R + G + B ~ 39%. #0080AA is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 128 + 170 = 298 (100%)
R 0 of 298 ~ 0%
G 128 of 298 ~ 42.95%
B 170 of 298 ~ 57.05%

%42.95
%57.05

CMYK color model

#0080AA color CMYK value is (100,25,0,33).

  • cyan value is 100.00%
  • magenta value is 24.71%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(100,25,0,33)
C100M25Y0K33 
(100%,25%,0%,33%)
(1.00/0.25/0.00/0.33)	

CMYK percentages

%100
%24.71
%0
%33.33

Codes

Color #0080AA in popluar color models

0080AA
RGB0128170
HSL195°100.00%33.33%
HSB/HSV195°100.00%66.67%
CMYK100.00%24.71%0.00%
33.33%

Color #0080AA in popluar number systems.

HEX0080AA
Decimal0128170
Binary01000000010101010
Octal0200252

Shades and tints

Shades of #0080AA

#0080AA
(0,128,170)
#00759B
(0,117,155)
#006A8C
(0,106,140)
#005F7D
(0,95,125)
#00546E
(0,84,110)
#00495F
(0,73,95)
#003E50
(0,62,80)
#003341
(0,51,65)
#002832
(0,40,50)
#001D23
(0,29,35)
#001214
(0,18,20)
#000000
(0,0,0)

Tints of #0080AA

#0080AA
(0,128,170)
#178BB1
(23,139,177)
#2E96B8
(46,150,184)
#45A1BF
(69,161,191)
#5CACC6
(92,172,198)
#73B7CD
(115,183,205)
#8AC2D4
(138,194,212)
#A1CDDB
(161,205,219)
#B8D8E2
(184,216,226)
#CFE3E9
(207,227,233)
#E6EEF0
(230,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0080AA color. Also use rgb(0,128,170) instead hex code.

Text Font Color

.myTextColor { color: #0080AA; }

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

This text font color is #0080AA.


Background Color

.myBgColor { background-color: #0080AA; }

<div style="background-color:#0080AA">Inner text</div>

This div background color is #0080AA.


Border color

.myBorderColor { border: 1px solid #0080AA; }

<div style="border:3px solid #0080AA">Div</div>

This div border color is #0080AA.


Opacity

.myOpacity80 { color: #0080AA; opacity: 0.8; }

<p style="color:#0080AA;opacity:0.8;">80%</p>

Text with #0080AA 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 #0080AA;}

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

This text has shadow with #0080AA color.

.textShadow {text-shadow: 3px 3px 1px #0080AA, 3px 3px 1px red;}

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

This text has shadow with #0080AA primary color and red secondary color.


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

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

This text has shadow with #0080AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0080AA on black background.


Color preview on white background

This text has color #0080AA on white background.



Black color preview on #0080AA background

This text has black color on #0080AA background.


White color preview on #0080AA background

This text has white color on #0080AA background.