COLOR #7193AA

HEX: #7193AA RGB: (113,147,170)

Color info

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

RGB color model

#7193AA color RGB value is (113,147,170).

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

RGB channels and saturation

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

113
147
170

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

Portions of RGB colors in percentages

R + G + B = 113 + 147 + 170 = 430 (100%)
R 113 of 430 ~ 26.28%
G 147 of 430 ~ 34.19%
B 170 of 430 ~ 39.53'%

%26.28
%34.19
%39.53

CMYK color model

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

  • cyan value is 33.53%
  • magenta value is 13.53%
  • yellow value is 0.00%
  • key color value is 33.33%

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

CMYK percentages

%33.53
%13.53
%0
%33.33

Codes

Color #7193AA in popluar color models

71 93 AA
RGB 113 147 170
HSL 204° 25.11% 55.49%
HSB/HSV 204° 33.53% 66.67%
CMYK 33.53% 13.53% 0.00%
33.33%

Color #7193AA in popluar number systems.

HEX 71 93 AA
Decimal 113 147 170
Binary 1110001 10010011 10101010
Octal 161 223 252

Shades and tints

Shades of #7193AA

#7193AA
(113,147,170)
#67869B
(103,134,155)
#5D798C
(93,121,140)
#536C7D
(83,108,125)
#495F6E
(73,95,110)
#3F525F
(63,82,95)
#354550
(53,69,80)
#2B3841
(43,56,65)
#212B32
(33,43,50)
#171E23
(23,30,35)
#0D1114
(13,17,20)
#000000
(0,0,0)

Tints of #7193AA

#7193AA
(113,147,170)
#7D9CB1
(125,156,177)
#89A5B8
(137,165,184)
#95AEBF
(149,174,191)
#A1B7C6
(161,183,198)
#ADC0CD
(173,192,205)
#B9C9D4
(185,201,212)
#C5D2DB
(197,210,219)
#D1DBE2
(209,219,226)
#DDE4E9
(221,228,233)
#E9EDF0
(233,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7193AA; }

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

This text font color is #7193AA.

Background Color

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

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

This div background color is #7193AA.

Border color

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

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

This div border color is #7193AA.

Opacity

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

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

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

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

This text has shadow with #7193AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7193AA.

Preview

Color preview on black background

This text has color #7193AA on black background.


Color preview on white background

This text has color #7193AA on white background.


Black color preview on #7193AA background

This text has black color on #7193AA background.


White color preview on #7193AA background

This text has white color on #7193AA background.


Related colors

Complementary color

Complementary color for #hex is #8E6C55.


I love getcolorcode.com

Triadic colors

1 #AA7193 and #93AA71 with #7193AA are triadic colors.

2 #AA9371 and #9371AA with #7193AA are triadic colors.