COLOR #0A98A6

HEX: #0A98A6
RGB: (10,152,166)

Color info

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

RGB color model

#0A98A6 color RGB value is (10,152,166).

  • red value is 10;
  • green value is 152;
  • blue value is 166.
RGB:
(10,152,166)
(4%,60%,65%)

RGB channels and saturation

R 10 of 255 = 4%
G 152 of 255 = 60%
B 166 of 255 = 65%

10
152
166

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

Portions of RGB colors in percentages

R + G + B =
10 + 152 + 166 = 328 (100%)
R 10 of 328 ~ 3.05%
G 152 of 328 ~ 46.34%
B 166 of 328 ~ 50.61%

%46.34
%50.61

CMYK color model

#0A98A6 color CMYK value is (94,8,0,35).

  • cyan value is 93.98%
  • magenta value is 8.43%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(94,8,0,35)
C94M8Y0K35 
(94%,8%,0%,35%)
(0.94/0.08/0.00/0.35)	

CMYK percentages

%93.98
%8.43
%0
%34.9

Codes

Color #0A98A6 in popluar color models

0A98A6
RGB10152166
HSL185°88.64%34.51%
HSB/HSV185°93.98%65.10%
CMYK93.98%8.43%0.00%
34.90%

Color #0A98A6 in popluar number systems.

HEX0A98A6
Decimal10152166
Binary10101001100010100110
Octal12230246

Shades and tints

Shades of #0A98A6

#0A98A6
(10,152,166)
#0A8B97
(10,139,151)
#0A7E88
(10,126,136)
#0A7179
(10,113,121)
#0A646A
(10,100,106)
#0A575B
(10,87,91)
#0A4A4C
(10,74,76)
#0A3D3D
(10,61,61)
#0A302E
(10,48,46)
#0A231F
(10,35,31)
#0A1610
(10,22,16)
#000000
(0,0,0)

Tints of #0A98A6

#0A98A6
(10,152,166)
#20A1AE
(32,161,174)
#36AAB6
(54,170,182)
#4CB3BE
(76,179,190)
#62BCC6
(98,188,198)
#78C5CE
(120,197,206)
#8ECED6
(142,206,214)
#A4D7DE
(164,215,222)
#BAE0E6
(186,224,230)
#D0E9EE
(208,233,238)
#E6F2F6
(230,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A98A6 color. Also use rgb(10,152,166) instead hex code.

Text Font Color

.myTextColor { color: #0A98A6; }

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

This text font color is #0A98A6.


Background Color

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

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

This div background color is #0A98A6.


Border color

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

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

This div border color is #0A98A6.


Opacity

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

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

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

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

This text has shadow with #0A98A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A98A6 on black background.


Color preview on white background

This text has color #0A98A6 on white background.



Black color preview on #0A98A6 background

This text has black color on #0A98A6 background.


White color preview on #0A98A6 background

This text has white color on #0A98A6 background.