COLOR #7898AD

HEX: #7898AD RGB: (120,152,173)

Color info

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

RGB color model

#7898AD color RGB value is (120,152,173).

RGB: (120,152,173) (47%, 60%, 68%)

RGB channels and saturation

R 120 of 255 = 47%
G 152 of 255 = 60%
B 173 of 255 = 68%

120
152
173

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

Portions of RGB colors in percentages

R + G + B = 120 + 152 + 173 = 445 (100%)
R 120 of 445 ~ 26.97%
G 152 of 445 ~ 34.16%
B 173 of 445 ~ 38.88'%

%26.97
%34.16
%38.88

CMYK color model

#7898AD color CMYK value is (31,12,0,32).

  • cyan value is 30.64%
  • magenta value is 12.14%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (31,12,0,32) C31M12Y0K32 (31%,12%,0%,32%) (0.31/0.12/0.00/0.32) 

CMYK percentages

%30.64
%12.14
%0
%32.16

Codes

Color #7898AD in popluar color models

78 98 AD
RGB 120 152 173
HSL 204° 24.42% 57.45%
HSB/HSV 204° 30.64% 67.84%
CMYK 30.64% 12.14% 0.00%
32.16%

Color #7898AD in popluar number systems.

HEX 78 98 AD
Decimal 120 152 173
Binary 1111000 10011000 10101101
Octal 170 230 255

Shades and tints

Shades of #7898AD

#7898AD
(120,152,173)
#6E8B9E
(110,139,158)
#647E8F
(100,126,143)
#5A7180
(90,113,128)
#506471
(80,100,113)
#465762
(70,87,98)
#3C4A53
(60,74,83)
#323D44
(50,61,68)
#283035
(40,48,53)
#1E2326
(30,35,38)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #7898AD

#7898AD
(120,152,173)
#84A1B4
(132,161,180)
#90AABB
(144,170,187)
#9CB3C2
(156,179,194)
#A8BCC9
(168,188,201)
#B4C5D0
(180,197,208)
#C0CED7
(192,206,215)
#CCD7DE
(204,215,222)
#D8E0E5
(216,224,229)
#E4E9EC
(228,233,236)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7898AD; }

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

This text font color is #7898AD.

Background Color

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

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

This div background color is #7898AD.

Border color

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

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

This div border color is #7898AD.

Opacity

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

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

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

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

This text has shadow with #7898AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7898AD.

Preview

Color preview on black background

This text has color #7898AD on black background.


Color preview on white background

This text has color #7898AD on white background.


Black color preview on #7898AD background

This text has black color on #7898AD background.


White color preview on #7898AD background

This text has white color on #7898AD background.


Related colors

Complementary color

Complementary color for #hex is #876752.


I love getcolorcode.com

Triadic colors

1 #AD7898 and #98AD78 with #7898AD are triadic colors.

2 #AD9878 and #9878AD with #7898AD are triadic colors.