COLOR #7180B2

HEX: #7180B2
RGB: (113,128,178)

Color info

#7180B2 contains mainly green and blue colors. Web safe color of #7180B2 is #666699 (or #669).

RGB color model

#7180B2 color RGB value is (113,128,178).

  • red value is 113;
  • green value is 128;
  • blue value is 178.
RGB:
(113,128,178)
(44%,50%,70%)

RGB channels and saturation

R 113 of 255 = 44%
G 128 of 255 = 50%
B 178 of 255 = 70%

113
128
178

R + G + B ~ 55%. #7180B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 128 + 178 = 419 (100%)
R 113 of 419 ~ 26.97%
G 128 of 419 ~ 30.55%
B 178 of 419 ~ 42.48%

%26.97
%30.55
%42.48

CMYK color model

#7180B2 color CMYK value is (37,28,0,30).

  • cyan value is 36.52%
  • magenta value is 28.09%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(37,28,0,30)
C37M28Y0K30 
(37%,28%,0%,30%)
(0.37/0.28/0.00/0.30)	

CMYK percentages

%36.52
%28.09
%0
%30.2

Codes

Color #7180B2 in popluar color models

7180B2
RGB113128178
HSL226°29.68%57.06%
HSB/HSV226°36.52%69.80%
CMYK36.52%28.09%0.00%
30.20%

Color #7180B2 in popluar number systems.

HEX7180B2
Decimal113128178
Binary11100011000000010110010
Octal161200262

Shades and tints

Shades of #7180B2

#7180B2
(113,128,178)
#6775A2
(103,117,162)
#5D6A92
(93,106,146)
#535F82
(83,95,130)
#495472
(73,84,114)
#3F4962
(63,73,98)
#353E52
(53,62,82)
#2B3342
(43,51,66)
#212832
(33,40,50)
#171D22
(23,29,34)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #7180B2

#7180B2
(113,128,178)
#7D8BB9
(125,139,185)
#8996C0
(137,150,192)
#95A1C7
(149,161,199)
#A1ACCE
(161,172,206)
#ADB7D5
(173,183,213)
#B9C2DC
(185,194,220)
#C5CDE3
(197,205,227)
#D1D8EA
(209,216,234)
#DDE3F1
(221,227,241)
#E9EEF8
(233,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7180B2 color. Also use rgb(113,128,178) instead hex code.

Text Font Color

.myTextColor { color: #7180B2; }

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

This text font color is #7180B2.


Background Color

.myBgColor { background-color: #7180B2; }

<div style="background-color:#7180B2">Inner text</div>

This div background color is #7180B2.


Border color

.myBorderColor { border: 1px solid #7180B2; }

<div style="border:3px solid #7180B2">Div</div>

This div border color is #7180B2.


Opacity

.myOpacity80 { color: #7180B2; opacity: 0.8; }

<p style="color:#7180B2;opacity:0.8;">80%</p>

Text with #7180B2 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 #7180B2;}

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

This text has shadow with #7180B2 color.

.textShadow {text-shadow: 3px 3px 1px #7180B2, 3px 3px 1px red;}

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

This text has shadow with #7180B2 primary color and red secondary color.


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

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

This text has shadow with #7180B2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7180B2 on black background.


Color preview on white background

This text has color #7180B2 on white background.



Black color preview on #7180B2 background

This text has black color on #7180B2 background.


White color preview on #7180B2 background

This text has white color on #7180B2 background.