COLOR #098E6F

HEX: #098E6F
RGB: (9,142,111)

Color info

#098E6F contains mainly green and blue colors. Web safe color of #098E6F is #009966 (or #096).

RGB color model

#098E6F color RGB value is (9,142,111).

  • red value is 9;
  • green value is 142;
  • blue value is 111.
RGB:
(9,142,111)
(4%,56%,44%)

RGB channels and saturation

R 9 of 255 = 4%
G 142 of 255 = 56%
B 111 of 255 = 44%

9
142
111

R + G + B ~ 35%. #098E6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 142 + 111 = 262 (100%)
R 9 of 262 ~ 3.44%
G 142 of 262 ~ 54.2%
B 111 of 262 ~ 42.37%

%54.2
%42.37

CMYK color model

#098E6F color CMYK value is (94,0,22,44).

  • cyan value is 93.66%
  • magenta value is 0.00%
  • yellow value is 21.83%
  • key color value is 44.31%
CMYK:
(94,0,22,44)
C94M0Y22K44 
(94%,0%,22%,44%)
(0.94/0.00/0.22/0.44)	

CMYK percentages

%93.66
%0
%21.83
%44.31

Codes

Color #098E6F in popluar color models

098E6F
RGB9142111
HSL166°88.08%29.61%
HSB/HSV166°93.66%55.69%
CMYK93.66%0.00%21.83%
44.31%

Color #098E6F in popluar number systems.

HEX098E6F
Decimal9142111
Binary1001100011101101111
Octal11216157

Shades and tints

Shades of #098E6F

#098E6F
(9,142,111)
#098265
(9,130,101)
#09765B
(9,118,91)
#096A51
(9,106,81)
#095E47
(9,94,71)
#09523D
(9,82,61)
#094633
(9,70,51)
#093A29
(9,58,41)
#092E1F
(9,46,31)
#092215
(9,34,21)
#09160B
(9,22,11)
#000000
(0,0,0)

Tints of #098E6F

#098E6F
(9,142,111)
#1F987C
(31,152,124)
#35A289
(53,162,137)
#4BAC96
(75,172,150)
#61B6A3
(97,182,163)
#77C0B0
(119,192,176)
#8DCABD
(141,202,189)
#A3D4CA
(163,212,202)
#B9DED7
(185,222,215)
#CFE8E4
(207,232,228)
#E5F2F1
(229,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #098E6F color. Also use rgb(9,142,111) instead hex code.

Text Font Color

.myTextColor { color: #098E6F; }

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

This text font color is #098E6F.


Background Color

.myBgColor { background-color: #098E6F; }

<div style="background-color:#098E6F">Inner text</div>

This div background color is #098E6F.


Border color

.myBorderColor { border: 1px solid #098E6F; }

<div style="border:3px solid #098E6F">Div</div>

This div border color is #098E6F.


Opacity

.myOpacity80 { color: #098E6F; opacity: 0.8; }

<p style="color:#098E6F;opacity:0.8;">80%</p>

Text with #098E6F 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 #098E6F;}

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

This text has shadow with #098E6F color.

.textShadow {text-shadow: 3px 3px 1px #098E6F, 3px 3px 1px red;}

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

This text has shadow with #098E6F primary color and red secondary color.


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

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

This text has shadow with #098E6F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #098E6F on black background.


Color preview on white background

This text has color #098E6F on white background.



Black color preview on #098E6F background

This text has black color on #098E6F background.


White color preview on #098E6F background

This text has white color on #098E6F background.