COLOR #0A969E

HEX: #0A969E
RGB: (10,150,158)

Color info

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

RGB color model

#0A969E color RGB value is (10,150,158).

  • red value is 10;
  • green value is 150;
  • blue value is 158.
RGB:
(10,150,158)
(4%,59%,62%)

RGB channels and saturation

R 10 of 255 = 4%
G 150 of 255 = 59%
B 158 of 255 = 62%

10
150
158

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

Portions of RGB colors in percentages

R + G + B =
10 + 150 + 158 = 318 (100%)
R 10 of 318 ~ 3.14%
G 150 of 318 ~ 47.17%
B 158 of 318 ~ 49.69%

%47.17
%49.69

CMYK color model

#0A969E color CMYK value is (94,5,0,38).

  • cyan value is 93.67%
  • magenta value is 5.06%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(94,5,0,38)
C94M5Y0K38 
(94%,5%,0%,38%)
(0.94/0.05/0.00/0.38)	

CMYK percentages

%93.67
%5.06
%0
%38.04

Codes

Color #0A969E in popluar color models

0A969E
RGB10150158
HSL183°88.10%32.94%
HSB/HSV183°93.67%61.96%
CMYK93.67%5.06%0.00%
38.04%

Color #0A969E in popluar number systems.

HEX0A969E
Decimal10150158
Binary10101001011010011110
Octal12226236

Shades and tints

Shades of #0A969E

#0A969E
(10,150,158)
#0A8990
(10,137,144)
#0A7C82
(10,124,130)
#0A6F74
(10,111,116)
#0A6266
(10,98,102)
#0A5558
(10,85,88)
#0A484A
(10,72,74)
#0A3B3C
(10,59,60)
#0A2E2E
(10,46,46)
#0A2120
(10,33,32)
#0A1412
(10,20,18)
#000000
(0,0,0)

Tints of #0A969E

#0A969E
(10,150,158)
#209FA6
(32,159,166)
#36A8AE
(54,168,174)
#4CB1B6
(76,177,182)
#62BABE
(98,186,190)
#78C3C6
(120,195,198)
#8ECCCE
(142,204,206)
#A4D5D6
(164,213,214)
#BADEDE
(186,222,222)
#D0E7E6
(208,231,230)
#E6F0EE
(230,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A969E color. Also use rgb(10,150,158) instead hex code.

Text Font Color

.myTextColor { color: #0A969E; }

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

This text font color is #0A969E.


Background Color

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

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

This div background color is #0A969E.


Border color

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

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

This div border color is #0A969E.


Opacity

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

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

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

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

This text has shadow with #0A969E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A969E on black background.


Color preview on white background

This text has color #0A969E on white background.



Black color preview on #0A969E background

This text has black color on #0A969E background.


White color preview on #0A969E background

This text has white color on #0A969E background.