COLOR #097F6C

HEX: #097F6C RGB: (9,127,108)

Color info

#097F6C contains mainly green and blue colors. Web safe color of #097F6C is #006666 (or #066).

RGB color model

#097F6C color RGB value is (9,127,108).

RGB: (9,127,108) (4%, 50%, 42%)

RGB channels and saturation

R 9 of 255 = 4%
G 127 of 255 = 50%
B 108 of 255 = 42%

9
127
108

R + G + B ~ 32%. #097F6C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 127 + 108 = 244 (100%)
R 9 of 244 ~ 3.69%
G 127 of 244 ~ 52.05%
B 108 of 244 ~ 44.26'%

%52.05
%44.26

CMYK color model

#097F6C color CMYK value is (93,0,15,50).

  • cyan value is 92.91%
  • magenta value is 0.00%
  • yellow value is 14.96%
  • key color value is 50.20%

CMYK: (93,0,15,50)
C93M0Y15K50 (93%, 0%, 15%, 50%)
(0.93 / 0.00 / 0.15 / 0.50)

CMYK percentages

%92.91
%0
%14.96
%50.2

Codes

Color #097F6C in popluar color models

09 7F 6C
RGB 9 127 108
HSL 170° 86.76% 26.67%
HSB/HSV 170° 92.91% 49.80%
CMYK 92.91% 0.00% 14.96%
50.20%

Color #097F6C in popluar number systems.

HEX 09 7F 6C
Decimal 9 127 108
Binary 1001 1111111 1101100
Octal 11 177 154

Shades and tints

Shades of #097F6C

#097F6C
(9,127,108)
#097463
(9,116,99)
#09695A
(9,105,90)
#095E51
(9,94,81)
#095348
(9,83,72)
#09483F
(9,72,63)
#093D36
(9,61,54)
#09322D
(9,50,45)
#092724
(9,39,36)
#091C1B
(9,28,27)
#091112
(9,17,18)
#000000
(0,0,0)

Tints of #097F6C

#097F6C
(9,127,108)
#1F8A79
(31,138,121)
#359586
(53,149,134)
#4BA093
(75,160,147)
#61ABA0
(97,171,160)
#77B6AD
(119,182,173)
#8DC1BA
(141,193,186)
#A3CCC7
(163,204,199)
#B9D7D4
(185,215,212)
#CFE2E1
(207,226,225)
#E5EDEE
(229,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #097F6C color. Also use rgb(9,127,108) instead hex code.

Text Font Color

.myTextColor { color: #097F6C; }

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

This text font color is #097F6C.

Background Color

.myBgColor { background-color: #097F6C; }

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

This div background color is #097F6C.

Border color

.myBorderColor { border: 1px solid #097F6C; }

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

This div border color is #097F6C.

Opacity

.myOpacity80 { color: #097F6C; opacity: 0.8; }

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

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

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

This text has shadow with #097F6C color.


.textShadow {text-shadow: 3px 3px 1px #097F6C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #097F6C; -webkit-box-shadow: 1px 1px 3px 2px #097F6C; box-shadow:1px 1px 3px 2px #097F6C;">
Div content here
</div>

This div box has shadow with color #097F6C.

Preview

Color preview on black background

This text has color #097F6C on black background.


Color preview on white background

This text has color #097F6C on white background.


Black color preview on #097F6C background

This text has black color on #097F6C background.


White color preview on #097F6C background

This text has white color on #097F6C background.


Related colors

Complementary color

Complementary color for #hex is #F68093.


I love getcolorcode.com

Triadic colors

1 #6C097F and #7F6C09 with #097F6C are triadic colors.

2 #6C7F09 and #7F096C with #097F6C are triadic colors.