COLOR #7180A3

HEX: #7180A3
RGB: (113,128,163)

Color info

#7180A3 contains red, green and blue colors in about the same proportion. Web safe color of #7180A3 is #666699 (or #669).

RGB color model

#7180A3 color RGB value is (113,128,163).

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

RGB channels and saturation

R 113 of 255 = 44%
G 128 of 255 = 50%
B 163 of 255 = 64%

113
128
163

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

Portions of RGB colors in percentages

R + G + B =
113 + 128 + 163 = 404 (100%)
R 113 of 404 ~ 27.97%
G 128 of 404 ~ 31.68%
B 163 of 404 ~ 40.35%

%27.97
%31.68
%40.35

CMYK color model

#7180A3 color CMYK value is (31,21,0,36).

  • cyan value is 30.67%
  • magenta value is 21.47%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(31,21,0,36)
C31M21Y0K36 
(31%,21%,0%,36%)
(0.31/0.21/0.00/0.36)	

CMYK percentages

%30.67
%21.47
%0
%36.08

Codes

Color #7180A3 in popluar color models

7180A3
RGB113128163
HSL222°21.37%54.12%
HSB/HSV222°30.67%63.92%
CMYK30.67%21.47%0.00%
36.08%

Color #7180A3 in popluar number systems.

HEX7180A3
Decimal113128163
Binary11100011000000010100011
Octal161200243

Shades and tints

Shades of #7180A3

#7180A3
(113,128,163)
#677595
(103,117,149)
#5D6A87
(93,106,135)
#535F79
(83,95,121)
#49546B
(73,84,107)
#3F495D
(63,73,93)
#353E4F
(53,62,79)
#2B3341
(43,51,65)
#212833
(33,40,51)
#171D25
(23,29,37)
#0D1217
(13,18,23)
#000000
(0,0,0)

Tints of #7180A3

#7180A3
(113,128,163)
#7D8BAB
(125,139,171)
#8996B3
(137,150,179)
#95A1BB
(149,161,187)
#A1ACC3
(161,172,195)
#ADB7CB
(173,183,203)
#B9C2D3
(185,194,211)
#C5CDDB
(197,205,219)
#D1D8E3
(209,216,227)
#DDE3EB
(221,227,235)
#E9EEF3
(233,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7180A3; }

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

This text font color is #7180A3.


Background Color

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

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

This div background color is #7180A3.


Border color

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

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

This div border color is #7180A3.


Opacity

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

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

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

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

This text has shadow with #7180A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7180A3 on black background.


Color preview on white background

This text has color #7180A3 on white background.



Black color preview on #7180A3 background

This text has black color on #7180A3 background.


White color preview on #7180A3 background

This text has white color on #7180A3 background.