COLOR #7196F7

HEX: #7196F7
RGB: (113,150,247)

Color info

#7196F7 contains mainly blue color. Web safe color of #7196F7 is #6699FF (or #69F).

RGB color model

#7196F7 color RGB value is (113,150,247).

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

RGB channels and saturation

R 113 of 255 = 44%
G 150 of 255 = 59%
B 247 of 255 = 97%

113
150
247

R + G + B ~ 67%. #7196F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 150 + 247 = 510 (100%)
R 113 of 510 ~ 22.16%
G 150 of 510 ~ 29.41%
B 247 of 510 ~ 48.43%

%22.16
%29.41
%48.43

CMYK color model

#7196F7 color CMYK value is (54,39,0,3).

  • cyan value is 54.25%
  • magenta value is 39.27%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(54,39,0,3)
C54M39Y0K3 
(54%,39%,0%,3%)
(0.54/0.39/0.00/0.03)	

CMYK percentages

%54.25
%39.27
%0
%3.14

Codes

Color #7196F7 in popluar color models

7196F7
RGB113150247
HSL223°89.33%70.59%
HSB/HSV223°54.25%96.86%
CMYK54.25%39.27%0.00%
3.14%

Color #7196F7 in popluar number systems.

HEX7196F7
Decimal113150247
Binary11100011001011011110111
Octal161226367

Shades and tints

Shades of #7196F7

#7196F7
(113,150,247)
#6789E1
(103,137,225)
#5D7CCB
(93,124,203)
#536FB5
(83,111,181)
#49629F
(73,98,159)
#3F5589
(63,85,137)
#354873
(53,72,115)
#2B3B5D
(43,59,93)
#212E47
(33,46,71)
#172131
(23,33,49)
#0D141B
(13,20,27)
#000000
(0,0,0)

Tints of #7196F7

#7196F7
(113,150,247)
#7D9FF7
(125,159,247)
#89A8F7
(137,168,247)
#95B1F7
(149,177,247)
#A1BAF7
(161,186,247)
#ADC3F7
(173,195,247)
#B9CCF7
(185,204,247)
#C5D5F7
(197,213,247)
#D1DEF7
(209,222,247)
#DDE7F7
(221,231,247)
#E9F0F7
(233,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7196F7; }

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

This text font color is #7196F7.


Background Color

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

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

This div background color is #7196F7.


Border color

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

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

This div border color is #7196F7.


Opacity

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

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

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

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

This text has shadow with #7196F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7196F7 on black background.


Color preview on white background

This text has color #7196F7 on white background.



Black color preview on #7196F7 background

This text has black color on #7196F7 background.


White color preview on #7196F7 background

This text has white color on #7196F7 background.