COLOR #7091DB

HEX: #7091DB RGB: (112,145,219)

Color info

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

RGB color model

#7091DB color RGB value is (112,145,219).

RGB: (112,145,219) (44%, 57%, 86%)

RGB channels and saturation

R 112 of 255 = 44%
G 145 of 255 = 57%
B 219 of 255 = 86%

112
145
219

R + G + B ~ 62%. #7091DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 112 + 145 + 219 = 476 (100%)
R 112 of 476 ~ 23.53%
G 145 of 476 ~ 30.46%
B 219 of 476 ~ 46.01'%

%23.53
%30.46
%46.01

CMYK color model

#7091DB color CMYK value is (49,34,0,14).

  • cyan value is 48.86%
  • magenta value is 33.79%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (49,34,0,14)
C49M34Y0K14 (49%, 34%, 0%, 14%)
(0.49 / 0.34 / 0.00 / 0.14)

CMYK percentages

%48.86
%33.79
%0
%14.12

Codes

Color #7091DB in popluar color models

70 91 DB
RGB 112 145 219
HSL 221° 59.78% 64.90%
HSB/HSV 221° 48.86% 85.88%
CMYK 48.86% 33.79% 0.00%
14.12%

Color #7091DB in popluar number systems.

HEX 70 91 DB
Decimal 112 145 219
Binary 1110000 10010001 11011011
Octal 160 221 333

Shades and tints

Shades of #7091DB

#7091DB
(112,145,219)
#6684C8
(102,132,200)
#5C77B5
(92,119,181)
#526AA2
(82,106,162)
#485D8F
(72,93,143)
#3E507C
(62,80,124)
#344369
(52,67,105)
#2A3656
(42,54,86)
#202943
(32,41,67)
#161C30
(22,28,48)
#0C0F1D
(12,15,29)
#000000
(0,0,0)

Tints of #7091DB

#7091DB
(112,145,219)
#7D9BDE
(125,155,222)
#8AA5E1
(138,165,225)
#97AFE4
(151,175,228)
#A4B9E7
(164,185,231)
#B1C3EA
(177,195,234)
#BECDED
(190,205,237)
#CBD7F0
(203,215,240)
#D8E1F3
(216,225,243)
#E5EBF6
(229,235,246)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7091DB; }

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

This text font color is #7091DB.

Background Color

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

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

This div background color is #7091DB.

Border color

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

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

This div border color is #7091DB.

Opacity

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

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

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

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

This text has shadow with #7091DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7091DB.

Preview

Color preview on black background

This text has color #7091DB on black background.


Color preview on white background

This text has color #7091DB on white background.


Black color preview on #7091DB background

This text has black color on #7091DB background.


White color preview on #7091DB background

This text has white color on #7091DB background.


Related colors

Complementary color

Complementary color for #hex is #8F6E24.


I love getcolorcode.com

Triadic colors

1 #DB7091 and #91DB70 with #7091DB are triadic colors.

2 #DB9170 and #9170DB with #7091DB are triadic colors.