COLOR #7890AD

HEX: #7890AD RGB: (120,144,173)

Color info

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

RGB color model

#7890AD color RGB value is (120,144,173).

RGB: (120,144,173) (47%, 56%, 68%)

RGB channels and saturation

R 120 of 255 = 47%
G 144 of 255 = 56%
B 173 of 255 = 68%

120
144
173

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

Portions of RGB colors in percentages

R + G + B = 120 + 144 + 173 = 437 (100%)
R 120 of 437 ~ 27.46%
G 144 of 437 ~ 32.95%
B 173 of 437 ~ 39.59'%

%27.46
%32.95
%39.59

CMYK color model

#7890AD color CMYK value is (31,17,0,32).

  • cyan value is 30.64%
  • magenta value is 16.76%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (31,17,0,32)
C31M17Y0K32 (31%, 17%, 0%, 32%)
(0.31 / 0.17 / 0.00 / 0.32)

CMYK percentages

%30.64
%16.76
%0
%32.16

Codes

Color #7890AD in popluar color models

78 90 AD
RGB 120 144 173
HSL 213° 24.42% 57.45%
HSB/HSV 213° 30.64% 67.84%
CMYK 30.64% 16.76% 0.00%
32.16%

Color #7890AD in popluar number systems.

HEX 78 90 AD
Decimal 120 144 173
Binary 1111000 10010000 10101101
Octal 170 220 255

Shades and tints

Shades of #7890AD

#7890AD
(120,144,173)
#6E839E
(110,131,158)
#64768F
(100,118,143)
#5A6980
(90,105,128)
#505C71
(80,92,113)
#464F62
(70,79,98)
#3C4253
(60,66,83)
#323544
(50,53,68)
#282835
(40,40,53)
#1E1B26
(30,27,38)
#140E17
(20,14,23)
#000000
(0,0,0)

Tints of #7890AD

#7890AD
(120,144,173)
#849AB4
(132,154,180)
#90A4BB
(144,164,187)
#9CAEC2
(156,174,194)
#A8B8C9
(168,184,201)
#B4C2D0
(180,194,208)
#C0CCD7
(192,204,215)
#CCD6DE
(204,214,222)
#D8E0E5
(216,224,229)
#E4EAEC
(228,234,236)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7890AD; }

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

This text font color is #7890AD.

Background Color

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

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

This div background color is #7890AD.

Border color

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

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

This div border color is #7890AD.

Opacity

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

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

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

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

This text has shadow with #7890AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7890AD.

Preview

Color preview on black background

This text has color #7890AD on black background.


Color preview on white background

This text has color #7890AD on white background.


Black color preview on #7890AD background

This text has black color on #7890AD background.


White color preview on #7890AD background

This text has white color on #7890AD background.


Related colors

Complementary color

Complementary color for #hex is #876F52.


I love getcolorcode.com

Triadic colors

1 #AD7890 and #90AD78 with #7890AD are triadic colors.

2 #AD9078 and #9078AD with #7890AD are triadic colors.