COLOR #7087A9

HEX: #7087A9
RGB: (112,135,169)

Color info

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

RGB color model

#7087A9 color RGB value is (112,135,169).

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

RGB channels and saturation

R 112 of 255 = 44%
G 135 of 255 = 53%
B 169 of 255 = 66%

112
135
169

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

Portions of RGB colors in percentages

R + G + B =
112 + 135 + 169 = 416 (100%)
R 112 of 416 ~ 26.92%
G 135 of 416 ~ 32.45%
B 169 of 416 ~ 40.63%

%26.92
%32.45
%40.63

CMYK color model

#7087A9 color CMYK value is (34,20,0,34).

  • cyan value is 33.73%
  • magenta value is 20.12%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(34,20,0,34)
C34M20Y0K34 
(34%,20%,0%,34%)
(0.34/0.20/0.00/0.34)	

CMYK percentages

%33.73
%20.12
%0
%33.73

Codes

Color #7087A9 in popluar color models

7087A9
RGB112135169
HSL216°24.89%55.10%
HSB/HSV216°33.73%66.27%
CMYK33.73%20.12%0.00%
33.73%

Color #7087A9 in popluar number systems.

HEX7087A9
Decimal112135169
Binary11100001000011110101001
Octal160207251

Shades and tints

Shades of #7087A9

#7087A9
(112,135,169)
#667B9A
(102,123,154)
#5C6F8B
(92,111,139)
#52637C
(82,99,124)
#48576D
(72,87,109)
#3E4B5E
(62,75,94)
#343F4F
(52,63,79)
#2A3340
(42,51,64)
#202731
(32,39,49)
#161B22
(22,27,34)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #7087A9

#7087A9
(112,135,169)
#7D91B0
(125,145,176)
#8A9BB7
(138,155,183)
#97A5BE
(151,165,190)
#A4AFC5
(164,175,197)
#B1B9CC
(177,185,204)
#BEC3D3
(190,195,211)
#CBCDDA
(203,205,218)
#D8D7E1
(216,215,225)
#E5E1E8
(229,225,232)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7087A9; }

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

This text font color is #7087A9.


Background Color

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

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

This div background color is #7087A9.


Border color

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

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

This div border color is #7087A9.


Opacity

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

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

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

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

This text has shadow with #7087A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7087A9 on black background.


Color preview on white background

This text has color #7087A9 on white background.



Black color preview on #7087A9 background

This text has black color on #7087A9 background.


White color preview on #7087A9 background

This text has white color on #7087A9 background.