COLOR #7196C2

HEX: #7196C2
RGB: (113,150,194)

Color info

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

RGB color model

#7196C2 color RGB value is (113,150,194).

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

RGB channels and saturation

R 113 of 255 = 44%
G 150 of 255 = 59%
B 194 of 255 = 76%

113
150
194

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

Portions of RGB colors in percentages

R + G + B =
113 + 150 + 194 = 457 (100%)
R 113 of 457 ~ 24.73%
G 150 of 457 ~ 32.82%
B 194 of 457 ~ 42.45%

%24.73
%32.82
%42.45

CMYK color model

#7196C2 color CMYK value is (42,23,0,24).

  • cyan value is 41.75%
  • magenta value is 22.68%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(42,23,0,24)
C42M23Y0K24 
(42%,23%,0%,24%)
(0.42/0.23/0.00/0.24)	

CMYK percentages

%41.75
%22.68
%0
%23.92

Codes

Color #7196C2 in popluar color models

7196C2
RGB113150194
HSL213°39.90%60.20%
HSB/HSV213°41.75%76.08%
CMYK41.75%22.68%0.00%
23.92%

Color #7196C2 in popluar number systems.

HEX7196C2
Decimal113150194
Binary11100011001011011000010
Octal161226302

Shades and tints

Shades of #7196C2

#7196C2
(113,150,194)
#6789B1
(103,137,177)
#5D7CA0
(93,124,160)
#536F8F
(83,111,143)
#49627E
(73,98,126)
#3F556D
(63,85,109)
#35485C
(53,72,92)
#2B3B4B
(43,59,75)
#212E3A
(33,46,58)
#172129
(23,33,41)
#0D1418
(13,20,24)
#000000
(0,0,0)

Tints of #7196C2

#7196C2
(113,150,194)
#7D9FC7
(125,159,199)
#89A8CC
(137,168,204)
#95B1D1
(149,177,209)
#A1BAD6
(161,186,214)
#ADC3DB
(173,195,219)
#B9CCE0
(185,204,224)
#C5D5E5
(197,213,229)
#D1DEEA
(209,222,234)
#DDE7EF
(221,231,239)
#E9F0F4
(233,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7196C2; }

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

This text font color is #7196C2.


Background Color

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

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

This div background color is #7196C2.


Border color

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

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

This div border color is #7196C2.


Opacity

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

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

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

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

This text has shadow with #7196C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7196C2 on black background.


Color preview on white background

This text has color #7196C2 on white background.



Black color preview on #7196C2 background

This text has black color on #7196C2 background.


White color preview on #7196C2 background

This text has white color on #7196C2 background.