COLOR #7196B0

HEX: #7196B0
RGB: (113,150,176)

Color info

#7196B0 contains mainly green and blue colors. Web safe color of #7196B0 is #669999 (or #699).

RGB color model

#7196B0 color RGB value is (113,150,176).

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

RGB channels and saturation

R 113 of 255 = 44%
G 150 of 255 = 59%
B 176 of 255 = 69%

113
150
176

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

Portions of RGB colors in percentages

R + G + B =
113 + 150 + 176 = 439 (100%)
R 113 of 439 ~ 25.74%
G 150 of 439 ~ 34.17%
B 176 of 439 ~ 40.09%

%25.74
%34.17
%40.09

CMYK color model

#7196B0 color CMYK value is (36,15,0,31).

  • cyan value is 35.80%
  • magenta value is 14.77%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(36,15,0,31)
C36M15Y0K31 
(36%,15%,0%,31%)
(0.36/0.15/0.00/0.31)	

CMYK percentages

%35.8
%14.77
%0
%30.98

Codes

Color #7196B0 in popluar color models

7196B0
RGB113150176
HSL205°28.51%56.67%
HSB/HSV205°35.80%69.02%
CMYK35.80%14.77%0.00%
30.98%

Color #7196B0 in popluar number systems.

HEX7196B0
Decimal113150176
Binary11100011001011010110000
Octal161226260

Shades and tints

Shades of #7196B0

#7196B0
(113,150,176)
#6789A0
(103,137,160)
#5D7C90
(93,124,144)
#536F80
(83,111,128)
#496270
(73,98,112)
#3F5560
(63,85,96)
#354850
(53,72,80)
#2B3B40
(43,59,64)
#212E30
(33,46,48)
#172120
(23,33,32)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #7196B0

#7196B0
(113,150,176)
#7D9FB7
(125,159,183)
#89A8BE
(137,168,190)
#95B1C5
(149,177,197)
#A1BACC
(161,186,204)
#ADC3D3
(173,195,211)
#B9CCDA
(185,204,218)
#C5D5E1
(197,213,225)
#D1DEE8
(209,222,232)
#DDE7EF
(221,231,239)
#E9F0F6
(233,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7196B0; }

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

This text font color is #7196B0.


Background Color

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

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

This div background color is #7196B0.


Border color

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

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

This div border color is #7196B0.


Opacity

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

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

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

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

This text has shadow with #7196B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7196B0 on black background.


Color preview on white background

This text has color #7196B0 on white background.



Black color preview on #7196B0 background

This text has black color on #7196B0 background.


White color preview on #7196B0 background

This text has white color on #7196B0 background.