COLOR #7193AB

HEX: #7193AB RGB: (113,147,171)

Color info

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

RGB color model

#7193AB color RGB value is (113,147,171).

RGB: (113,147,171) (44%, 58%, 67%)

RGB channels and saturation

R 113 of 255 = 44%
G 147 of 255 = 58%
B 171 of 255 = 67%

113
147
171

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

Portions of RGB colors in percentages

R + G + B = 113 + 147 + 171 = 431 (100%)
R 113 of 431 ~ 26.22%
G 147 of 431 ~ 34.11%
B 171 of 431 ~ 39.68'%

%26.22
%34.11
%39.68

CMYK color model

#7193AB color CMYK value is (34,14,0,33).

  • cyan value is 33.92%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (34,14,0,33)
C34M14Y0K33 (34%, 14%, 0%, 33%)
(0.34 / 0.14 / 0.00 / 0.33)

CMYK percentages

%33.92
%14.04
%0
%32.94

Codes

Color #7193AB in popluar color models

71 93 AB
RGB 113 147 171
HSL 205° 25.66% 55.69%
HSB/HSV 205° 33.92% 67.06%
CMYK 33.92% 14.04% 0.00%
32.94%

Color #7193AB in popluar number systems.

HEX 71 93 AB
Decimal 113 147 171
Binary 1110001 10010011 10101011
Octal 161 223 253

Shades and tints

Shades of #7193AB

#7193AB
(113,147,171)
#67869C
(103,134,156)
#5D798D
(93,121,141)
#536C7E
(83,108,126)
#495F6F
(73,95,111)
#3F5260
(63,82,96)
#354551
(53,69,81)
#2B3842
(43,56,66)
#212B33
(33,43,51)
#171E24
(23,30,36)
#0D1115
(13,17,21)
#000000
(0,0,0)

Tints of #7193AB

#7193AB
(113,147,171)
#7D9CB2
(125,156,178)
#89A5B9
(137,165,185)
#95AEC0
(149,174,192)
#A1B7C7
(161,183,199)
#ADC0CE
(173,192,206)
#B9C9D5
(185,201,213)
#C5D2DC
(197,210,220)
#D1DBE3
(209,219,227)
#DDE4EA
(221,228,234)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7193AB color. Also use rgb(113,147,171) instead hex code.

Text Font Color

.myTextColor { color: #7193AB; }

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

This text font color is #7193AB.

Background Color

.myBgColor { background-color: #7193AB; }

<div style="background-color:#7193AB">Inner text</div>

This div background color is #7193AB.

Border color

.myBorderColor { border: 1px solid #7193AB; }

<div style="border:3px solid #7193AB">Div</div>

This div border color is #7193AB.

Opacity

.myOpacity80 { color: #7193AB; opacity: 0.8; }

<p style="color:#7193AB;opacity:0.8;">80%</p>

Text with #7193AB 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 #7193AB;}

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

This text has shadow with #7193AB color.


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

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

This text has shadow with #7193AB primary color and red secondary color.


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

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

This text has shadow with #7193AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7193AB.

Preview

Color preview on black background

This text has color #7193AB on black background.


Color preview on white background

This text has color #7193AB on white background.


Black color preview on #7193AB background

This text has black color on #7193AB background.


White color preview on #7193AB background

This text has white color on #7193AB background.


Related colors

Complementary color

Complementary color for #hex is #8E6C54.


I love getcolorcode.com

Triadic colors

1 #AB7193 and #93AB71 with #7193AB are triadic colors.

2 #AB9371 and #9371AB with #7193AB are triadic colors.