COLOR #7084AB

HEX: #7084AB
RGB: (112,132,171)

Color info

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

RGB color model

#7084AB color RGB value is (112,132,171).

  • red value is 112;
  • green value is 132;
  • blue value is 171.
RGB:
(112,132,171)
(44%,52%,67%)

RGB channels and saturation

R 112 of 255 = 44%
G 132 of 255 = 52%
B 171 of 255 = 67%

112
132
171

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

Portions of RGB colors in percentages

R + G + B =
112 + 132 + 171 = 415 (100%)
R 112 of 415 ~ 26.99%
G 132 of 415 ~ 31.81%
B 171 of 415 ~ 41.2%

%26.99
%31.81
%41.2

CMYK color model

#7084AB color CMYK value is (35,23,0,33).

  • cyan value is 34.50%
  • magenta value is 22.81%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(35,23,0,33)
C35M23Y0K33 
(35%,23%,0%,33%)
(0.35/0.23/0.00/0.33)	

CMYK percentages

%34.5
%22.81
%0
%32.94

Codes

Color #7084AB in popluar color models

7084AB
RGB112132171
HSL220°25.99%55.49%
HSB/HSV220°34.50%67.06%
CMYK34.50%22.81%0.00%
32.94%

Color #7084AB in popluar number systems.

HEX7084AB
Decimal112132171
Binary11100001000010010101011
Octal160204253

Shades and tints

Shades of #7084AB

#7084AB
(112,132,171)
#66789C
(102,120,156)
#5C6C8D
(92,108,141)
#52607E
(82,96,126)
#48546F
(72,84,111)
#3E4860
(62,72,96)
#343C51
(52,60,81)
#2A3042
(42,48,66)
#202433
(32,36,51)
#161824
(22,24,36)
#0C0C15
(12,12,21)
#000000
(0,0,0)

Tints of #7084AB

#7084AB
(112,132,171)
#7D8FB2
(125,143,178)
#8A9AB9
(138,154,185)
#97A5C0
(151,165,192)
#A4B0C7
(164,176,199)
#B1BBCE
(177,187,206)
#BEC6D5
(190,198,213)
#CBD1DC
(203,209,220)
#D8DCE3
(216,220,227)
#E5E7EA
(229,231,234)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7084AB color. Also use rgb(112,132,171) instead hex code.

Text Font Color

.myTextColor { color: #7084AB; }

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

This text font color is #7084AB.


Background Color

.myBgColor { background-color: #7084AB; }

<div style="background-color:#7084AB">Inner text</div>

This div background color is #7084AB.


Border color

.myBorderColor { border: 1px solid #7084AB; }

<div style="border:3px solid #7084AB">Div</div>

This div border color is #7084AB.


Opacity

.myOpacity80 { color: #7084AB; opacity: 0.8; }

<p style="color:#7084AB;opacity:0.8;">80%</p>

Text with #7084AB 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 #7084AB;}

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

This text has shadow with #7084AB color.

.textShadow {text-shadow: 3px 3px 1px #7084AB, 3px 3px 1px red;}

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

This text has shadow with #7084AB primary color and red secondary color.


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

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

This text has shadow with #7084AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7084AB on black background.


Color preview on white background

This text has color #7084AB on white background.



Black color preview on #7084AB background

This text has black color on #7084AB background.


White color preview on #7084AB background

This text has white color on #7084AB background.