COLOR #7080D3

HEX: #7080D3 RGB: (112,128,211)

Color info

#7080D3 contains mainly blue color. Web safe color of #7080D3 is #6666CC (or #66C).

RGB color model

#7080D3 color RGB value is (112,128,211).

RGB: (112,128,211) (44%, 50%, 83%)

RGB channels and saturation

R 112 of 255 = 44%
G 128 of 255 = 50%
B 211 of 255 = 83%

112
128
211

R + G + B ~ 59%. #7080D3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 128 + 211 = 451 (100%)
R 112 of 451 ~ 24.83%
G 128 of 451 ~ 28.38%
B 211 of 451 ~ 46.78'%

%24.83
%28.38
%46.78

CMYK color model

#7080D3 color CMYK value is (47,39,0,17).

  • cyan value is 46.92%
  • magenta value is 39.34%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (47,39,0,17)
C47M39Y0K17 (47%, 39%, 0%, 17%)
(0.47 / 0.39 / 0.00 / 0.17)

CMYK percentages

%46.92
%39.34
%0
%17.25

Codes

Color #7080D3 in popluar color models

70 80 D3
RGB 112 128 211
HSL 230° 52.94% 63.33%
HSB/HSV 230° 46.92% 82.75%
CMYK 46.92% 39.34% 0.00%
17.25%

Color #7080D3 in popluar number systems.

HEX 70 80 D3
Decimal 112 128 211
Binary 1110000 10000000 11010011
Octal 160 200 323

Shades and tints

Shades of #7080D3

#7080D3
(112,128,211)
#6675C0
(102,117,192)
#5C6AAD
(92,106,173)
#525F9A
(82,95,154)
#485487
(72,84,135)
#3E4974
(62,73,116)
#343E61
(52,62,97)
#2A334E
(42,51,78)
#20283B
(32,40,59)
#161D28
(22,29,40)
#0C1215
(12,18,21)
#000000
(0,0,0)

Tints of #7080D3

#7080D3
(112,128,211)
#7D8BD7
(125,139,215)
#8A96DB
(138,150,219)
#97A1DF
(151,161,223)
#A4ACE3
(164,172,227)
#B1B7E7
(177,183,231)
#BEC2EB
(190,194,235)
#CBCDEF
(203,205,239)
#D8D8F3
(216,216,243)
#E5E3F7
(229,227,247)
#F2EEFB
(242,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7080D3 color. Also use rgb(112,128,211) instead hex code.

Text Font Color

.myTextColor { color: #7080D3; }

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

This text font color is #7080D3.

Background Color

.myBgColor { background-color: #7080D3; }

<div style="background-color:#7080D3">Inner text</div>

This div background color is #7080D3.

Border color

.myBorderColor { border: 1px solid #7080D3; }

<div style="border:3px solid #7080D3">Div</div>

This div border color is #7080D3.

Opacity

.myOpacity80 { color: #7080D3; opacity: 0.8; }

<p style="color:#7080D3;opacity:0.8;">80%</p>

Text with #7080D3 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 #7080D3;}

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

This text has shadow with #7080D3 color.


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

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

This text has shadow with #7080D3 primary color and red secondary color.


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

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

This text has shadow with #7080D3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7080D3.

Preview

Color preview on black background

This text has color #7080D3 on black background.


Color preview on white background

This text has color #7080D3 on white background.


Black color preview on #7080D3 background

This text has black color on #7080D3 background.


White color preview on #7080D3 background

This text has white color on #7080D3 background.


Related colors

Complementary color

Complementary color for #hex is #8F7F2C.


I love getcolorcode.com

Triadic colors

1 #D37080 and #80D370 with #7080D3 are triadic colors.

2 #D38070 and #8070D3 with #7080D3 are triadic colors.