COLOR #099B7B

HEX: #099B7B
RGB: (9,155,123)

Color info

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

RGB color model

#099B7B color RGB value is (9,155,123).

  • red value is 9;
  • green value is 155;
  • blue value is 123.
RGB:
(9,155,123)
(4%,61%,48%)

RGB channels and saturation

R 9 of 255 = 4%
G 155 of 255 = 61%
B 123 of 255 = 48%

9
155
123

R + G + B ~ 38%. #099B7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 155 + 123 = 287 (100%)
R 9 of 287 ~ 3.14%
G 155 of 287 ~ 54.01%
B 123 of 287 ~ 42.86%

%54.01
%42.86

CMYK color model

#099B7B color CMYK value is (94,0,21,39).

  • cyan value is 94.19%
  • magenta value is 0.00%
  • yellow value is 20.65%
  • key color value is 39.22%
CMYK:
(94,0,21,39)
C94M0Y21K39 
(94%,0%,21%,39%)
(0.94/0.00/0.21/0.39)	

CMYK percentages

%94.19
%0
%20.65
%39.22

Codes

Color #099B7B in popluar color models

099B7B
RGB9155123
HSL167°89.02%32.16%
HSB/HSV167°94.19%60.78%
CMYK94.19%0.00%20.65%
39.22%

Color #099B7B in popluar number systems.

HEX099B7B
Decimal9155123
Binary1001100110111111011
Octal11233173

Shades and tints

Shades of #099B7B

#099B7B
(9,155,123)
#098D70
(9,141,112)
#097F65
(9,127,101)
#09715A
(9,113,90)
#09634F
(9,99,79)
#095544
(9,85,68)
#094739
(9,71,57)
#09392E
(9,57,46)
#092B23
(9,43,35)
#091D18
(9,29,24)
#090F0D
(9,15,13)
#000000
(0,0,0)

Tints of #099B7B

#099B7B
(9,155,123)
#1FA487
(31,164,135)
#35AD93
(53,173,147)
#4BB69F
(75,182,159)
#61BFAB
(97,191,171)
#77C8B7
(119,200,183)
#8DD1C3
(141,209,195)
#A3DACF
(163,218,207)
#B9E3DB
(185,227,219)
#CFECE7
(207,236,231)
#E5F5F3
(229,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #099B7B color. Also use rgb(9,155,123) instead hex code.

Text Font Color

.myTextColor { color: #099B7B; }

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

This text font color is #099B7B.


Background Color

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

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

This div background color is #099B7B.


Border color

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

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

This div border color is #099B7B.


Opacity

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

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

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

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

This text has shadow with #099B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #099B7B on black background.


Color preview on white background

This text has color #099B7B on white background.



Black color preview on #099B7B background

This text has black color on #099B7B background.


White color preview on #099B7B background

This text has white color on #099B7B background.