COLOR #7892AD

HEX: #7892AD
RGB: (120,146,173)

Color info

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

RGB color model

#7892AD color RGB value is (120,146,173).

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

RGB channels and saturation

R 120 of 255 = 47%
G 146 of 255 = 57%
B 173 of 255 = 68%

120
146
173

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

Portions of RGB colors in percentages

R + G + B =
120 + 146 + 173 = 439 (100%)
R 120 of 439 ~ 27.33%
G 146 of 439 ~ 33.26%
B 173 of 439 ~ 39.41%

%27.33
%33.26
%39.41

CMYK color model

#7892AD color CMYK value is (31,16,0,32).

  • cyan value is 30.64%
  • magenta value is 15.61%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(31,16,0,32)
C31M16Y0K32 
(31%,16%,0%,32%)
(0.31/0.16/0.00/0.32)	

CMYK percentages

%30.64
%15.61
%0
%32.16

Codes

Color #7892AD in popluar color models

7892AD
RGB120146173
HSL211°24.42%57.45%
HSB/HSV211°30.64%67.84%
CMYK30.64%15.61%0.00%
32.16%

Color #7892AD in popluar number systems.

HEX7892AD
Decimal120146173
Binary11110001001001010101101
Octal170222255

Shades and tints

Shades of #7892AD

#7892AD
(120,146,173)
#6E859E
(110,133,158)
#64788F
(100,120,143)
#5A6B80
(90,107,128)
#505E71
(80,94,113)
#465162
(70,81,98)
#3C4453
(60,68,83)
#323744
(50,55,68)
#282A35
(40,42,53)
#1E1D26
(30,29,38)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #7892AD

#7892AD
(120,146,173)
#849BB4
(132,155,180)
#90A4BB
(144,164,187)
#9CADC2
(156,173,194)
#A8B6C9
(168,182,201)
#B4BFD0
(180,191,208)
#C0C8D7
(192,200,215)
#CCD1DE
(204,209,222)
#D8DAE5
(216,218,229)
#E4E3EC
(228,227,236)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7892AD; }

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

This text font color is #7892AD.


Background Color

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

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

This div background color is #7892AD.


Border color

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

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

This div border color is #7892AD.


Opacity

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

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

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

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

This text has shadow with #7892AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7892AD on black background.


Color preview on white background

This text has color #7892AD on white background.



Black color preview on #7892AD background

This text has black color on #7892AD background.


White color preview on #7892AD background

This text has white color on #7892AD background.