COLOR #7093DB

HEX: #7093DB
RGB: (112,147,219)

Color info

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

RGB color model

#7093DB color RGB value is (112,147,219).

  • red value is 112;
  • green value is 147;
  • blue value is 219.
RGB:
(112,147,219)
(44%,58%,86%)

RGB channels and saturation

R 112 of 255 = 44%
G 147 of 255 = 58%
B 219 of 255 = 86%

112
147
219

R + G + B ~ 63%. #7093DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 147 + 219 = 478 (100%)
R 112 of 478 ~ 23.43%
G 147 of 478 ~ 30.75%
B 219 of 478 ~ 45.82%

%23.43
%30.75
%45.82

CMYK color model

#7093DB color CMYK value is (49,33,0,14).

  • cyan value is 48.86%
  • magenta value is 32.88%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(49,33,0,14)
C49M33Y0K14 
(49%,33%,0%,14%)
(0.49/0.33/0.00/0.14)	

CMYK percentages

%48.86
%32.88
%0
%14.12

Codes

Color #7093DB in popluar color models

7093DB
RGB112147219
HSL220°59.78%64.90%
HSB/HSV220°48.86%85.88%
CMYK48.86%32.88%0.00%
14.12%

Color #7093DB in popluar number systems.

HEX7093DB
Decimal112147219
Binary11100001001001111011011
Octal160223333

Shades and tints

Shades of #7093DB

#7093DB
(112,147,219)
#6686C8
(102,134,200)
#5C79B5
(92,121,181)
#526CA2
(82,108,162)
#485F8F
(72,95,143)
#3E527C
(62,82,124)
#344569
(52,69,105)
#2A3856
(42,56,86)
#202B43
(32,43,67)
#161E30
(22,30,48)
#0C111D
(12,17,29)
#000000
(0,0,0)

Tints of #7093DB

#7093DB
(112,147,219)
#7D9CDE
(125,156,222)
#8AA5E1
(138,165,225)
#97AEE4
(151,174,228)
#A4B7E7
(164,183,231)
#B1C0EA
(177,192,234)
#BEC9ED
(190,201,237)
#CBD2F0
(203,210,240)
#D8DBF3
(216,219,243)
#E5E4F6
(229,228,246)
#F2EDF9
(242,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7093DB color. Also use rgb(112,147,219) instead hex code.

Text Font Color

.myTextColor { color: #7093DB; }

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

This text font color is #7093DB.


Background Color

.myBgColor { background-color: #7093DB; }

<div style="background-color:#7093DB">Inner text</div>

This div background color is #7093DB.


Border color

.myBorderColor { border: 1px solid #7093DB; }

<div style="border:3px solid #7093DB">Div</div>

This div border color is #7093DB.


Opacity

.myOpacity80 { color: #7093DB; opacity: 0.8; }

<p style="color:#7093DB;opacity:0.8;">80%</p>

Text with #7093DB 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 #7093DB;}

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

This text has shadow with #7093DB color.

.textShadow {text-shadow: 3px 3px 1px #7093DB, 3px 3px 1px red;}

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

This text has shadow with #7093DB primary color and red secondary color.


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

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

This text has shadow with #7093DB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7093DB on black background.


Color preview on white background

This text has color #7093DB on white background.



Black color preview on #7093DB background

This text has black color on #7093DB background.


White color preview on #7093DB background

This text has white color on #7093DB background.