COLOR #7090A5

HEX: #7090A5
RGB: (112,144,165)

Color info

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

RGB color model

#7090A5 color RGB value is (112,144,165).

  • red value is 112;
  • green value is 144;
  • blue value is 165.
RGB:
(112,144,165)
(44%,56%,65%)

RGB channels and saturation

R 112 of 255 = 44%
G 144 of 255 = 56%
B 165 of 255 = 65%

112
144
165

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

Portions of RGB colors in percentages

R + G + B =
112 + 144 + 165 = 421 (100%)
R 112 of 421 ~ 26.6%
G 144 of 421 ~ 34.2%
B 165 of 421 ~ 39.19%

%26.6
%34.2
%39.19

CMYK color model

#7090A5 color CMYK value is (32,13,0,35).

  • cyan value is 32.12%
  • magenta value is 12.73%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(32,13,0,35)
C32M13Y0K35 
(32%,13%,0%,35%)
(0.32/0.13/0.00/0.35)	

CMYK percentages

%32.12
%12.73
%0
%35.29

Codes

Color #7090A5 in popluar color models

7090A5
RGB112144165
HSL204°22.75%54.31%
HSB/HSV204°32.12%64.71%
CMYK32.12%12.73%0.00%
35.29%

Color #7090A5 in popluar number systems.

HEX7090A5
Decimal112144165
Binary11100001001000010100101
Octal160220245

Shades and tints

Shades of #7090A5

#7090A5
(112,144,165)
#668396
(102,131,150)
#5C7687
(92,118,135)
#526978
(82,105,120)
#485C69
(72,92,105)
#3E4F5A
(62,79,90)
#34424B
(52,66,75)
#2A353C
(42,53,60)
#20282D
(32,40,45)
#161B1E
(22,27,30)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #7090A5

#7090A5
(112,144,165)
#7D9AAD
(125,154,173)
#8AA4B5
(138,164,181)
#97AEBD
(151,174,189)
#A4B8C5
(164,184,197)
#B1C2CD
(177,194,205)
#BECCD5
(190,204,213)
#CBD6DD
(203,214,221)
#D8E0E5
(216,224,229)
#E5EAED
(229,234,237)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7090A5 color. Also use rgb(112,144,165) instead hex code.

Text Font Color

.myTextColor { color: #7090A5; }

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

This text font color is #7090A5.


Background Color

.myBgColor { background-color: #7090A5; }

<div style="background-color:#7090A5">Inner text</div>

This div background color is #7090A5.


Border color

.myBorderColor { border: 1px solid #7090A5; }

<div style="border:3px solid #7090A5">Div</div>

This div border color is #7090A5.


Opacity

.myOpacity80 { color: #7090A5; opacity: 0.8; }

<p style="color:#7090A5;opacity:0.8;">80%</p>

Text with #7090A5 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 #7090A5;}

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

This text has shadow with #7090A5 color.

.textShadow {text-shadow: 3px 3px 1px #7090A5, 3px 3px 1px red;}

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

This text has shadow with #7090A5 primary color and red secondary color.


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

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

This text has shadow with #7090A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7090A5 on black background.


Color preview on white background

This text has color #7090A5 on white background.



Black color preview on #7090A5 background

This text has black color on #7090A5 background.


White color preview on #7090A5 background

This text has white color on #7090A5 background.