COLOR #09808F

HEX: #09808F
RGB: (9,128,143)

Color info

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

RGB color model

#09808F color RGB value is (9,128,143).

  • red value is 9;
  • green value is 128;
  • blue value is 143.
RGB:
(9,128,143)
(4%,50%,56%)

RGB channels and saturation

R 9 of 255 = 4%
G 128 of 255 = 50%
B 143 of 255 = 56%

9
128
143

R + G + B ~ 37%. #09808F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 128 + 143 = 280 (100%)
R 9 of 280 ~ 3.21%
G 128 of 280 ~ 45.71%
B 143 of 280 ~ 51.07%

%45.71
%51.07

CMYK color model

#09808F color CMYK value is (94,10,0,44).

  • cyan value is 93.71%
  • magenta value is 10.49%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(94,10,0,44)
C94M10Y0K44 
(94%,10%,0%,44%)
(0.94/0.10/0.00/0.44)	

CMYK percentages

%93.71
%10.49
%0
%43.92

Codes

Color #09808F in popluar color models

09808F
RGB9128143
HSL187°88.16%29.80%
HSB/HSV187°93.71%56.08%
CMYK93.71%10.49%0.00%
43.92%

Color #09808F in popluar number systems.

HEX09808F
Decimal9128143
Binary10011000000010001111
Octal11200217

Shades and tints

Shades of #09808F

#09808F
(9,128,143)
#097582
(9,117,130)
#096A75
(9,106,117)
#095F68
(9,95,104)
#09545B
(9,84,91)
#09494E
(9,73,78)
#093E41
(9,62,65)
#093334
(9,51,52)
#092827
(9,40,39)
#091D1A
(9,29,26)
#09120D
(9,18,13)
#000000
(0,0,0)

Tints of #09808F

#09808F
(9,128,143)
#1F8B99
(31,139,153)
#3596A3
(53,150,163)
#4BA1AD
(75,161,173)
#61ACB7
(97,172,183)
#77B7C1
(119,183,193)
#8DC2CB
(141,194,203)
#A3CDD5
(163,205,213)
#B9D8DF
(185,216,223)
#CFE3E9
(207,227,233)
#E5EEF3
(229,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09808F color. Also use rgb(9,128,143) instead hex code.

Text Font Color

.myTextColor { color: #09808F; }

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

This text font color is #09808F.


Background Color

.myBgColor { background-color: #09808F; }

<div style="background-color:#09808F">Inner text</div>

This div background color is #09808F.


Border color

.myBorderColor { border: 1px solid #09808F; }

<div style="border:3px solid #09808F">Div</div>

This div border color is #09808F.


Opacity

.myOpacity80 { color: #09808F; opacity: 0.8; }

<p style="color:#09808F;opacity:0.8;">80%</p>

Text with #09808F 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 #09808F;}

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

This text has shadow with #09808F color.

.textShadow {text-shadow: 3px 3px 1px #09808F, 3px 3px 1px red;}

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

This text has shadow with #09808F primary color and red secondary color.


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

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

This text has shadow with #09808F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09808F on black background.


Color preview on white background

This text has color #09808F on white background.



Black color preview on #09808F background

This text has black color on #09808F background.


White color preview on #09808F background

This text has white color on #09808F background.