COLOR #7196D8

HEX: #7196D8
RGB: (113,150,216)

Color info

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

RGB color model

#7196D8 color RGB value is (113,150,216).

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

RGB channels and saturation

R 113 of 255 = 44%
G 150 of 255 = 59%
B 216 of 255 = 85%

113
150
216

R + G + B ~ 63%. #7196D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 150 + 216 = 479 (100%)
R 113 of 479 ~ 23.59%
G 150 of 479 ~ 31.32%
B 216 of 479 ~ 45.09%

%23.59
%31.32
%45.09

CMYK color model

#7196D8 color CMYK value is (48,31,0,15).

  • cyan value is 47.69%
  • magenta value is 30.56%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(48,31,0,15)
C48M31Y0K15 
(48%,31%,0%,15%)
(0.48/0.31/0.00/0.15)	

CMYK percentages

%47.69
%30.56
%0
%15.29

Codes

Color #7196D8 in popluar color models

7196D8
RGB113150216
HSL218°56.91%64.51%
HSB/HSV218°47.69%84.71%
CMYK47.69%30.56%0.00%
15.29%

Color #7196D8 in popluar number systems.

HEX7196D8
Decimal113150216
Binary11100011001011011011000
Octal161226330

Shades and tints

Shades of #7196D8

#7196D8
(113,150,216)
#6789C5
(103,137,197)
#5D7CB2
(93,124,178)
#536F9F
(83,111,159)
#49628C
(73,98,140)
#3F5579
(63,85,121)
#354866
(53,72,102)
#2B3B53
(43,59,83)
#212E40
(33,46,64)
#17212D
(23,33,45)
#0D141A
(13,20,26)
#000000
(0,0,0)

Tints of #7196D8

#7196D8
(113,150,216)
#7D9FDB
(125,159,219)
#89A8DE
(137,168,222)
#95B1E1
(149,177,225)
#A1BAE4
(161,186,228)
#ADC3E7
(173,195,231)
#B9CCEA
(185,204,234)
#C5D5ED
(197,213,237)
#D1DEF0
(209,222,240)
#DDE7F3
(221,231,243)
#E9F0F6
(233,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7196D8; }

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

This text font color is #7196D8.


Background Color

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

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

This div background color is #7196D8.


Border color

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

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

This div border color is #7196D8.


Opacity

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

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

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

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

This text has shadow with #7196D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7196D8 on black background.


Color preview on white background

This text has color #7196D8 on white background.



Black color preview on #7196D8 background

This text has black color on #7196D8 background.


White color preview on #7196D8 background

This text has white color on #7196D8 background.