COLOR #7094E1

HEX: #7094E1
RGB: (112,148,225)

Color info

#7094E1 contains mainly blue color. Web safe color of #7094E1 is #6699CC (or #69C).

RGB color model

#7094E1 color RGB value is (112,148,225).

  • red value is 112;
  • green value is 148;
  • blue value is 225.
RGB:
(112,148,225)
(44%,58%,88%)

RGB channels and saturation

R 112 of 255 = 44%
G 148 of 255 = 58%
B 225 of 255 = 88%

112
148
225

R + G + B ~ 63%. #7094E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 148 + 225 = 485 (100%)
R 112 of 485 ~ 23.09%
G 148 of 485 ~ 30.52%
B 225 of 485 ~ 46.39%

%23.09
%30.52
%46.39

CMYK color model

#7094E1 color CMYK value is (50,34,0,12).

  • cyan value is 50.22%
  • magenta value is 34.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(50,34,0,12)
C50M34Y0K12 
(50%,34%,0%,12%)
(0.50/0.34/0.00/0.12)	

CMYK percentages

%50.22
%34.22
%0
%11.76

Codes

Color #7094E1 in popluar color models

7094E1
RGB112148225
HSL221°65.32%66.08%
HSB/HSV221°50.22%88.24%
CMYK50.22%34.22%0.00%
11.76%

Color #7094E1 in popluar number systems.

HEX7094E1
Decimal112148225
Binary11100001001010011100001
Octal160224341

Shades and tints

Shades of #7094E1

#7094E1
(112,148,225)
#6687CD
(102,135,205)
#5C7AB9
(92,122,185)
#526DA5
(82,109,165)
#486091
(72,96,145)
#3E537D
(62,83,125)
#344669
(52,70,105)
#2A3955
(42,57,85)
#202C41
(32,44,65)
#161F2D
(22,31,45)
#0C1219
(12,18,25)
#000000
(0,0,0)

Tints of #7094E1

#7094E1
(112,148,225)
#7D9DE3
(125,157,227)
#8AA6E5
(138,166,229)
#97AFE7
(151,175,231)
#A4B8E9
(164,184,233)
#B1C1EB
(177,193,235)
#BECAED
(190,202,237)
#CBD3EF
(203,211,239)
#D8DCF1
(216,220,241)
#E5E5F3
(229,229,243)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7094E1; }

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

This text font color is #7094E1.


Background Color

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

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

This div background color is #7094E1.


Border color

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

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

This div border color is #7094E1.


Opacity

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

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

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

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

This text has shadow with #7094E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7094E1 on black background.


Color preview on white background

This text has color #7094E1 on white background.



Black color preview on #7094E1 background

This text has black color on #7094E1 background.


White color preview on #7094E1 background

This text has white color on #7094E1 background.