COLOR #0081A6

HEX: #0081A6
RGB: (0,129,166)

Color info

#0081A6 contains only green and blue colors. Web safe color of #0081A6 is #009999 (or #099).

RGB color model

#0081A6 color RGB value is (0,129,166).

  • red value is 0;
  • green value is 129;
  • blue value is 166.
RGB:
(0,129,166)
(0%,51%,65%)

RGB channels and saturation

R 0 of 255 = 0%
G 129 of 255 = 51%
B 166 of 255 = 65%

0
129
166

R + G + B ~ 39%. #0081A6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 129 + 166 = 295 (100%)
R 0 of 295 ~ 0%
G 129 of 295 ~ 43.73%
B 166 of 295 ~ 56.27%

%43.73
%56.27

CMYK color model

#0081A6 color CMYK value is (100,22,0,35).

  • cyan value is 100.00%
  • magenta value is 22.29%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(100,22,0,35)
C100M22Y0K35 
(100%,22%,0%,35%)
(1.00/0.22/0.00/0.35)	

CMYK percentages

%100
%22.29
%0
%34.9

Codes

Color #0081A6 in popluar color models

0081A6
RGB0129166
HSL193°100.00%32.55%
HSB/HSV193°100.00%65.10%
CMYK100.00%22.29%0.00%
34.90%

Color #0081A6 in popluar number systems.

HEX0081A6
Decimal0129166
Binary01000000110100110
Octal0201246

Shades and tints

Shades of #0081A6

#0081A6
(0,129,166)
#007697
(0,118,151)
#006B88
(0,107,136)
#006079
(0,96,121)
#00556A
(0,85,106)
#004A5B
(0,74,91)
#003F4C
(0,63,76)
#00343D
(0,52,61)
#00292E
(0,41,46)
#001E1F
(0,30,31)
#001310
(0,19,16)
#000000
(0,0,0)

Tints of #0081A6

#0081A6
(0,129,166)
#178CAE
(23,140,174)
#2E97B6
(46,151,182)
#45A2BE
(69,162,190)
#5CADC6
(92,173,198)
#73B8CE
(115,184,206)
#8AC3D6
(138,195,214)
#A1CEDE
(161,206,222)
#B8D9E6
(184,217,230)
#CFE4EE
(207,228,238)
#E6EFF6
(230,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0081A6 color. Also use rgb(0,129,166) instead hex code.

Text Font Color

.myTextColor { color: #0081A6; }

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

This text font color is #0081A6.


Background Color

.myBgColor { background-color: #0081A6; }

<div style="background-color:#0081A6">Inner text</div>

This div background color is #0081A6.


Border color

.myBorderColor { border: 1px solid #0081A6; }

<div style="border:3px solid #0081A6">Div</div>

This div border color is #0081A6.


Opacity

.myOpacity80 { color: #0081A6; opacity: 0.8; }

<p style="color:#0081A6;opacity:0.8;">80%</p>

Text with #0081A6 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 #0081A6;}

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

This text has shadow with #0081A6 color.

.textShadow {text-shadow: 3px 3px 1px #0081A6, 3px 3px 1px red;}

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

This text has shadow with #0081A6 primary color and red secondary color.


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

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

This text has shadow with #0081A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0081A6 on black background.


Color preview on white background

This text has color #0081A6 on white background.



Black color preview on #0081A6 background

This text has black color on #0081A6 background.


White color preview on #0081A6 background

This text has white color on #0081A6 background.