COLOR #7197AE

HEX: #7197AE
RGB: (113,151,174)

Color info

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

RGB color model

#7197AE color RGB value is (113,151,174).

  • red value is 113;
  • green value is 151;
  • blue value is 174.
RGB:
(113,151,174)
(44%,59%,68%)

RGB channels and saturation

R 113 of 255 = 44%
G 151 of 255 = 59%
B 174 of 255 = 68%

113
151
174

R + G + B ~ 57%. #7197AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 151 + 174 = 438 (100%)
R 113 of 438 ~ 25.8%
G 151 of 438 ~ 34.47%
B 174 of 438 ~ 39.73%

%25.8
%34.47
%39.73

CMYK color model

#7197AE color CMYK value is (35,13,0,32).

  • cyan value is 35.06%
  • magenta value is 13.22%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(35,13,0,32)
C35M13Y0K32 
(35%,13%,0%,32%)
(0.35/0.13/0.00/0.32)	

CMYK percentages

%35.06
%13.22
%0
%31.76

Codes

Color #7197AE in popluar color models

7197AE
RGB113151174
HSL203°27.35%56.27%
HSB/HSV203°35.06%68.24%
CMYK35.06%13.22%0.00%
31.76%

Color #7197AE in popluar number systems.

HEX7197AE
Decimal113151174
Binary11100011001011110101110
Octal161227256

Shades and tints

Shades of #7197AE

#7197AE
(113,151,174)
#678A9F
(103,138,159)
#5D7D90
(93,125,144)
#537081
(83,112,129)
#496372
(73,99,114)
#3F5663
(63,86,99)
#354954
(53,73,84)
#2B3C45
(43,60,69)
#212F36
(33,47,54)
#172227
(23,34,39)
#0D1518
(13,21,24)
#000000
(0,0,0)

Tints of #7197AE

#7197AE
(113,151,174)
#7DA0B5
(125,160,181)
#89A9BC
(137,169,188)
#95B2C3
(149,178,195)
#A1BBCA
(161,187,202)
#ADC4D1
(173,196,209)
#B9CDD8
(185,205,216)
#C5D6DF
(197,214,223)
#D1DFE6
(209,223,230)
#DDE8ED
(221,232,237)
#E9F1F4
(233,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7197AE color. Also use rgb(113,151,174) instead hex code.

Text Font Color

.myTextColor { color: #7197AE; }

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

This text font color is #7197AE.


Background Color

.myBgColor { background-color: #7197AE; }

<div style="background-color:#7197AE">Inner text</div>

This div background color is #7197AE.


Border color

.myBorderColor { border: 1px solid #7197AE; }

<div style="border:3px solid #7197AE">Div</div>

This div border color is #7197AE.


Opacity

.myOpacity80 { color: #7197AE; opacity: 0.8; }

<p style="color:#7197AE;opacity:0.8;">80%</p>

Text with #7197AE 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 #7197AE;}

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

This text has shadow with #7197AE color.

.textShadow {text-shadow: 3px 3px 1px #7197AE, 3px 3px 1px red;}

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

This text has shadow with #7197AE primary color and red secondary color.


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

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

This text has shadow with #7197AE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7197AE on black background.


Color preview on white background

This text has color #7197AE on white background.



Black color preview on #7197AE background

This text has black color on #7197AE background.


White color preview on #7197AE background

This text has white color on #7197AE background.