COLOR #7089A6

HEX: #7089A6
RGB: (112,137,166)

Color info

#7089A6 contains red, green and blue colors in about the same proportion. Web safe color of #7089A6 is #669999 (or #699).

RGB color model

#7089A6 color RGB value is (112,137,166).

  • red value is 112;
  • green value is 137;
  • blue value is 166.
RGB:
(112,137,166)
(44%,54%,65%)

RGB channels and saturation

R 112 of 255 = 44%
G 137 of 255 = 54%
B 166 of 255 = 65%

112
137
166

R + G + B ~ 54%. #7089A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 137 + 166 = 415 (100%)
R 112 of 415 ~ 26.99%
G 137 of 415 ~ 33.01%
B 166 of 415 ~ 40%

%26.99
%33.01
%40

CMYK color model

#7089A6 color CMYK value is (33,17,0,35).

  • cyan value is 32.53%
  • magenta value is 17.47%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(33,17,0,35)
C33M17Y0K35 
(33%,17%,0%,35%)
(0.33/0.17/0.00/0.35)	

CMYK percentages

%32.53
%17.47
%0
%34.9

Codes

Color #7089A6 in popluar color models

7089A6
RGB112137166
HSL212°23.28%54.51%
HSB/HSV212°32.53%65.10%
CMYK32.53%17.47%0.00%
34.90%

Color #7089A6 in popluar number systems.

HEX7089A6
Decimal112137166
Binary11100001000100110100110
Octal160211246

Shades and tints

Shades of #7089A6

#7089A6
(112,137,166)
#667D97
(102,125,151)
#5C7188
(92,113,136)
#526579
(82,101,121)
#48596A
(72,89,106)
#3E4D5B
(62,77,91)
#34414C
(52,65,76)
#2A353D
(42,53,61)
#20292E
(32,41,46)
#161D1F
(22,29,31)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #7089A6

#7089A6
(112,137,166)
#7D93AE
(125,147,174)
#8A9DB6
(138,157,182)
#97A7BE
(151,167,190)
#A4B1C6
(164,177,198)
#B1BBCE
(177,187,206)
#BEC5D6
(190,197,214)
#CBCFDE
(203,207,222)
#D8D9E6
(216,217,230)
#E5E3EE
(229,227,238)
#F2EDF6
(242,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7089A6 color. Also use rgb(112,137,166) instead hex code.

Text Font Color

.myTextColor { color: #7089A6; }

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

This text font color is #7089A6.


Background Color

.myBgColor { background-color: #7089A6; }

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

This div background color is #7089A6.


Border color

.myBorderColor { border: 1px solid #7089A6; }

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

This div border color is #7089A6.


Opacity

.myOpacity80 { color: #7089A6; opacity: 0.8; }

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

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

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

This text has shadow with #7089A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7089A6 on black background.


Color preview on white background

This text has color #7089A6 on white background.



Black color preview on #7089A6 background

This text has black color on #7089A6 background.


White color preview on #7089A6 background

This text has white color on #7089A6 background.