COLOR #7897AD

HEX: #7897AD
RGB: (120,151,173)

Color info

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

RGB color model

#7897AD color RGB value is (120,151,173).

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

RGB channels and saturation

R 120 of 255 = 47%
G 151 of 255 = 59%
B 173 of 255 = 68%

120
151
173

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

Portions of RGB colors in percentages

R + G + B =
120 + 151 + 173 = 444 (100%)
R 120 of 444 ~ 27.03%
G 151 of 444 ~ 34.01%
B 173 of 444 ~ 38.96%

%27.03
%34.01
%38.96

CMYK color model

#7897AD color CMYK value is (31,13,0,32).

  • cyan value is 30.64%
  • magenta value is 12.72%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(31,13,0,32)
C31M13Y0K32 
(31%,13%,0%,32%)
(0.31/0.13/0.00/0.32)	

CMYK percentages

%30.64
%12.72
%0
%32.16

Codes

Color #7897AD in popluar color models

7897AD
RGB120151173
HSL205°24.42%57.45%
HSB/HSV205°30.64%67.84%
CMYK30.64%12.72%0.00%
32.16%

Color #7897AD in popluar number systems.

HEX7897AD
Decimal120151173
Binary11110001001011110101101
Octal170227255

Shades and tints

Shades of #7897AD

#7897AD
(120,151,173)
#6E8A9E
(110,138,158)
#647D8F
(100,125,143)
#5A7080
(90,112,128)
#506371
(80,99,113)
#465662
(70,86,98)
#3C4953
(60,73,83)
#323C44
(50,60,68)
#282F35
(40,47,53)
#1E2226
(30,34,38)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #7897AD

#7897AD
(120,151,173)
#84A0B4
(132,160,180)
#90A9BB
(144,169,187)
#9CB2C2
(156,178,194)
#A8BBC9
(168,187,201)
#B4C4D0
(180,196,208)
#C0CDD7
(192,205,215)
#CCD6DE
(204,214,222)
#D8DFE5
(216,223,229)
#E4E8EC
(228,232,236)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7897AD; }

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

This text font color is #7897AD.


Background Color

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

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

This div background color is #7897AD.


Border color

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

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

This div border color is #7897AD.


Opacity

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

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

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

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

This text has shadow with #7897AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7897AD on black background.


Color preview on white background

This text has color #7897AD on white background.



Black color preview on #7897AD background

This text has black color on #7897AD background.


White color preview on #7897AD background

This text has white color on #7897AD background.