COLOR #0EB7A7

HEX: #0EB7A7
RGB: (14,183,167)

Color info

#0EB7A7 contains mainly green and blue colors. Web safe color of #0EB7A7 is #00CC99 (or #0C9).

RGB color model

#0EB7A7 color RGB value is (14,183,167).

  • red value is 14;
  • green value is 183;
  • blue value is 167.
RGB:
(14,183,167)
(5%,72%,65%)

RGB channels and saturation

R 14 of 255 = 5%
G 183 of 255 = 72%
B 167 of 255 = 65%

14
183
167

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

Portions of RGB colors in percentages

R + G + B =
14 + 183 + 167 = 364 (100%)
R 14 of 364 ~ 3.85%
G 183 of 364 ~ 50.27%
B 167 of 364 ~ 45.88%

%50.27
%45.88

CMYK color model

#0EB7A7 color CMYK value is (92,0,9,28).

  • cyan value is 92.35%
  • magenta value is 0.00%
  • yellow value is 8.74%
  • key color value is 28.24%
CMYK:
(92,0,9,28)
C92M0Y9K28 
(92%,0%,9%,28%)
(0.92/0.00/0.09/0.28)	

CMYK percentages

%92.35
%0
%8.74
%28.24

Codes

Color #0EB7A7 in popluar color models

0EB7A7
RGB14183167
HSL174°85.79%38.63%
HSB/HSV174°92.35%71.76%
CMYK92.35%0.00%8.74%
28.24%

Color #0EB7A7 in popluar number systems.

HEX0EB7A7
Decimal14183167
Binary11101011011110100111
Octal16267247

Shades and tints

Shades of #0EB7A7

#0EB7A7
(14,183,167)
#0DA798
(13,167,152)
#0C9789
(12,151,137)
#0B877A
(11,135,122)
#0A776B
(10,119,107)
#09675C
(9,103,92)
#08574D
(8,87,77)
#07473E
(7,71,62)
#06372F
(6,55,47)
#052720
(5,39,32)
#041711
(4,23,17)
#000000
(0,0,0)

Tints of #0EB7A7

#0EB7A7
(14,183,167)
#23BDAF
(35,189,175)
#38C3B7
(56,195,183)
#4DC9BF
(77,201,191)
#62CFC7
(98,207,199)
#77D5CF
(119,213,207)
#8CDBD7
(140,219,215)
#A1E1DF
(161,225,223)
#B6E7E7
(182,231,231)
#CBEDEF
(203,237,239)
#E0F3F7
(224,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EB7A7 color. Also use rgb(14,183,167) instead hex code.

Text Font Color

.myTextColor { color: #0EB7A7; }

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

This text font color is #0EB7A7.


Background Color

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

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

This div background color is #0EB7A7.


Border color

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

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

This div border color is #0EB7A7.


Opacity

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

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

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

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

This text has shadow with #0EB7A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0EB7A7 on black background.


Color preview on white background

This text has color #0EB7A7 on white background.



Black color preview on #0EB7A7 background

This text has black color on #0EB7A7 background.


White color preview on #0EB7A7 background

This text has white color on #0EB7A7 background.