COLOR #7094AF

HEX: #7094AF RGB: (112,148,175)

Color info

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

RGB color model

#7094AF color RGB value is (112,148,175).

RGB: (112,148,175) (44%, 58%, 69%)

RGB channels and saturation

R 112 of 255 = 44%
G 148 of 255 = 58%
B 175 of 255 = 69%

112
148
175

R + G + B ~ 57%. #7094AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 148 + 175 = 435 (100%)
R 112 of 435 ~ 25.75%
G 148 of 435 ~ 34.02%
B 175 of 435 ~ 40.23'%

%25.75
%34.02
%40.23

CMYK color model

#7094AF color CMYK value is (36,15,0,31).

  • cyan value is 36.00%
  • magenta value is 15.43%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (36,15,0,31)
C36M15Y0K31 (36%, 15%, 0%, 31%)
(0.36 / 0.15 / 0.00 / 0.31)

CMYK percentages

%36
%15.43
%0
%31.37

Codes

Color #7094AF in popluar color models

70 94 AF
RGB 112 148 175
HSL 206° 28.25% 56.27%
HSB/HSV 206° 36.00% 68.63%
CMYK 36.00% 15.43% 0.00%
31.37%

Color #7094AF in popluar number systems.

HEX 70 94 AF
Decimal 112 148 175
Binary 1110000 10010100 10101111
Octal 160 224 257

Shades and tints

Shades of #7094AF

#7094AF
(112,148,175)
#6687A0
(102,135,160)
#5C7A91
(92,122,145)
#526D82
(82,109,130)
#486073
(72,96,115)
#3E5364
(62,83,100)
#344655
(52,70,85)
#2A3946
(42,57,70)
#202C37
(32,44,55)
#161F28
(22,31,40)
#0C1219
(12,18,25)
#000000
(0,0,0)

Tints of #7094AF

#7094AF
(112,148,175)
#7D9DB6
(125,157,182)
#8AA6BD
(138,166,189)
#97AFC4
(151,175,196)
#A4B8CB
(164,184,203)
#B1C1D2
(177,193,210)
#BECAD9
(190,202,217)
#CBD3E0
(203,211,224)
#D8DCE7
(216,220,231)
#E5E5EE
(229,229,238)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7094AF color. Also use rgb(112,148,175) instead hex code.

Text Font Color

.myTextColor { color: #7094AF; }

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

This text font color is #7094AF.

Background Color

.myBgColor { background-color: #7094AF; }

<div style="background-color:#7094AF">Inner text</div>

This div background color is #7094AF.

Border color

.myBorderColor { border: 1px solid #7094AF; }

<div style="border:3px solid #7094AF">Div</div>

This div border color is #7094AF.

Opacity

.myOpacity80 { color: #7094AF; opacity: 0.8; }

<p style="color:#7094AF;opacity:0.8;">80%</p>

Text with #7094AF 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 #7094AF;}

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

This text has shadow with #7094AF color.


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

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

This text has shadow with #7094AF primary color and red secondary color.


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

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

This text has shadow with #7094AF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7094AF.

Preview

Color preview on black background

This text has color #7094AF on black background.


Color preview on white background

This text has color #7094AF on white background.


Black color preview on #7094AF background

This text has black color on #7094AF background.


White color preview on #7094AF background

This text has white color on #7094AF background.


Related colors

Complementary color

Complementary color for #hex is #8F6B50.


I love getcolorcode.com

Triadic colors

1 #AF7094 and #94AF70 with #7094AF are triadic colors.

2 #AF9470 and #9470AF with #7094AF are triadic colors.