COLOR #7080AD

HEX: #7080AD
RGB: (112,128,173)

Color info

#7080AD contains mainly green and blue colors. Web safe color of #7080AD is #666699 (or #669).

RGB color model

#7080AD color RGB value is (112,128,173).

  • red value is 112;
  • green value is 128;
  • blue value is 173.
RGB:
(112,128,173)
(44%,50%,68%)

RGB channels and saturation

R 112 of 255 = 44%
G 128 of 255 = 50%
B 173 of 255 = 68%

112
128
173

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

Portions of RGB colors in percentages

R + G + B =
112 + 128 + 173 = 413 (100%)
R 112 of 413 ~ 27.12%
G 128 of 413 ~ 30.99%
B 173 of 413 ~ 41.89%

%27.12
%30.99
%41.89

CMYK color model

#7080AD color CMYK value is (35,26,0,32).

  • cyan value is 35.26%
  • magenta value is 26.01%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(35,26,0,32)
C35M26Y0K32 
(35%,26%,0%,32%)
(0.35/0.26/0.00/0.32)	

CMYK percentages

%35.26
%26.01
%0
%32.16

Codes

Color #7080AD in popluar color models

7080AD
RGB112128173
HSL224°27.11%55.88%
HSB/HSV224°35.26%67.84%
CMYK35.26%26.01%0.00%
32.16%

Color #7080AD in popluar number systems.

HEX7080AD
Decimal112128173
Binary11100001000000010101101
Octal160200255

Shades and tints

Shades of #7080AD

#7080AD
(112,128,173)
#66759E
(102,117,158)
#5C6A8F
(92,106,143)
#525F80
(82,95,128)
#485471
(72,84,113)
#3E4962
(62,73,98)
#343E53
(52,62,83)
#2A3344
(42,51,68)
#202835
(32,40,53)
#161D26
(22,29,38)
#0C1217
(12,18,23)
#000000
(0,0,0)

Tints of #7080AD

#7080AD
(112,128,173)
#7D8BB4
(125,139,180)
#8A96BB
(138,150,187)
#97A1C2
(151,161,194)
#A4ACC9
(164,172,201)
#B1B7D0
(177,183,208)
#BEC2D7
(190,194,215)
#CBCDDE
(203,205,222)
#D8D8E5
(216,216,229)
#E5E3EC
(229,227,236)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7080AD color. Also use rgb(112,128,173) instead hex code.

Text Font Color

.myTextColor { color: #7080AD; }

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

This text font color is #7080AD.


Background Color

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

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

This div background color is #7080AD.


Border color

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

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

This div border color is #7080AD.


Opacity

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

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

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

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

This text has shadow with #7080AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7080AD on black background.


Color preview on white background

This text has color #7080AD on white background.



Black color preview on #7080AD background

This text has black color on #7080AD background.


White color preview on #7080AD background

This text has white color on #7080AD background.