COLOR #7189AC

HEX: #7189AC
RGB: (113,137,172)

Color info

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

RGB color model

#7189AC color RGB value is (113,137,172).

  • red value is 113;
  • green value is 137;
  • blue value is 172.
RGB:
(113,137,172)
(44%,54%,67%)

RGB channels and saturation

R 113 of 255 = 44%
G 137 of 255 = 54%
B 172 of 255 = 67%

113
137
172

R + G + B ~ 55%. #7189AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 137 + 172 = 422 (100%)
R 113 of 422 ~ 26.78%
G 137 of 422 ~ 32.46%
B 172 of 422 ~ 40.76%

%26.78
%32.46
%40.76

CMYK color model

#7189AC color CMYK value is (34,20,0,33).

  • cyan value is 34.30%
  • magenta value is 20.35%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(34,20,0,33)
C34M20Y0K33 
(34%,20%,0%,33%)
(0.34/0.20/0.00/0.33)	

CMYK percentages

%34.3
%20.35
%0
%32.55

Codes

Color #7189AC in popluar color models

7189AC
RGB113137172
HSL216°26.22%55.88%
HSB/HSV216°34.30%67.45%
CMYK34.30%20.35%0.00%
32.55%

Color #7189AC in popluar number systems.

HEX7189AC
Decimal113137172
Binary11100011000100110101100
Octal161211254

Shades and tints

Shades of #7189AC

#7189AC
(113,137,172)
#677D9D
(103,125,157)
#5D718E
(93,113,142)
#53657F
(83,101,127)
#495970
(73,89,112)
#3F4D61
(63,77,97)
#354152
(53,65,82)
#2B3543
(43,53,67)
#212934
(33,41,52)
#171D25
(23,29,37)
#0D1116
(13,17,22)
#000000
(0,0,0)

Tints of #7189AC

#7189AC
(113,137,172)
#7D93B3
(125,147,179)
#899DBA
(137,157,186)
#95A7C1
(149,167,193)
#A1B1C8
(161,177,200)
#ADBBCF
(173,187,207)
#B9C5D6
(185,197,214)
#C5CFDD
(197,207,221)
#D1D9E4
(209,217,228)
#DDE3EB
(221,227,235)
#E9EDF2
(233,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7189AC color. Also use rgb(113,137,172) instead hex code.

Text Font Color

.myTextColor { color: #7189AC; }

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

This text font color is #7189AC.


Background Color

.myBgColor { background-color: #7189AC; }

<div style="background-color:#7189AC">Inner text</div>

This div background color is #7189AC.


Border color

.myBorderColor { border: 1px solid #7189AC; }

<div style="border:3px solid #7189AC">Div</div>

This div border color is #7189AC.


Opacity

.myOpacity80 { color: #7189AC; opacity: 0.8; }

<p style="color:#7189AC;opacity:0.8;">80%</p>

Text with #7189AC 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 #7189AC;}

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

This text has shadow with #7189AC color.

.textShadow {text-shadow: 3px 3px 1px #7189AC, 3px 3px 1px red;}

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

This text has shadow with #7189AC primary color and red secondary color.


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

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

This text has shadow with #7189AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7189AC on black background.


Color preview on white background

This text has color #7189AC on white background.



Black color preview on #7189AC background

This text has black color on #7189AC background.


White color preview on #7189AC background

This text has white color on #7189AC background.