COLOR #7180AE

HEX: #7180AE
RGB: (113,128,174)

Color info

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

RGB color model

#7180AE color RGB value is (113,128,174).

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

RGB channels and saturation

R 113 of 255 = 44%
G 128 of 255 = 50%
B 174 of 255 = 68%

113
128
174

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

Portions of RGB colors in percentages

R + G + B =
113 + 128 + 174 = 415 (100%)
R 113 of 415 ~ 27.23%
G 128 of 415 ~ 30.84%
B 174 of 415 ~ 41.93%

%27.23
%30.84
%41.93

CMYK color model

#7180AE color CMYK value is (35,26,0,32).

  • cyan value is 35.06%
  • magenta value is 26.44%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(35,26,0,32)
C35M26Y0K32 
(35%,26%,0%,32%)
(0.35/0.26/0.00/0.32)	

CMYK percentages

%35.06
%26.44
%0
%31.76

Codes

Color #7180AE in popluar color models

7180AE
RGB113128174
HSL225°27.35%56.27%
HSB/HSV225°35.06%68.24%
CMYK35.06%26.44%0.00%
31.76%

Color #7180AE in popluar number systems.

HEX7180AE
Decimal113128174
Binary11100011000000010101110
Octal161200256

Shades and tints

Shades of #7180AE

#7180AE
(113,128,174)
#67759F
(103,117,159)
#5D6A90
(93,106,144)
#535F81
(83,95,129)
#495472
(73,84,114)
#3F4963
(63,73,99)
#353E54
(53,62,84)
#2B3345
(43,51,69)
#212836
(33,40,54)
#171D27
(23,29,39)
#0D1218
(13,18,24)
#000000
(0,0,0)

Tints of #7180AE

#7180AE
(113,128,174)
#7D8BB5
(125,139,181)
#8996BC
(137,150,188)
#95A1C3
(149,161,195)
#A1ACCA
(161,172,202)
#ADB7D1
(173,183,209)
#B9C2D8
(185,194,216)
#C5CDDF
(197,205,223)
#D1D8E6
(209,216,230)
#DDE3ED
(221,227,237)
#E9EEF4
(233,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7180AE; }

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

This text font color is #7180AE.


Background Color

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

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

This div background color is #7180AE.


Border color

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

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

This div border color is #7180AE.


Opacity

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

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

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

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

This text has shadow with #7180AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7180AE on black background.


Color preview on white background

This text has color #7180AE on white background.



Black color preview on #7180AE background

This text has black color on #7180AE background.


White color preview on #7180AE background

This text has white color on #7180AE background.