COLOR #7096B5

HEX: #7096B5
RGB: (112,150,181)

Color info

#7096B5 contains mainly green and blue colors. Web safe color of #7096B5 is #6699CC (or #69C).

RGB color model

#7096B5 color RGB value is (112,150,181).

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

RGB channels and saturation

R 112 of 255 = 44%
G 150 of 255 = 59%
B 181 of 255 = 71%

112
150
181

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

Portions of RGB colors in percentages

R + G + B =
112 + 150 + 181 = 443 (100%)
R 112 of 443 ~ 25.28%
G 150 of 443 ~ 33.86%
B 181 of 443 ~ 40.86%

%25.28
%33.86
%40.86

CMYK color model

#7096B5 color CMYK value is (38,17,0,29).

  • cyan value is 38.12%
  • magenta value is 17.13%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(38,17,0,29)
C38M17Y0K29 
(38%,17%,0%,29%)
(0.38/0.17/0.00/0.29)	

CMYK percentages

%38.12
%17.13
%0
%29.02

Codes

Color #7096B5 in popluar color models

7096B5
RGB112150181
HSL207°31.80%57.45%
HSB/HSV207°38.12%70.98%
CMYK38.12%17.13%0.00%
29.02%

Color #7096B5 in popluar number systems.

HEX7096B5
Decimal112150181
Binary11100001001011010110101
Octal160226265

Shades and tints

Shades of #7096B5

#7096B5
(112,150,181)
#6689A5
(102,137,165)
#5C7C95
(92,124,149)
#526F85
(82,111,133)
#486275
(72,98,117)
#3E5565
(62,85,101)
#344855
(52,72,85)
#2A3B45
(42,59,69)
#202E35
(32,46,53)
#162125
(22,33,37)
#0C1415
(12,20,21)
#000000
(0,0,0)

Tints of #7096B5

#7096B5
(112,150,181)
#7D9FBB
(125,159,187)
#8AA8C1
(138,168,193)
#97B1C7
(151,177,199)
#A4BACD
(164,186,205)
#B1C3D3
(177,195,211)
#BECCD9
(190,204,217)
#CBD5DF
(203,213,223)
#D8DEE5
(216,222,229)
#E5E7EB
(229,231,235)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7096B5; }

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

This text font color is #7096B5.


Background Color

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

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

This div background color is #7096B5.


Border color

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

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

This div border color is #7096B5.


Opacity

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

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

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

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

This text has shadow with #7096B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7096B5 on black background.


Color preview on white background

This text has color #7096B5 on white background.



Black color preview on #7096B5 background

This text has black color on #7096B5 background.


White color preview on #7096B5 background

This text has white color on #7096B5 background.