COLOR #7899AA

HEX: #7899AA RGB: (120,153,170)

Color info

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

RGB color model

#7899AA color RGB value is (120,153,170).

RGB: (120,153,170) (47%, 60%, 67%)

RGB channels and saturation

R 120 of 255 = 47%
G 153 of 255 = 60%
B 170 of 255 = 67%

120
153
170

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

Portions of RGB colors in percentages

R + G + B = 120 + 153 + 170 = 443 (100%)
R 120 of 443 ~ 27.09%
G 153 of 443 ~ 34.54%
B 170 of 443 ~ 38.37'%

%27.09
%34.54
%38.37

CMYK color model

#7899AA color CMYK value is (29,10,0,33).

  • cyan value is 29.41%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (29,10,0,33)
C29M10Y0K33 (29%, 10%, 0%, 33%)
(0.29 / 0.10 / 0.00 / 0.33)

CMYK percentages

%29.41
%10
%0
%33.33

Codes

Color #7899AA in popluar color models

78 99 AA
RGB 120 153 170
HSL 200° 22.73% 56.86%
HSB/HSV 200° 29.41% 66.67%
CMYK 29.41% 10.00% 0.00%
33.33%

Color #7899AA in popluar number systems.

HEX 78 99 AA
Decimal 120 153 170
Binary 1111000 10011001 10101010
Octal 170 231 252

Shades and tints

Shades of #7899AA

#7899AA
(120,153,170)
#6E8C9B
(110,140,155)
#647F8C
(100,127,140)
#5A727D
(90,114,125)
#50656E
(80,101,110)
#46585F
(70,88,95)
#3C4B50
(60,75,80)
#323E41
(50,62,65)
#283132
(40,49,50)
#1E2423
(30,36,35)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #7899AA

#7899AA
(120,153,170)
#84A2B1
(132,162,177)
#90ABB8
(144,171,184)
#9CB4BF
(156,180,191)
#A8BDC6
(168,189,198)
#B4C6CD
(180,198,205)
#C0CFD4
(192,207,212)
#CCD8DB
(204,216,219)
#D8E1E2
(216,225,226)
#E4EAE9
(228,234,233)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7899AA; }

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

This text font color is #7899AA.

Background Color

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

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

This div background color is #7899AA.

Border color

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

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

This div border color is #7899AA.

Opacity

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

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

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

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

This text has shadow with #7899AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7899AA.

Preview

Color preview on black background

This text has color #7899AA on black background.


Color preview on white background

This text has color #7899AA on white background.


Black color preview on #7899AA background

This text has black color on #7899AA background.


White color preview on #7899AA background

This text has white color on #7899AA background.


Related colors

Complementary color

Complementary color for #hex is #876655.


I love getcolorcode.com

Triadic colors

1 #AA7899 and #99AA78 with #7899AA are triadic colors.

2 #AA9978 and #9978AA with #7899AA are triadic colors.