COLOR #7087AE

HEX: #7087AE RGB: (112,135,174)

Color info

#7087AE contains mainly green and blue colors. Web safe color of #7087AE is #669999 (or #699).

RGB color model

#7087AE color RGB value is (112,135,174).

RGB: (112,135,174) (44%, 53%, 68%)

RGB channels and saturation

R 112 of 255 = 44%
G 135 of 255 = 53%
B 174 of 255 = 68%

112
135
174

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

Portions of RGB colors in percentages

R + G + B = 112 + 135 + 174 = 421 (100%)
R 112 of 421 ~ 26.6%
G 135 of 421 ~ 32.07%
B 174 of 421 ~ 41.33'%

%26.6
%32.07
%41.33

CMYK color model

#7087AE color CMYK value is (36,22,0,32).

  • cyan value is 35.63%
  • magenta value is 22.41%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (36,22,0,32) C36M22Y0K32 (36%,22%,0%,32%) (0.36/0.22/0.00/0.32) 

CMYK percentages

%35.63
%22.41
%0
%31.76

Codes

Color #7087AE in popluar color models

70 87 AE
RGB 112 135 174
HSL 218° 27.68% 56.08%
HSB/HSV 218° 35.63% 68.24%
CMYK 35.63% 22.41% 0.00%
31.76%

Color #7087AE in popluar number systems.

HEX 70 87 AE
Decimal 112 135 174
Binary 1110000 10000111 10101110
Octal 160 207 256

Shades and tints

Shades of #7087AE

#7087AE
(112,135,174)
#667B9F
(102,123,159)
#5C6F90
(92,111,144)
#526381
(82,99,129)
#485772
(72,87,114)
#3E4B63
(62,75,99)
#343F54
(52,63,84)
#2A3345
(42,51,69)
#202736
(32,39,54)
#161B27
(22,27,39)
#0C0F18
(12,15,24)
#000000
(0,0,0)

Tints of #7087AE

#7087AE
(112,135,174)
#7D91B5
(125,145,181)
#8A9BBC
(138,155,188)
#97A5C3
(151,165,195)
#A4AFCA
(164,175,202)
#B1B9D1
(177,185,209)
#BEC3D8
(190,195,216)
#CBCDDF
(203,205,223)
#D8D7E6
(216,215,230)
#E5E1ED
(229,225,237)
#F2EBF4
(242,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7087AE; }

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

This text font color is #7087AE.

Background Color

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

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

This div background color is #7087AE.

Border color

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

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

This div border color is #7087AE.

Opacity

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

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

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

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

This text has shadow with #7087AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7087AE.

Preview

Color preview on black background

This text has color #7087AE on black background.


Color preview on white background

This text has color #7087AE on white background.


Black color preview on #7087AE background

This text has black color on #7087AE background.


White color preview on #7087AE background

This text has white color on #7087AE background.


Related colors

Complementary color

Complementary color for #hex is #8F7851.


I love getcolorcode.com

Triadic colors

1 #AE7087 and #87AE70 with #7087AE are triadic colors.

2 #AE8770 and #8770AE with #7087AE are triadic colors.