COLOR #0A8D9C

HEX: #0A8D9C
RGB: (10,141,156)

Color info

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

RGB color model

#0A8D9C color RGB value is (10,141,156).

  • red value is 10;
  • green value is 141;
  • blue value is 156.
RGB:
(10,141,156)
(4%,55%,61%)

RGB channels and saturation

R 10 of 255 = 4%
G 141 of 255 = 55%
B 156 of 255 = 61%

10
141
156

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

Portions of RGB colors in percentages

R + G + B =
10 + 141 + 156 = 307 (100%)
R 10 of 307 ~ 3.26%
G 141 of 307 ~ 45.93%
B 156 of 307 ~ 50.81%

%45.93
%50.81

CMYK color model

#0A8D9C color CMYK value is (94,10,0,39).

  • cyan value is 93.59%
  • magenta value is 9.62%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(94,10,0,39)
C94M10Y0K39 
(94%,10%,0%,39%)
(0.94/0.10/0.00/0.39)	

CMYK percentages

%93.59
%9.62
%0
%38.82

Codes

Color #0A8D9C in popluar color models

0A8D9C
RGB10141156
HSL186°87.95%32.55%
HSB/HSV186°93.59%61.18%
CMYK93.59%9.62%0.00%
38.82%

Color #0A8D9C in popluar number systems.

HEX0A8D9C
Decimal10141156
Binary10101000110110011100
Octal12215234

Shades and tints

Shades of #0A8D9C

#0A8D9C
(10,141,156)
#0A818E
(10,129,142)
#0A7580
(10,117,128)
#0A6972
(10,105,114)
#0A5D64
(10,93,100)
#0A5156
(10,81,86)
#0A4548
(10,69,72)
#0A393A
(10,57,58)
#0A2D2C
(10,45,44)
#0A211E
(10,33,30)
#0A1510
(10,21,16)
#000000
(0,0,0)

Tints of #0A8D9C

#0A8D9C
(10,141,156)
#2097A5
(32,151,165)
#36A1AE
(54,161,174)
#4CABB7
(76,171,183)
#62B5C0
(98,181,192)
#78BFC9
(120,191,201)
#8EC9D2
(142,201,210)
#A4D3DB
(164,211,219)
#BADDE4
(186,221,228)
#D0E7ED
(208,231,237)
#E6F1F6
(230,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A8D9C color. Also use rgb(10,141,156) instead hex code.

Text Font Color

.myTextColor { color: #0A8D9C; }

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

This text font color is #0A8D9C.


Background Color

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

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

This div background color is #0A8D9C.


Border color

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

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

This div border color is #0A8D9C.


Opacity

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

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

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

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

This text has shadow with #0A8D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A8D9C on black background.


Color preview on white background

This text has color #0A8D9C on white background.



Black color preview on #0A8D9C background

This text has black color on #0A8D9C background.


White color preview on #0A8D9C background

This text has white color on #0A8D9C background.