COLOR #7199AA

HEX: #7199AA
RGB: (113,153,170)

Color info

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

RGB color model

#7199AA color RGB value is (113,153,170).

  • red value is 113;
  • green value is 153;
  • blue value is 170.
RGB:
(113,153,170)
(44%,60%,67%)

RGB channels and saturation

R 113 of 255 = 44%
G 153 of 255 = 60%
B 170 of 255 = 67%

113
153
170

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

Portions of RGB colors in percentages

R + G + B =
113 + 153 + 170 = 436 (100%)
R 113 of 436 ~ 25.92%
G 153 of 436 ~ 35.09%
B 170 of 436 ~ 38.99%

%25.92
%35.09
%38.99

CMYK color model

#7199AA color CMYK value is (34,10,0,33).

  • cyan value is 33.53%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(34,10,0,33)
C34M10Y0K33 
(34%,10%,0%,33%)
(0.34/0.10/0.00/0.33)	

CMYK percentages

%33.53
%10
%0
%33.33

Codes

Color #7199AA in popluar color models

7199AA
RGB113153170
HSL198°25.11%55.49%
HSB/HSV198°33.53%66.67%
CMYK33.53%10.00%0.00%
33.33%

Color #7199AA in popluar number systems.

HEX7199AA
Decimal113153170
Binary11100011001100110101010
Octal161231252

Shades and tints

Shades of #7199AA

#7199AA
(113,153,170)
#678C9B
(103,140,155)
#5D7F8C
(93,127,140)
#53727D
(83,114,125)
#49656E
(73,101,110)
#3F585F
(63,88,95)
#354B50
(53,75,80)
#2B3E41
(43,62,65)
#213132
(33,49,50)
#172423
(23,36,35)
#0D1714
(13,23,20)
#000000
(0,0,0)

Tints of #7199AA

#7199AA
(113,153,170)
#7DA2B1
(125,162,177)
#89ABB8
(137,171,184)
#95B4BF
(149,180,191)
#A1BDC6
(161,189,198)
#ADC6CD
(173,198,205)
#B9CFD4
(185,207,212)
#C5D8DB
(197,216,219)
#D1E1E2
(209,225,226)
#DDEAE9
(221,234,233)
#E9F3F0
(233,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7199AA; }

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

This text font color is #7199AA.


Background Color

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

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

This div background color is #7199AA.


Border color

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

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

This div border color is #7199AA.


Opacity

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

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

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

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

This text has shadow with #7199AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7199AA on black background.


Color preview on white background

This text has color #7199AA on white background.



Black color preview on #7199AA background

This text has black color on #7199AA background.


White color preview on #7199AA background

This text has white color on #7199AA background.