COLOR #7196D2

HEX: #7196D2
RGB: (113,150,210)

Color info

#7196D2 contains mainly blue color. Web safe color of #7196D2 is #6699CC (or #69C).

RGB color model

#7196D2 color RGB value is (113,150,210).

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

RGB channels and saturation

R 113 of 255 = 44%
G 150 of 255 = 59%
B 210 of 255 = 82%

113
150
210

R + G + B ~ 62%. #7196D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 150 + 210 = 473 (100%)
R 113 of 473 ~ 23.89%
G 150 of 473 ~ 31.71%
B 210 of 473 ~ 44.4%

%23.89
%31.71
%44.4

CMYK color model

#7196D2 color CMYK value is (46,29,0,18).

  • cyan value is 46.19%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(46,29,0,18)
C46M29Y0K18 
(46%,29%,0%,18%)
(0.46/0.29/0.00/0.18)	

CMYK percentages

%46.19
%28.57
%0
%17.65

Codes

Color #7196D2 in popluar color models

7196D2
RGB113150210
HSL217°51.87%63.33%
HSB/HSV217°46.19%82.35%
CMYK46.19%28.57%0.00%
17.65%

Color #7196D2 in popluar number systems.

HEX7196D2
Decimal113150210
Binary11100011001011011010010
Octal161226322

Shades and tints

Shades of #7196D2

#7196D2
(113,150,210)
#6789BF
(103,137,191)
#5D7CAC
(93,124,172)
#536F99
(83,111,153)
#496286
(73,98,134)
#3F5573
(63,85,115)
#354860
(53,72,96)
#2B3B4D
(43,59,77)
#212E3A
(33,46,58)
#172127
(23,33,39)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #7196D2

#7196D2
(113,150,210)
#7D9FD6
(125,159,214)
#89A8DA
(137,168,218)
#95B1DE
(149,177,222)
#A1BAE2
(161,186,226)
#ADC3E6
(173,195,230)
#B9CCEA
(185,204,234)
#C5D5EE
(197,213,238)
#D1DEF2
(209,222,242)
#DDE7F6
(221,231,246)
#E9F0FA
(233,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7196D2; }

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

This text font color is #7196D2.


Background Color

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

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

This div background color is #7196D2.


Border color

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

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

This div border color is #7196D2.


Opacity

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

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

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

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

This text has shadow with #7196D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7196D2 on black background.


Color preview on white background

This text has color #7196D2 on white background.



Black color preview on #7196D2 background

This text has black color on #7196D2 background.


White color preview on #7196D2 background

This text has white color on #7196D2 background.