COLOR #097CA7

HEX: #097CA7 RGB: (9,124,167)

Color info

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

RGB color model

#097CA7 color RGB value is (9,124,167).

RGB: (9,124,167) (4%, 49%, 65%)

RGB channels and saturation

R 9 of 255 = 4%
G 124 of 255 = 49%
B 167 of 255 = 65%

9
124
167

R + G + B ~ 39%. #097CA7 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 124 + 167 = 300 (100%)
R 9 of 300 ~ 3%
G 124 of 300 ~ 41.33%
B 167 of 300 ~ 55.67'%

%41.33
%55.67

CMYK color model

#097CA7 color CMYK value is (95,26,0,35).

  • cyan value is 94.61%
  • magenta value is 25.75%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (95,26,0,35)
C95M26Y0K35 (95%, 26%, 0%, 35%)
(0.95 / 0.26 / 0.00 / 0.35)

CMYK percentages

%94.61
%25.75
%0
%34.51

Codes

Color #097CA7 in popluar color models

09 7C A7
RGB 9 124 167
HSL 196° 89.77% 34.51%
HSB/HSV 196° 94.61% 65.49%
CMYK 94.61% 25.75% 0.00%
34.51%

Color #097CA7 in popluar number systems.

HEX 09 7C A7
Decimal 9 124 167
Binary 1001 1111100 10100111
Octal 11 174 247

Shades and tints

Shades of #097CA7

#097CA7
(9,124,167)
#097198
(9,113,152)
#096689
(9,102,137)
#095B7A
(9,91,122)
#09506B
(9,80,107)
#09455C
(9,69,92)
#093A4D
(9,58,77)
#092F3E
(9,47,62)
#09242F
(9,36,47)
#091920
(9,25,32)
#090E11
(9,14,17)
#000000
(0,0,0)

Tints of #097CA7

#097CA7
(9,124,167)
#1F87AF
(31,135,175)
#3592B7
(53,146,183)
#4B9DBF
(75,157,191)
#61A8C7
(97,168,199)
#77B3CF
(119,179,207)
#8DBED7
(141,190,215)
#A3C9DF
(163,201,223)
#B9D4E7
(185,212,231)
#CFDFEF
(207,223,239)
#E5EAF7
(229,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #097CA7 color. Also use rgb(9,124,167) instead hex code.

Text Font Color

.myTextColor { color: #097CA7; }

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

This text font color is #097CA7.

Background Color

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

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

This div background color is #097CA7.

Border color

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

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

This div border color is #097CA7.

Opacity

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

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

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

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

This text has shadow with #097CA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #097CA7.

Preview

Color preview on black background

This text has color #097CA7 on black background.


Color preview on white background

This text has color #097CA7 on white background.


Black color preview on #097CA7 background

This text has black color on #097CA7 background.


White color preview on #097CA7 background

This text has white color on #097CA7 background.


Related colors

Complementary color

Complementary color for #hex is #F68358.


I love getcolorcode.com

Triadic colors

1 #A7097C and #7CA709 with #097CA7 are triadic colors.

2 #A77C09 and #7C09A7 with #097CA7 are triadic colors.