COLOR #7189AD

HEX: #7189AD RGB: (113,137,173)

Color info

#7189AD contains mainly green and blue colors. Web safe color of #7189AD is #669999 (or #699).

RGB color model

#7189AD color RGB value is (113,137,173).

RGB: (113,137,173) (44%, 54%, 68%)

RGB channels and saturation

R 113 of 255 = 44%
G 137 of 255 = 54%
B 173 of 255 = 68%

113
137
173

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

Portions of RGB colors in percentages

R + G + B = 113 + 137 + 173 = 423 (100%)
R 113 of 423 ~ 26.71%
G 137 of 423 ~ 32.39%
B 173 of 423 ~ 40.9'%

%26.71
%32.39
%40.9

CMYK color model

#7189AD color CMYK value is (35,21,0,32).

  • cyan value is 34.68%
  • magenta value is 20.81%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (35,21,0,32)
C35M21Y0K32 (35%, 21%, 0%, 32%)
(0.35 / 0.21 / 0.00 / 0.32)

CMYK percentages

%34.68
%20.81
%0
%32.16

Codes

Color #7189AD in popluar color models

71 89 AD
RGB 113 137 173
HSL 216° 26.79% 56.08%
HSB/HSV 216° 34.68% 67.84%
CMYK 34.68% 20.81% 0.00%
32.16%

Color #7189AD in popluar number systems.

HEX 71 89 AD
Decimal 113 137 173
Binary 1110001 10001001 10101101
Octal 161 211 255

Shades and tints

Shades of #7189AD

#7189AD
(113,137,173)
#677D9E
(103,125,158)
#5D718F
(93,113,143)
#536580
(83,101,128)
#495971
(73,89,113)
#3F4D62
(63,77,98)
#354153
(53,65,83)
#2B3544
(43,53,68)
#212935
(33,41,53)
#171D26
(23,29,38)
#0D1117
(13,17,23)
#000000
(0,0,0)

Tints of #7189AD

#7189AD
(113,137,173)
#7D93B4
(125,147,180)
#899DBB
(137,157,187)
#95A7C2
(149,167,194)
#A1B1C9
(161,177,201)
#ADBBD0
(173,187,208)
#B9C5D7
(185,197,215)
#C5CFDE
(197,207,222)
#D1D9E5
(209,217,229)
#DDE3EC
(221,227,236)
#E9EDF3
(233,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7189AD; }

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

This text font color is #7189AD.

Background Color

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

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

This div background color is #7189AD.

Border color

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

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

This div border color is #7189AD.

Opacity

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

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

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

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

This text has shadow with #7189AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7189AD.

Preview

Color preview on black background

This text has color #7189AD on black background.


Color preview on white background

This text has color #7189AD on white background.


Black color preview on #7189AD background

This text has black color on #7189AD background.


White color preview on #7189AD background

This text has white color on #7189AD background.


Related colors

Complementary color

Complementary color for #hex is #8E7652.


I love getcolorcode.com

Triadic colors

1 #AD7189 and #89AD71 with #7189AD are triadic colors.

2 #AD8971 and #8971AD with #7189AD are triadic colors.