COLOR #099F9D

HEX: #099F9D
RGB: (9,159,157)

Color info

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

RGB color model

#099F9D color RGB value is (9,159,157).

  • red value is 9;
  • green value is 159;
  • blue value is 157.
RGB:
(9,159,157)
(4%,62%,62%)

RGB channels and saturation

R 9 of 255 = 4%
G 159 of 255 = 62%
B 157 of 255 = 62%

9
159
157

R + G + B ~ 43%. #099F9D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
9 + 159 + 157 = 325 (100%)
R 9 of 325 ~ 2.77%
G 159 of 325 ~ 48.92%
B 157 of 325 ~ 48.31%

%48.92
%48.31

CMYK color model

#099F9D color CMYK value is (94,0,1,38).

  • cyan value is 94.34%
  • magenta value is 0.00%
  • yellow value is 1.26%
  • key color value is 37.65%
CMYK:
(94,0,1,38)
C94M0Y1K38 
(94%,0%,1%,38%)
(0.94/0.00/0.01/0.38)	

CMYK percentages

%94.34
%0
%1.26
%37.65

Codes

Color #099F9D in popluar color models

099F9D
RGB9159157
HSL179°89.29%32.94%
HSB/HSV179°94.34%62.35%
CMYK94.34%0.00%1.26%
37.65%

Color #099F9D in popluar number systems.

HEX099F9D
Decimal9159157
Binary10011001111110011101
Octal11237235

Shades and tints

Shades of #099F9D

#099F9D
(9,159,157)
#09918F
(9,145,143)
#098381
(9,131,129)
#097573
(9,117,115)
#096765
(9,103,101)
#095957
(9,89,87)
#094B49
(9,75,73)
#093D3B
(9,61,59)
#092F2D
(9,47,45)
#09211F
(9,33,31)
#091311
(9,19,17)
#000000
(0,0,0)

Tints of #099F9D

#099F9D
(9,159,157)
#1FA7A5
(31,167,165)
#35AFAD
(53,175,173)
#4BB7B5
(75,183,181)
#61BFBD
(97,191,189)
#77C7C5
(119,199,197)
#8DCFCD
(141,207,205)
#A3D7D5
(163,215,213)
#B9DFDD
(185,223,221)
#CFE7E5
(207,231,229)
#E5EFED
(229,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #099F9D color. Also use rgb(9,159,157) instead hex code.

Text Font Color

.myTextColor { color: #099F9D; }

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

This text font color is #099F9D.


Background Color

.myBgColor { background-color: #099F9D; }

<div style="background-color:#099F9D">Inner text</div>

This div background color is #099F9D.


Border color

.myBorderColor { border: 1px solid #099F9D; }

<div style="border:3px solid #099F9D">Div</div>

This div border color is #099F9D.


Opacity

.myOpacity80 { color: #099F9D; opacity: 0.8; }

<p style="color:#099F9D;opacity:0.8;">80%</p>

Text with #099F9D 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 #099F9D;}

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

This text has shadow with #099F9D color.

.textShadow {text-shadow: 3px 3px 1px #099F9D, 3px 3px 1px red;}

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

This text has shadow with #099F9D primary color and red secondary color.


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

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

This text has shadow with #099F9D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #099F9D on black background.


Color preview on white background

This text has color #099F9D on white background.



Black color preview on #099F9D background

This text has black color on #099F9D background.


White color preview on #099F9D background

This text has white color on #099F9D background.