COLOR #0A89A0

HEX: #0A89A0
RGB: (10,137,160)

Color info

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

RGB color model

#0A89A0 color RGB value is (10,137,160).

  • red value is 10;
  • green value is 137;
  • blue value is 160.
RGB:
(10,137,160)
(4%,54%,63%)

RGB channels and saturation

R 10 of 255 = 4%
G 137 of 255 = 54%
B 160 of 255 = 63%

10
137
160

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

Portions of RGB colors in percentages

R + G + B =
10 + 137 + 160 = 307 (100%)
R 10 of 307 ~ 3.26%
G 137 of 307 ~ 44.63%
B 160 of 307 ~ 52.12%

%44.63
%52.12

CMYK color model

#0A89A0 color CMYK value is (94,14,0,37).

  • cyan value is 93.75%
  • magenta value is 14.38%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(94,14,0,37)
C94M14Y0K37 
(94%,14%,0%,37%)
(0.94/0.14/0.00/0.37)	

CMYK percentages

%93.75
%14.38
%0
%37.25

Codes

Color #0A89A0 in popluar color models

0A89A0
RGB10137160
HSL189°88.24%33.33%
HSB/HSV189°93.75%62.75%
CMYK93.75%14.38%0.00%
37.25%

Color #0A89A0 in popluar number systems.

HEX0A89A0
Decimal10137160
Binary10101000100110100000
Octal12211240

Shades and tints

Shades of #0A89A0

#0A89A0
(10,137,160)
#0A7D92
(10,125,146)
#0A7184
(10,113,132)
#0A6576
(10,101,118)
#0A5968
(10,89,104)
#0A4D5A
(10,77,90)
#0A414C
(10,65,76)
#0A353E
(10,53,62)
#0A2930
(10,41,48)
#0A1D22
(10,29,34)
#0A1114
(10,17,20)
#000000
(0,0,0)

Tints of #0A89A0

#0A89A0
(10,137,160)
#2093A8
(32,147,168)
#369DB0
(54,157,176)
#4CA7B8
(76,167,184)
#62B1C0
(98,177,192)
#78BBC8
(120,187,200)
#8EC5D0
(142,197,208)
#A4CFD8
(164,207,216)
#BAD9E0
(186,217,224)
#D0E3E8
(208,227,232)
#E6EDF0
(230,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A89A0 color. Also use rgb(10,137,160) instead hex code.

Text Font Color

.myTextColor { color: #0A89A0; }

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

This text font color is #0A89A0.


Background Color

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

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

This div background color is #0A89A0.


Border color

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

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

This div border color is #0A89A0.


Opacity

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

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

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

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

This text has shadow with #0A89A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A89A0 on black background.


Color preview on white background

This text has color #0A89A0 on white background.



Black color preview on #0A89A0 background

This text has black color on #0A89A0 background.


White color preview on #0A89A0 background

This text has white color on #0A89A0 background.