COLOR #7097AA

HEX: #7097AA
RGB: (112,151,170)

Color info

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

RGB color model

#7097AA color RGB value is (112,151,170).

  • red value is 112;
  • green value is 151;
  • blue value is 170.
RGB:
(112,151,170)
(44%,59%,67%)

RGB channels and saturation

R 112 of 255 = 44%
G 151 of 255 = 59%
B 170 of 255 = 67%

112
151
170

R + G + B ~ 57%. #7097AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 151 + 170 = 433 (100%)
R 112 of 433 ~ 25.87%
G 151 of 433 ~ 34.87%
B 170 of 433 ~ 39.26%

%25.87
%34.87
%39.26

CMYK color model

#7097AA color CMYK value is (34,11,0,33).

  • cyan value is 34.12%
  • magenta value is 11.18%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(34,11,0,33)
C34M11Y0K33 
(34%,11%,0%,33%)
(0.34/0.11/0.00/0.33)	

CMYK percentages

%34.12
%11.18
%0
%33.33

Codes

Color #7097AA in popluar color models

7097AA
RGB112151170
HSL200°25.44%55.29%
HSB/HSV200°34.12%66.67%
CMYK34.12%11.18%0.00%
33.33%

Color #7097AA in popluar number systems.

HEX7097AA
Decimal112151170
Binary11100001001011110101010
Octal160227252

Shades and tints

Shades of #7097AA

#7097AA
(112,151,170)
#668A9B
(102,138,155)
#5C7D8C
(92,125,140)
#52707D
(82,112,125)
#48636E
(72,99,110)
#3E565F
(62,86,95)
#344950
(52,73,80)
#2A3C41
(42,60,65)
#202F32
(32,47,50)
#162223
(22,34,35)
#0C1514
(12,21,20)
#000000
(0,0,0)

Tints of #7097AA

#7097AA
(112,151,170)
#7DA0B1
(125,160,177)
#8AA9B8
(138,169,184)
#97B2BF
(151,178,191)
#A4BBC6
(164,187,198)
#B1C4CD
(177,196,205)
#BECDD4
(190,205,212)
#CBD6DB
(203,214,219)
#D8DFE2
(216,223,226)
#E5E8E9
(229,232,233)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7097AA color. Also use rgb(112,151,170) instead hex code.

Text Font Color

.myTextColor { color: #7097AA; }

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

This text font color is #7097AA.


Background Color

.myBgColor { background-color: #7097AA; }

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

This div background color is #7097AA.


Border color

.myBorderColor { border: 1px solid #7097AA; }

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

This div border color is #7097AA.


Opacity

.myOpacity80 { color: #7097AA; opacity: 0.8; }

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

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

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

This text has shadow with #7097AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7097AA on black background.


Color preview on white background

This text has color #7097AA on white background.



Black color preview on #7097AA background

This text has black color on #7097AA background.


White color preview on #7097AA background

This text has white color on #7097AA background.