COLOR #7897AA

HEX: #7897AA
RGB: (120,151,170)

Color info

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

RGB color model

#7897AA color RGB value is (120,151,170).

  • red value is 120;
  • green value is 151;
  • blue value is 170.
RGB:
(120,151,170)
(47%,59%,67%)

RGB channels and saturation

R 120 of 255 = 47%
G 151 of 255 = 59%
B 170 of 255 = 67%

120
151
170

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

Portions of RGB colors in percentages

R + G + B =
120 + 151 + 170 = 441 (100%)
R 120 of 441 ~ 27.21%
G 151 of 441 ~ 34.24%
B 170 of 441 ~ 38.55%

%27.21
%34.24
%38.55

CMYK color model

#7897AA color CMYK value is (29,11,0,33).

  • cyan value is 29.41%
  • magenta value is 11.18%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(29,11,0,33)
C29M11Y0K33 
(29%,11%,0%,33%)
(0.29/0.11/0.00/0.33)	

CMYK percentages

%29.41
%11.18
%0
%33.33

Codes

Color #7897AA in popluar color models

7897AA
RGB120151170
HSL203°22.73%56.86%
HSB/HSV203°29.41%66.67%
CMYK29.41%11.18%0.00%
33.33%

Color #7897AA in popluar number systems.

HEX7897AA
Decimal120151170
Binary11110001001011110101010
Octal170227252

Shades and tints

Shades of #7897AA

#7897AA
(120,151,170)
#6E8A9B
(110,138,155)
#647D8C
(100,125,140)
#5A707D
(90,112,125)
#50636E
(80,99,110)
#46565F
(70,86,95)
#3C4950
(60,73,80)
#323C41
(50,60,65)
#282F32
(40,47,50)
#1E2223
(30,34,35)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #7897AA

#7897AA
(120,151,170)
#84A0B1
(132,160,177)
#90A9B8
(144,169,184)
#9CB2BF
(156,178,191)
#A8BBC6
(168,187,198)
#B4C4CD
(180,196,205)
#C0CDD4
(192,205,212)
#CCD6DB
(204,214,219)
#D8DFE2
(216,223,226)
#E4E8E9
(228,232,233)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7897AA; }

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

This text font color is #7897AA.


Background Color

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

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

This div background color is #7897AA.


Border color

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

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

This div border color is #7897AA.


Opacity

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

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

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

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

This text has shadow with #7897AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7897AA on black background.


Color preview on white background

This text has color #7897AA on white background.



Black color preview on #7897AA background

This text has black color on #7897AA background.


White color preview on #7897AA background

This text has white color on #7897AA background.