COLOR #7080BB

HEX: #7080BB RGB: (112,128,187)

Color info

#7080BB contains mainly green and blue colors. Web safe color of #7080BB is #6666CC (or #66C).

RGB color model

#7080BB color RGB value is (112,128,187).

RGB: (112,128,187) (44%, 50%, 73%)

RGB channels and saturation

R 112 of 255 = 44%
G 128 of 255 = 50%
B 187 of 255 = 73%

112
128
187

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

Portions of RGB colors in percentages

R + G + B = 112 + 128 + 187 = 427 (100%)
R 112 of 427 ~ 26.23%
G 128 of 427 ~ 29.98%
B 187 of 427 ~ 43.79'%

%26.23
%29.98
%43.79

CMYK color model

#7080BB color CMYK value is (40,32,0,27).

  • cyan value is 40.11%
  • magenta value is 31.55%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (40,32,0,27)
C40M32Y0K27 (40%, 32%, 0%, 27%)
(0.40 / 0.32 / 0.00 / 0.27)

CMYK percentages

%40.11
%31.55
%0
%26.67

Codes

Color #7080BB in popluar color models

70 80 BB
RGB 112 128 187
HSL 227° 35.55% 58.63%
HSB/HSV 227° 40.11% 73.33%
CMYK 40.11% 31.55% 0.00%
26.67%

Color #7080BB in popluar number systems.

HEX 70 80 BB
Decimal 112 128 187
Binary 1110000 10000000 10111011
Octal 160 200 273

Shades and tints

Shades of #7080BB

#7080BB
(112,128,187)
#6675AA
(102,117,170)
#5C6A99
(92,106,153)
#525F88
(82,95,136)
#485477
(72,84,119)
#3E4966
(62,73,102)
#343E55
(52,62,85)
#2A3344
(42,51,68)
#202833
(32,40,51)
#161D22
(22,29,34)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #7080BB

#7080BB
(112,128,187)
#7D8BC1
(125,139,193)
#8A96C7
(138,150,199)
#97A1CD
(151,161,205)
#A4ACD3
(164,172,211)
#B1B7D9
(177,183,217)
#BEC2DF
(190,194,223)
#CBCDE5
(203,205,229)
#D8D8EB
(216,216,235)
#E5E3F1
(229,227,241)
#F2EEF7
(242,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7080BB; }

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

This text font color is #7080BB.

Background Color

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

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

This div background color is #7080BB.

Border color

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

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

This div border color is #7080BB.

Opacity

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

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

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

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

This text has shadow with #7080BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7080BB.

Preview

Color preview on black background

This text has color #7080BB on black background.


Color preview on white background

This text has color #7080BB on white background.


Black color preview on #7080BB background

This text has black color on #7080BB background.


White color preview on #7080BB background

This text has white color on #7080BB background.


Related colors

Complementary color

Complementary color for #hex is #8F7F44.


I love getcolorcode.com

Triadic colors

1 #BB7080 and #80BB70 with #7080BB are triadic colors.

2 #BB8070 and #8070BB with #7080BB are triadic colors.