COLOR #7196B8

HEX: #7196B8
RGB: (113,150,184)

Color info

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

RGB color model

#7196B8 color RGB value is (113,150,184).

  • red value is 113;
  • green value is 150;
  • blue value is 184.
RGB:
(113,150,184)
(44%,59%,72%)

RGB channels and saturation

R 113 of 255 = 44%
G 150 of 255 = 59%
B 184 of 255 = 72%

113
150
184

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

Portions of RGB colors in percentages

R + G + B =
113 + 150 + 184 = 447 (100%)
R 113 of 447 ~ 25.28%
G 150 of 447 ~ 33.56%
B 184 of 447 ~ 41.16%

%25.28
%33.56
%41.16

CMYK color model

#7196B8 color CMYK value is (39,18,0,28).

  • cyan value is 38.59%
  • magenta value is 18.48%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(39,18,0,28)
C39M18Y0K28 
(39%,18%,0%,28%)
(0.39/0.18/0.00/0.28)	

CMYK percentages

%38.59
%18.48
%0
%27.84

Codes

Color #7196B8 in popluar color models

7196B8
RGB113150184
HSL209°33.33%58.24%
HSB/HSV209°38.59%72.16%
CMYK38.59%18.48%0.00%
27.84%

Color #7196B8 in popluar number systems.

HEX7196B8
Decimal113150184
Binary11100011001011010111000
Octal161226270

Shades and tints

Shades of #7196B8

#7196B8
(113,150,184)
#6789A8
(103,137,168)
#5D7C98
(93,124,152)
#536F88
(83,111,136)
#496278
(73,98,120)
#3F5568
(63,85,104)
#354858
(53,72,88)
#2B3B48
(43,59,72)
#212E38
(33,46,56)
#172128
(23,33,40)
#0D1418
(13,20,24)
#000000
(0,0,0)

Tints of #7196B8

#7196B8
(113,150,184)
#7D9FBE
(125,159,190)
#89A8C4
(137,168,196)
#95B1CA
(149,177,202)
#A1BAD0
(161,186,208)
#ADC3D6
(173,195,214)
#B9CCDC
(185,204,220)
#C5D5E2
(197,213,226)
#D1DEE8
(209,222,232)
#DDE7EE
(221,231,238)
#E9F0F4
(233,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7196B8 color. Also use rgb(113,150,184) instead hex code.

Text Font Color

.myTextColor { color: #7196B8; }

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

This text font color is #7196B8.


Background Color

.myBgColor { background-color: #7196B8; }

<div style="background-color:#7196B8">Inner text</div>

This div background color is #7196B8.


Border color

.myBorderColor { border: 1px solid #7196B8; }

<div style="border:3px solid #7196B8">Div</div>

This div border color is #7196B8.


Opacity

.myOpacity80 { color: #7196B8; opacity: 0.8; }

<p style="color:#7196B8;opacity:0.8;">80%</p>

Text with #7196B8 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 #7196B8;}

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

This text has shadow with #7196B8 color.

.textShadow {text-shadow: 3px 3px 1px #7196B8, 3px 3px 1px red;}

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

This text has shadow with #7196B8 primary color and red secondary color.


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

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

This text has shadow with #7196B8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7196B8 on black background.


Color preview on white background

This text has color #7196B8 on white background.



Black color preview on #7196B8 background

This text has black color on #7196B8 background.


White color preview on #7196B8 background

This text has white color on #7196B8 background.