COLOR #7085AB

HEX: #7085AB
RGB: (112,133,171)

Color info

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

RGB color model

#7085AB color RGB value is (112,133,171).

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

RGB channels and saturation

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

112
133
171

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

Portions of RGB colors in percentages

R + G + B =
112 + 133 + 171 = 416 (100%)
R 112 of 416 ~ 26.92%
G 133 of 416 ~ 31.97%
B 171 of 416 ~ 41.11%

%26.92
%31.97
%41.11

CMYK color model

#7085AB color CMYK value is (35,22,0,33).

  • cyan value is 34.50%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(35,22,0,33)
C35M22Y0K33 
(35%,22%,0%,33%)
(0.35/0.22/0.00/0.33)	

CMYK percentages

%34.5
%22.22
%0
%32.94

Codes

Color #7085AB in popluar color models

7085AB
RGB112133171
HSL219°25.99%55.49%
HSB/HSV219°34.50%67.06%
CMYK34.50%22.22%0.00%
32.94%

Color #7085AB in popluar number systems.

HEX7085AB
Decimal112133171
Binary11100001000010110101011
Octal160205253

Shades and tints

Shades of #7085AB

#7085AB
(112,133,171)
#66799C
(102,121,156)
#5C6D8D
(92,109,141)
#52617E
(82,97,126)
#48556F
(72,85,111)
#3E4960
(62,73,96)
#343D51
(52,61,81)
#2A3142
(42,49,66)
#202533
(32,37,51)
#161924
(22,25,36)
#0C0D15
(12,13,21)
#000000
(0,0,0)

Tints of #7085AB

#7085AB
(112,133,171)
#7D90B2
(125,144,178)
#8A9BB9
(138,155,185)
#97A6C0
(151,166,192)
#A4B1C7
(164,177,199)
#B1BCCE
(177,188,206)
#BEC7D5
(190,199,213)
#CBD2DC
(203,210,220)
#D8DDE3
(216,221,227)
#E5E8EA
(229,232,234)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7085AB; }

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

This text font color is #7085AB.


Background Color

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

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

This div background color is #7085AB.


Border color

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

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

This div border color is #7085AB.


Opacity

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

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

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

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

This text has shadow with #7085AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7085AB on black background.


Color preview on white background

This text has color #7085AB on white background.



Black color preview on #7085AB background

This text has black color on #7085AB background.


White color preview on #7085AB background

This text has white color on #7085AB background.