COLOR #7096F1

HEX: #7096F1
RGB: (112,150,241)

Color info

#7096F1 contains mainly blue color. Web safe color of #7096F1 is #6699FF (or #69F).

RGB color model

#7096F1 color RGB value is (112,150,241).

  • red value is 112;
  • green value is 150;
  • blue value is 241.
RGB:
(112,150,241)
(44%,59%,95%)

RGB channels and saturation

R 112 of 255 = 44%
G 150 of 255 = 59%
B 241 of 255 = 95%

112
150
241

R + G + B ~ 66%. #7096F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 150 + 241 = 503 (100%)
R 112 of 503 ~ 22.27%
G 150 of 503 ~ 29.82%
B 241 of 503 ~ 47.91%

%22.27
%29.82
%47.91

CMYK color model

#7096F1 color CMYK value is (54,38,0,5).

  • cyan value is 53.53%
  • magenta value is 37.76%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(54,38,0,5)
C54M38Y0K5 
(54%,38%,0%,5%)
(0.54/0.38/0.00/0.05)	

CMYK percentages

%53.53
%37.76
%0
%5.49

Codes

Color #7096F1 in popluar color models

7096F1
RGB112150241
HSL222°82.17%69.22%
HSB/HSV222°53.53%94.51%
CMYK53.53%37.76%0.00%
5.49%

Color #7096F1 in popluar number systems.

HEX7096F1
Decimal112150241
Binary11100001001011011110001
Octal160226361

Shades and tints

Shades of #7096F1

#7096F1
(112,150,241)
#6689DC
(102,137,220)
#5C7CC7
(92,124,199)
#526FB2
(82,111,178)
#48629D
(72,98,157)
#3E5588
(62,85,136)
#344873
(52,72,115)
#2A3B5E
(42,59,94)
#202E49
(32,46,73)
#162134
(22,33,52)
#0C141F
(12,20,31)
#000000
(0,0,0)

Tints of #7096F1

#7096F1
(112,150,241)
#7D9FF2
(125,159,242)
#8AA8F3
(138,168,243)
#97B1F4
(151,177,244)
#A4BAF5
(164,186,245)
#B1C3F6
(177,195,246)
#BECCF7
(190,204,247)
#CBD5F8
(203,213,248)
#D8DEF9
(216,222,249)
#E5E7FA
(229,231,250)
#F2F0FB
(242,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7096F1 color. Also use rgb(112,150,241) instead hex code.

Text Font Color

.myTextColor { color: #7096F1; }

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

This text font color is #7096F1.


Background Color

.myBgColor { background-color: #7096F1; }

<div style="background-color:#7096F1">Inner text</div>

This div background color is #7096F1.


Border color

.myBorderColor { border: 1px solid #7096F1; }

<div style="border:3px solid #7096F1">Div</div>

This div border color is #7096F1.


Opacity

.myOpacity80 { color: #7096F1; opacity: 0.8; }

<p style="color:#7096F1;opacity:0.8;">80%</p>

Text with #7096F1 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 #7096F1;}

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

This text has shadow with #7096F1 color.

.textShadow {text-shadow: 3px 3px 1px #7096F1, 3px 3px 1px red;}

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

This text has shadow with #7096F1 primary color and red secondary color.


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

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

This text has shadow with #7096F1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7096F1 on black background.


Color preview on white background

This text has color #7096F1 on white background.



Black color preview on #7096F1 background

This text has black color on #7096F1 background.


White color preview on #7096F1 background

This text has white color on #7096F1 background.