COLOR #0E99A9

HEX: #0E99A9
RGB: (14,153,169)

Color info

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

RGB color model

#0E99A9 color RGB value is (14,153,169).

  • red value is 14;
  • green value is 153;
  • blue value is 169.
RGB:
(14,153,169)
(5%,60%,66%)

RGB channels and saturation

R 14 of 255 = 5%
G 153 of 255 = 60%
B 169 of 255 = 66%

14
153
169

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

Portions of RGB colors in percentages

R + G + B =
14 + 153 + 169 = 336 (100%)
R 14 of 336 ~ 4.17%
G 153 of 336 ~ 45.54%
B 169 of 336 ~ 50.3%

%45.54
%50.3

CMYK color model

#0E99A9 color CMYK value is (92,9,0,34).

  • cyan value is 91.72%
  • magenta value is 9.47%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(92,9,0,34)
C92M9Y0K34 
(92%,9%,0%,34%)
(0.92/0.09/0.00/0.34)	

CMYK percentages

%91.72
%9.47
%0
%33.73

Codes

Color #0E99A9 in popluar color models

0E99A9
RGB14153169
HSL186°84.70%35.88%
HSB/HSV186°91.72%66.27%
CMYK91.72%9.47%0.00%
33.73%

Color #0E99A9 in popluar number systems.

HEX0E99A9
Decimal14153169
Binary11101001100110101001
Octal16231251

Shades and tints

Shades of #0E99A9

#0E99A9
(14,153,169)
#0D8C9A
(13,140,154)
#0C7F8B
(12,127,139)
#0B727C
(11,114,124)
#0A656D
(10,101,109)
#09585E
(9,88,94)
#084B4F
(8,75,79)
#073E40
(7,62,64)
#063131
(6,49,49)
#052422
(5,36,34)
#041713
(4,23,19)
#000000
(0,0,0)

Tints of #0E99A9

#0E99A9
(14,153,169)
#23A2B0
(35,162,176)
#38ABB7
(56,171,183)
#4DB4BE
(77,180,190)
#62BDC5
(98,189,197)
#77C6CC
(119,198,204)
#8CCFD3
(140,207,211)
#A1D8DA
(161,216,218)
#B6E1E1
(182,225,225)
#CBEAE8
(203,234,232)
#E0F3EF
(224,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E99A9 color. Also use rgb(14,153,169) instead hex code.

Text Font Color

.myTextColor { color: #0E99A9; }

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

This text font color is #0E99A9.


Background Color

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

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

This div background color is #0E99A9.


Border color

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

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

This div border color is #0E99A9.


Opacity

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

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

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

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

This text has shadow with #0E99A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E99A9 on black background.


Color preview on white background

This text has color #0E99A9 on white background.



Black color preview on #0E99A9 background

This text has black color on #0E99A9 background.


White color preview on #0E99A9 background

This text has white color on #0E99A9 background.