COLOR #7094BB

HEX: #7094BB RGB: (112,148,187)

Color info

#7094BB contains mainly green and blue colors. Web safe color of #7094BB is #6699CC (or #69C).

RGB color model

#7094BB color RGB value is (112,148,187).

RGB: (112,148,187) (44%, 58%, 73%)

RGB channels and saturation

R 112 of 255 = 44%
G 148 of 255 = 58%
B 187 of 255 = 73%

112
148
187

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

Portions of RGB colors in percentages

R + G + B = 112 + 148 + 187 = 447 (100%)
R 112 of 447 ~ 25.06%
G 148 of 447 ~ 33.11%
B 187 of 447 ~ 41.83'%

%25.06
%33.11
%41.83

CMYK color model

#7094BB color CMYK value is (40,21,0,27).

  • cyan value is 40.11%
  • magenta value is 20.86%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (40,21,0,27)
C40M21Y0K27 (40%, 21%, 0%, 27%)
(0.40 / 0.21 / 0.00 / 0.27)

CMYK percentages

%40.11
%20.86
%0
%26.67

Codes

Color #7094BB in popluar color models

70 94 BB
RGB 112 148 187
HSL 211° 35.55% 58.63%
HSB/HSV 211° 40.11% 73.33%
CMYK 40.11% 20.86% 0.00%
26.67%

Color #7094BB in popluar number systems.

HEX 70 94 BB
Decimal 112 148 187
Binary 1110000 10010100 10111011
Octal 160 224 273

Shades and tints

Shades of #7094BB

#7094BB
(112,148,187)
#6687AA
(102,135,170)
#5C7A99
(92,122,153)
#526D88
(82,109,136)
#486077
(72,96,119)
#3E5366
(62,83,102)
#344655
(52,70,85)
#2A3944
(42,57,68)
#202C33
(32,44,51)
#161F22
(22,31,34)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #7094BB

#7094BB
(112,148,187)
#7D9DC1
(125,157,193)
#8AA6C7
(138,166,199)
#97AFCD
(151,175,205)
#A4B8D3
(164,184,211)
#B1C1D9
(177,193,217)
#BECADF
(190,202,223)
#CBD3E5
(203,211,229)
#D8DCEB
(216,220,235)
#E5E5F1
(229,229,241)
#F2EEF7
(242,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7094BB; }

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

This text font color is #7094BB.

Background Color

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

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

This div background color is #7094BB.

Border color

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

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

This div border color is #7094BB.

Opacity

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

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

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

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

This text has shadow with #7094BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7094BB.

Preview

Color preview on black background

This text has color #7094BB on black background.


Color preview on white background

This text has color #7094BB on white background.


Black color preview on #7094BB background

This text has black color on #7094BB background.


White color preview on #7094BB background

This text has white color on #7094BB background.


Related colors

Complementary color

Complementary color for #hex is #8F6B44.


I love getcolorcode.com

Triadic colors

1 #BB7094 and #94BB70 with #7094BB are triadic colors.

2 #BB9470 and #9470BB with #7094BB are triadic colors.