COLOR #7087AB

HEX: #7087AB
RGB: (112,135,171)

Color info

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

RGB color model

#7087AB color RGB value is (112,135,171).

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

RGB channels and saturation

R 112 of 255 = 44%
G 135 of 255 = 53%
B 171 of 255 = 67%

112
135
171

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

Portions of RGB colors in percentages

R + G + B =
112 + 135 + 171 = 418 (100%)
R 112 of 418 ~ 26.79%
G 135 of 418 ~ 32.3%
B 171 of 418 ~ 40.91%

%26.79
%32.3
%40.91

CMYK color model

#7087AB color CMYK value is (35,21,0,33).

  • cyan value is 34.50%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(35,21,0,33)
C35M21Y0K33 
(35%,21%,0%,33%)
(0.35/0.21/0.00/0.33)	

CMYK percentages

%34.5
%21.05
%0
%32.94

Codes

Color #7087AB in popluar color models

7087AB
RGB112135171
HSL217°25.99%55.49%
HSB/HSV217°34.50%67.06%
CMYK34.50%21.05%0.00%
32.94%

Color #7087AB in popluar number systems.

HEX7087AB
Decimal112135171
Binary11100001000011110101011
Octal160207253

Shades and tints

Shades of #7087AB

#7087AB
(112,135,171)
#667B9C
(102,123,156)
#5C6F8D
(92,111,141)
#52637E
(82,99,126)
#48576F
(72,87,111)
#3E4B60
(62,75,96)
#343F51
(52,63,81)
#2A3342
(42,51,66)
#202733
(32,39,51)
#161B24
(22,27,36)
#0C0F15
(12,15,21)
#000000
(0,0,0)

Tints of #7087AB

#7087AB
(112,135,171)
#7D91B2
(125,145,178)
#8A9BB9
(138,155,185)
#97A5C0
(151,165,192)
#A4AFC7
(164,175,199)
#B1B9CE
(177,185,206)
#BEC3D5
(190,195,213)
#CBCDDC
(203,205,220)
#D8D7E3
(216,215,227)
#E5E1EA
(229,225,234)
#F2EBF1
(242,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7087AB; }

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

This text font color is #7087AB.


Background Color

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

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

This div background color is #7087AB.


Border color

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

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

This div border color is #7087AB.


Opacity

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

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

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

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

This text has shadow with #7087AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7087AB on black background.


Color preview on white background

This text has color #7087AB on white background.



Black color preview on #7087AB background

This text has black color on #7087AB background.


White color preview on #7087AB background

This text has white color on #7087AB background.