COLOR #7176B7

HEX: #7176B7
RGB: (113,118,183)

Color info

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

RGB color model

#7176B7 color RGB value is (113,118,183).

  • red value is 113;
  • green value is 118;
  • blue value is 183.
RGB:
(113,118,183)
(44%,46%,72%)

RGB channels and saturation

R 113 of 255 = 44%
G 118 of 255 = 46%
B 183 of 255 = 72%

113
118
183

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

Portions of RGB colors in percentages

R + G + B =
113 + 118 + 183 = 414 (100%)
R 113 of 414 ~ 27.29%
G 118 of 414 ~ 28.5%
B 183 of 414 ~ 44.2%

%27.29
%28.5
%44.2

CMYK color model

#7176B7 color CMYK value is (38,36,0,28).

  • cyan value is 38.25%
  • magenta value is 35.52%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(38,36,0,28)
C38M36Y0K28 
(38%,36%,0%,28%)
(0.38/0.36/0.00/0.28)	

CMYK percentages

%38.25
%35.52
%0
%28.24

Codes

Color #7176B7 in popluar color models

7176B7
RGB113118183
HSL236°32.71%58.04%
HSB/HSV236°38.25%71.76%
CMYK38.25%35.52%0.00%
28.24%

Color #7176B7 in popluar number systems.

HEX7176B7
Decimal113118183
Binary1110001111011010110111
Octal161166267

Shades and tints

Shades of #7176B7

#7176B7
(113,118,183)
#676CA7
(103,108,167)
#5D6297
(93,98,151)
#535887
(83,88,135)
#494E77
(73,78,119)
#3F4467
(63,68,103)
#353A57
(53,58,87)
#2B3047
(43,48,71)
#212637
(33,38,55)
#171C27
(23,28,39)
#0D1217
(13,18,23)
#000000
(0,0,0)

Tints of #7176B7

#7176B7
(113,118,183)
#7D82BD
(125,130,189)
#898EC3
(137,142,195)
#959AC9
(149,154,201)
#A1A6CF
(161,166,207)
#ADB2D5
(173,178,213)
#B9BEDB
(185,190,219)
#C5CAE1
(197,202,225)
#D1D6E7
(209,214,231)
#DDE2ED
(221,226,237)
#E9EEF3
(233,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7176B7 color. Also use rgb(113,118,183) instead hex code.

Text Font Color

.myTextColor { color: #7176B7; }

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

This text font color is #7176B7.


Background Color

.myBgColor { background-color: #7176B7; }

<div style="background-color:#7176B7">Inner text</div>

This div background color is #7176B7.


Border color

.myBorderColor { border: 1px solid #7176B7; }

<div style="border:3px solid #7176B7">Div</div>

This div border color is #7176B7.


Opacity

.myOpacity80 { color: #7176B7; opacity: 0.8; }

<p style="color:#7176B7;opacity:0.8;">80%</p>

Text with #7176B7 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 #7176B7;}

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

This text has shadow with #7176B7 color.

.textShadow {text-shadow: 3px 3px 1px #7176B7, 3px 3px 1px red;}

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

This text has shadow with #7176B7 primary color and red secondary color.


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

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

This text has shadow with #7176B7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7176B7 on black background.


Color preview on white background

This text has color #7176B7 on white background.



Black color preview on #7176B7 background

This text has black color on #7176B7 background.


White color preview on #7176B7 background

This text has white color on #7176B7 background.