COLOR #0E7E81

HEX: #0E7E81
RGB: (14,126,129)

Color info

#0E7E81 contains mainly green and blue colors. Web safe color of #0E7E81 is #006699 (or #069).

RGB color model

#0E7E81 color RGB value is (14,126,129).

  • red value is 14;
  • green value is 126;
  • blue value is 129.
RGB:
(14,126,129)
(5%,49%,51%)

RGB channels and saturation

R 14 of 255 = 5%
G 126 of 255 = 49%
B 129 of 255 = 51%

14
126
129

R + G + B ~ 35%. #0E7E81 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 126 + 129 = 269 (100%)
R 14 of 269 ~ 5.2%
G 126 of 269 ~ 46.84%
B 129 of 269 ~ 47.96%

%46.84
%47.96

CMYK color model

#0E7E81 color CMYK value is (89,2,0,49).

  • cyan value is 89.15%
  • magenta value is 2.33%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(89,2,0,49)
C89M2Y0K49 
(89%,2%,0%,49%)
(0.89/0.02/0.00/0.49)	

CMYK percentages

%89.15
%2.33
%0
%49.41

Codes

Color #0E7E81 in popluar color models

0E7E81
RGB14126129
HSL182°80.42%28.04%
HSB/HSV182°89.15%50.59%
CMYK89.15%2.33%0.00%
49.41%

Color #0E7E81 in popluar number systems.

HEX0E7E81
Decimal14126129
Binary1110111111010000001
Octal16176201

Shades and tints

Shades of #0E7E81

#0E7E81
(14,126,129)
#0D7376
(13,115,118)
#0C686B
(12,104,107)
#0B5D60
(11,93,96)
#0A5255
(10,82,85)
#09474A
(9,71,74)
#083C3F
(8,60,63)
#073134
(7,49,52)
#062629
(6,38,41)
#051B1E
(5,27,30)
#041013
(4,16,19)
#000000
(0,0,0)

Tints of #0E7E81

#0E7E81
(14,126,129)
#23898C
(35,137,140)
#389497
(56,148,151)
#4D9FA2
(77,159,162)
#62AAAD
(98,170,173)
#77B5B8
(119,181,184)
#8CC0C3
(140,192,195)
#A1CBCE
(161,203,206)
#B6D6D9
(182,214,217)
#CBE1E4
(203,225,228)
#E0ECEF
(224,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E7E81 color. Also use rgb(14,126,129) instead hex code.

Text Font Color

.myTextColor { color: #0E7E81; }

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

This text font color is #0E7E81.


Background Color

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

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

This div background color is #0E7E81.


Border color

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

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

This div border color is #0E7E81.


Opacity

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

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

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

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

This text has shadow with #0E7E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E7E81 on black background.


Color preview on white background

This text has color #0E7E81 on white background.



Black color preview on #0E7E81 background

This text has black color on #0E7E81 background.


White color preview on #0E7E81 background

This text has white color on #0E7E81 background.