COLOR #7096A8

HEX: #7096A8
RGB: (112,150,168)

Color info

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

RGB color model

#7096A8 color RGB value is (112,150,168).

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

RGB channels and saturation

R 112 of 255 = 44%
G 150 of 255 = 59%
B 168 of 255 = 66%

112
150
168

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

Portions of RGB colors in percentages

R + G + B =
112 + 150 + 168 = 430 (100%)
R 112 of 430 ~ 26.05%
G 150 of 430 ~ 34.88%
B 168 of 430 ~ 39.07%

%26.05
%34.88
%39.07

CMYK color model

#7096A8 color CMYK value is (33,11,0,34).

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

CMYK percentages

%33.33
%10.71
%0
%34.12

Codes

Color #7096A8 in popluar color models

7096A8
RGB112150168
HSL199°24.35%54.90%
HSB/HSV199°33.33%65.88%
CMYK33.33%10.71%0.00%
34.12%

Color #7096A8 in popluar number systems.

HEX7096A8
Decimal112150168
Binary11100001001011010101000
Octal160226250

Shades and tints

Shades of #7096A8

#7096A8
(112,150,168)
#668999
(102,137,153)
#5C7C8A
(92,124,138)
#526F7B
(82,111,123)
#48626C
(72,98,108)
#3E555D
(62,85,93)
#34484E
(52,72,78)
#2A3B3F
(42,59,63)
#202E30
(32,46,48)
#162121
(22,33,33)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #7096A8

#7096A8
(112,150,168)
#7D9FAF
(125,159,175)
#8AA8B6
(138,168,182)
#97B1BD
(151,177,189)
#A4BAC4
(164,186,196)
#B1C3CB
(177,195,203)
#BECCD2
(190,204,210)
#CBD5D9
(203,213,217)
#D8DEE0
(216,222,224)
#E5E7E7
(229,231,231)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7096A8; }

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

This text font color is #7096A8.


Background Color

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

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

This div background color is #7096A8.


Border color

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

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

This div border color is #7096A8.


Opacity

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

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

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

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

This text has shadow with #7096A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7096A8 on black background.


Color preview on white background

This text has color #7096A8 on white background.



Black color preview on #7096A8 background

This text has black color on #7096A8 background.


White color preview on #7096A8 background

This text has white color on #7096A8 background.