COLOR #7087A1

HEX: #7087A1
RGB: (112,135,161)

Color info

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

RGB color model

#7087A1 color RGB value is (112,135,161).

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

RGB channels and saturation

R 112 of 255 = 44%
G 135 of 255 = 53%
B 161 of 255 = 63%

112
135
161

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

Portions of RGB colors in percentages

R + G + B =
112 + 135 + 161 = 408 (100%)
R 112 of 408 ~ 27.45%
G 135 of 408 ~ 33.09%
B 161 of 408 ~ 39.46%

%27.45
%33.09
%39.46

CMYK color model

#7087A1 color CMYK value is (30,16,0,37).

  • cyan value is 30.43%
  • magenta value is 16.15%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(30,16,0,37)
C30M16Y0K37 
(30%,16%,0%,37%)
(0.30/0.16/0.00/0.37)	

CMYK percentages

%30.43
%16.15
%0
%36.86

Codes

Color #7087A1 in popluar color models

7087A1
RGB112135161
HSL212°20.68%53.53%
HSB/HSV212°30.43%63.14%
CMYK30.43%16.15%0.00%
36.86%

Color #7087A1 in popluar number systems.

HEX7087A1
Decimal112135161
Binary11100001000011110100001
Octal160207241

Shades and tints

Shades of #7087A1

#7087A1
(112,135,161)
#667B93
(102,123,147)
#5C6F85
(92,111,133)
#526377
(82,99,119)
#485769
(72,87,105)
#3E4B5B
(62,75,91)
#343F4D
(52,63,77)
#2A333F
(42,51,63)
#202731
(32,39,49)
#161B23
(22,27,35)
#0C0F15
(12,15,21)
#000000
(0,0,0)

Tints of #7087A1

#7087A1
(112,135,161)
#7D91A9
(125,145,169)
#8A9BB1
(138,155,177)
#97A5B9
(151,165,185)
#A4AFC1
(164,175,193)
#B1B9C9
(177,185,201)
#BEC3D1
(190,195,209)
#CBCDD9
(203,205,217)
#D8D7E1
(216,215,225)
#E5E1E9
(229,225,233)
#F2EBF1
(242,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7087A1; }

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

This text font color is #7087A1.


Background Color

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

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

This div background color is #7087A1.


Border color

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

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

This div border color is #7087A1.


Opacity

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

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

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

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

This text has shadow with #7087A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7087A1 on black background.


Color preview on white background

This text has color #7087A1 on white background.



Black color preview on #7087A1 background

This text has black color on #7087A1 background.


White color preview on #7087A1 background

This text has white color on #7087A1 background.