COLOR #7197CC

HEX: #7197CC
RGB: (113,151,204)

Color info

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

RGB color model

#7197CC color RGB value is (113,151,204).

  • red value is 113;
  • green value is 151;
  • blue value is 204.
RGB:
(113,151,204)
(44%,59%,80%)

RGB channels and saturation

R 113 of 255 = 44%
G 151 of 255 = 59%
B 204 of 255 = 80%

113
151
204

R + G + B ~ 61%. #7197CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 151 + 204 = 468 (100%)
R 113 of 468 ~ 24.15%
G 151 of 468 ~ 32.26%
B 204 of 468 ~ 43.59%

%24.15
%32.26
%43.59

CMYK color model

#7197CC color CMYK value is (45,26,0,20).

  • cyan value is 44.61%
  • magenta value is 25.98%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(45,26,0,20)
C45M26Y0K20 
(45%,26%,0%,20%)
(0.45/0.26/0.00/0.20)	

CMYK percentages

%44.61
%25.98
%0
%20

Codes

Color #7197CC in popluar color models

7197CC
RGB113151204
HSL215°47.15%62.16%
HSB/HSV215°44.61%80.00%
CMYK44.61%25.98%0.00%
20.00%

Color #7197CC in popluar number systems.

HEX7197CC
Decimal113151204
Binary11100011001011111001100
Octal161227314

Shades and tints

Shades of #7197CC

#7197CC
(113,151,204)
#678ABA
(103,138,186)
#5D7DA8
(93,125,168)
#537096
(83,112,150)
#496384
(73,99,132)
#3F5672
(63,86,114)
#354960
(53,73,96)
#2B3C4E
(43,60,78)
#212F3C
(33,47,60)
#17222A
(23,34,42)
#0D1518
(13,21,24)
#000000
(0,0,0)

Tints of #7197CC

#7197CC
(113,151,204)
#7DA0D0
(125,160,208)
#89A9D4
(137,169,212)
#95B2D8
(149,178,216)
#A1BBDC
(161,187,220)
#ADC4E0
(173,196,224)
#B9CDE4
(185,205,228)
#C5D6E8
(197,214,232)
#D1DFEC
(209,223,236)
#DDE8F0
(221,232,240)
#E9F1F4
(233,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7197CC color. Also use rgb(113,151,204) instead hex code.

Text Font Color

.myTextColor { color: #7197CC; }

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

This text font color is #7197CC.


Background Color

.myBgColor { background-color: #7197CC; }

<div style="background-color:#7197CC">Inner text</div>

This div background color is #7197CC.


Border color

.myBorderColor { border: 1px solid #7197CC; }

<div style="border:3px solid #7197CC">Div</div>

This div border color is #7197CC.


Opacity

.myOpacity80 { color: #7197CC; opacity: 0.8; }

<p style="color:#7197CC;opacity:0.8;">80%</p>

Text with #7197CC 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 #7197CC;}

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

This text has shadow with #7197CC color.

.textShadow {text-shadow: 3px 3px 1px #7197CC, 3px 3px 1px red;}

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

This text has shadow with #7197CC primary color and red secondary color.


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

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

This text has shadow with #7197CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7197CC on black background.


Color preview on white background

This text has color #7197CC on white background.



Black color preview on #7197CC background

This text has black color on #7197CC background.


White color preview on #7197CC background

This text has white color on #7197CC background.