COLOR #097682

HEX: #097682
RGB: (9,118,130)

Color info

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

RGB color model

#097682 color RGB value is (9,118,130).

  • red value is 9;
  • green value is 118;
  • blue value is 130.
RGB:
(9,118,130)
(4%,46%,51%)

RGB channels and saturation

R 9 of 255 = 4%
G 118 of 255 = 46%
B 130 of 255 = 51%

9
118
130

R + G + B ~ 34%. #097682 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 118 + 130 = 257 (100%)
R 9 of 257 ~ 3.5%
G 118 of 257 ~ 45.91%
B 130 of 257 ~ 50.58%

%45.91
%50.58

CMYK color model

#097682 color CMYK value is (93,9,0,49).

  • cyan value is 93.08%
  • magenta value is 9.23%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(93,9,0,49)
C93M9Y0K49 
(93%,9%,0%,49%)
(0.93/0.09/0.00/0.49)	

CMYK percentages

%93.08
%9.23
%0
%49.02

Codes

Color #097682 in popluar color models

097682
RGB9118130
HSL186°87.05%27.25%
HSB/HSV186°93.08%50.98%
CMYK93.08%9.23%0.00%
49.02%

Color #097682 in popluar number systems.

HEX097682
Decimal9118130
Binary1001111011010000010
Octal11166202

Shades and tints

Shades of #097682

#097682
(9,118,130)
#096C77
(9,108,119)
#09626C
(9,98,108)
#095861
(9,88,97)
#094E56
(9,78,86)
#09444B
(9,68,75)
#093A40
(9,58,64)
#093035
(9,48,53)
#09262A
(9,38,42)
#091C1F
(9,28,31)
#091214
(9,18,20)
#000000
(0,0,0)

Tints of #097682

#097682
(9,118,130)
#1F828D
(31,130,141)
#358E98
(53,142,152)
#4B9AA3
(75,154,163)
#61A6AE
(97,166,174)
#77B2B9
(119,178,185)
#8DBEC4
(141,190,196)
#A3CACF
(163,202,207)
#B9D6DA
(185,214,218)
#CFE2E5
(207,226,229)
#E5EEF0
(229,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #097682 color. Also use rgb(9,118,130) instead hex code.

Text Font Color

.myTextColor { color: #097682; }

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

This text font color is #097682.


Background Color

.myBgColor { background-color: #097682; }

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

This div background color is #097682.


Border color

.myBorderColor { border: 1px solid #097682; }

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

This div border color is #097682.


Opacity

.myOpacity80 { color: #097682; opacity: 0.8; }

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

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

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

This text has shadow with #097682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #097682 on black background.


Color preview on white background

This text has color #097682 on white background.



Black color preview on #097682 background

This text has black color on #097682 background.


White color preview on #097682 background

This text has white color on #097682 background.