COLOR #7194A5

HEX: #7194A5
RGB: (113,148,165)

Color info

#7194A5 contains red, green and blue colors in about the same proportion. Web safe color of #7194A5 is #669999 (or #699).

RGB color model

#7194A5 color RGB value is (113,148,165).

  • red value is 113;
  • green value is 148;
  • blue value is 165.
RGB:
(113,148,165)
(44%,58%,65%)

RGB channels and saturation

R 113 of 255 = 44%
G 148 of 255 = 58%
B 165 of 255 = 65%

113
148
165

R + G + B ~ 56%. #7194A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 148 + 165 = 426 (100%)
R 113 of 426 ~ 26.53%
G 148 of 426 ~ 34.74%
B 165 of 426 ~ 38.73%

%26.53
%34.74
%38.73

CMYK color model

#7194A5 color CMYK value is (32,10,0,35).

  • cyan value is 31.52%
  • magenta value is 10.30%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(32,10,0,35)
C32M10Y0K35 
(32%,10%,0%,35%)
(0.32/0.10/0.00/0.35)	

CMYK percentages

%31.52
%10.3
%0
%35.29

Codes

Color #7194A5 in popluar color models

7194A5
RGB113148165
HSL200°22.41%54.51%
HSB/HSV200°31.52%64.71%
CMYK31.52%10.30%0.00%
35.29%

Color #7194A5 in popluar number systems.

HEX7194A5
Decimal113148165
Binary11100011001010010100101
Octal161224245

Shades and tints

Shades of #7194A5

#7194A5
(113,148,165)
#678796
(103,135,150)
#5D7A87
(93,122,135)
#536D78
(83,109,120)
#496069
(73,96,105)
#3F535A
(63,83,90)
#35464B
(53,70,75)
#2B393C
(43,57,60)
#212C2D
(33,44,45)
#171F1E
(23,31,30)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #7194A5

#7194A5
(113,148,165)
#7D9DAD
(125,157,173)
#89A6B5
(137,166,181)
#95AFBD
(149,175,189)
#A1B8C5
(161,184,197)
#ADC1CD
(173,193,205)
#B9CAD5
(185,202,213)
#C5D3DD
(197,211,221)
#D1DCE5
(209,220,229)
#DDE5ED
(221,229,237)
#E9EEF5
(233,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7194A5 color. Also use rgb(113,148,165) instead hex code.

Text Font Color

.myTextColor { color: #7194A5; }

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

This text font color is #7194A5.


Background Color

.myBgColor { background-color: #7194A5; }

<div style="background-color:#7194A5">Inner text</div>

This div background color is #7194A5.


Border color

.myBorderColor { border: 1px solid #7194A5; }

<div style="border:3px solid #7194A5">Div</div>

This div border color is #7194A5.


Opacity

.myOpacity80 { color: #7194A5; opacity: 0.8; }

<p style="color:#7194A5;opacity:0.8;">80%</p>

Text with #7194A5 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 #7194A5;}

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

This text has shadow with #7194A5 color.

.textShadow {text-shadow: 3px 3px 1px #7194A5, 3px 3px 1px red;}

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

This text has shadow with #7194A5 primary color and red secondary color.


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

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

This text has shadow with #7194A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7194A5 on black background.


Color preview on white background

This text has color #7194A5 on white background.



Black color preview on #7194A5 background

This text has black color on #7194A5 background.


White color preview on #7194A5 background

This text has white color on #7194A5 background.