COLOR #0E8D94

HEX: #0E8D94
RGB: (14,141,148)

Color info

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

RGB color model

#0E8D94 color RGB value is (14,141,148).

  • red value is 14;
  • green value is 141;
  • blue value is 148.
RGB:
(14,141,148)
(5%,55%,58%)

RGB channels and saturation

R 14 of 255 = 5%
G 141 of 255 = 55%
B 148 of 255 = 58%

14
141
148

R + G + B ~ 39%. #0E8D94 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 141 + 148 = 303 (100%)
R 14 of 303 ~ 4.62%
G 141 of 303 ~ 46.53%
B 148 of 303 ~ 48.84%

%46.53
%48.84

CMYK color model

#0E8D94 color CMYK value is (91,5,0,42).

  • cyan value is 90.54%
  • magenta value is 4.73%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(91,5,0,42)
C91M5Y0K42 
(91%,5%,0%,42%)
(0.91/0.05/0.00/0.42)	

CMYK percentages

%90.54
%4.73
%0
%41.96

Codes

Color #0E8D94 in popluar color models

0E8D94
RGB14141148
HSL183°82.72%31.76%
HSB/HSV183°90.54%58.04%
CMYK90.54%4.73%0.00%
41.96%

Color #0E8D94 in popluar number systems.

HEX0E8D94
Decimal14141148
Binary11101000110110010100
Octal16215224

Shades and tints

Shades of #0E8D94

#0E8D94
(14,141,148)
#0D8187
(13,129,135)
#0C757A
(12,117,122)
#0B696D
(11,105,109)
#0A5D60
(10,93,96)
#095153
(9,81,83)
#084546
(8,69,70)
#073939
(7,57,57)
#062D2C
(6,45,44)
#05211F
(5,33,31)
#041512
(4,21,18)
#000000
(0,0,0)

Tints of #0E8D94

#0E8D94
(14,141,148)
#23979D
(35,151,157)
#38A1A6
(56,161,166)
#4DABAF
(77,171,175)
#62B5B8
(98,181,184)
#77BFC1
(119,191,193)
#8CC9CA
(140,201,202)
#A1D3D3
(161,211,211)
#B6DDDC
(182,221,220)
#CBE7E5
(203,231,229)
#E0F1EE
(224,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E8D94 color. Also use rgb(14,141,148) instead hex code.

Text Font Color

.myTextColor { color: #0E8D94; }

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

This text font color is #0E8D94.


Background Color

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

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

This div background color is #0E8D94.


Border color

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

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

This div border color is #0E8D94.


Opacity

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

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

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

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

This text has shadow with #0E8D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E8D94 on black background.


Color preview on white background

This text has color #0E8D94 on white background.



Black color preview on #0E8D94 background

This text has black color on #0E8D94 background.


White color preview on #0E8D94 background

This text has white color on #0E8D94 background.