COLOR #7096AA

HEX: #7096AA
RGB: (112,150,170)

Color info

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

RGB color model

#7096AA color RGB value is (112,150,170).

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

RGB channels and saturation

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

112
150
170

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

Portions of RGB colors in percentages

R + G + B =
112 + 150 + 170 = 432 (100%)
R 112 of 432 ~ 25.93%
G 150 of 432 ~ 34.72%
B 170 of 432 ~ 39.35%

%25.93
%34.72
%39.35

CMYK color model

#7096AA color CMYK value is (34,12,0,33).

  • cyan value is 34.12%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(34,12,0,33)
C34M12Y0K33 
(34%,12%,0%,33%)
(0.34/0.12/0.00/0.33)	

CMYK percentages

%34.12
%11.76
%0
%33.33

Codes

Color #7096AA in popluar color models

7096AA
RGB112150170
HSL201°25.44%55.29%
HSB/HSV201°34.12%66.67%
CMYK34.12%11.76%0.00%
33.33%

Color #7096AA in popluar number systems.

HEX7096AA
Decimal112150170
Binary11100001001011010101010
Octal160226252

Shades and tints

Shades of #7096AA

#7096AA
(112,150,170)
#66899B
(102,137,155)
#5C7C8C
(92,124,140)
#526F7D
(82,111,125)
#48626E
(72,98,110)
#3E555F
(62,85,95)
#344850
(52,72,80)
#2A3B41
(42,59,65)
#202E32
(32,46,50)
#162123
(22,33,35)
#0C1414
(12,20,20)
#000000
(0,0,0)

Tints of #7096AA

#7096AA
(112,150,170)
#7D9FB1
(125,159,177)
#8AA8B8
(138,168,184)
#97B1BF
(151,177,191)
#A4BAC6
(164,186,198)
#B1C3CD
(177,195,205)
#BECCD4
(190,204,212)
#CBD5DB
(203,213,219)
#D8DEE2
(216,222,226)
#E5E7E9
(229,231,233)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7096AA; }

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

This text font color is #7096AA.


Background Color

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

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

This div background color is #7096AA.


Border color

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

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

This div border color is #7096AA.


Opacity

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

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

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

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

This text has shadow with #7096AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7096AA on black background.


Color preview on white background

This text has color #7096AA on white background.



Black color preview on #7096AA background

This text has black color on #7096AA background.


White color preview on #7096AA background

This text has white color on #7096AA background.