COLOR #7174B6

HEX: #7174B6
RGB: (113,116,182)

Color info

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

RGB color model

#7174B6 color RGB value is (113,116,182).

  • red value is 113;
  • green value is 116;
  • blue value is 182.
RGB:
(113,116,182)
(44%,45%,71%)

RGB channels and saturation

R 113 of 255 = 44%
G 116 of 255 = 45%
B 182 of 255 = 71%

113
116
182

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

Portions of RGB colors in percentages

R + G + B =
113 + 116 + 182 = 411 (100%)
R 113 of 411 ~ 27.49%
G 116 of 411 ~ 28.22%
B 182 of 411 ~ 44.28%

%27.49
%28.22
%44.28

CMYK color model

#7174B6 color CMYK value is (38,36,0,29).

  • cyan value is 37.91%
  • magenta value is 36.26%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(38,36,0,29)
C38M36Y0K29 
(38%,36%,0%,29%)
(0.38/0.36/0.00/0.29)	

CMYK percentages

%37.91
%36.26
%0
%28.63

Codes

Color #7174B6 in popluar color models

7174B6
RGB113116182
HSL237°32.09%57.84%
HSB/HSV237°37.91%71.37%
CMYK37.91%36.26%0.00%
28.63%

Color #7174B6 in popluar number systems.

HEX7174B6
Decimal113116182
Binary1110001111010010110110
Octal161164266

Shades and tints

Shades of #7174B6

#7174B6
(113,116,182)
#676AA6
(103,106,166)
#5D6096
(93,96,150)
#535686
(83,86,134)
#494C76
(73,76,118)
#3F4266
(63,66,102)
#353856
(53,56,86)
#2B2E46
(43,46,70)
#212436
(33,36,54)
#171A26
(23,26,38)
#0D1016
(13,16,22)
#000000
(0,0,0)

Tints of #7174B6

#7174B6
(113,116,182)
#7D80BC
(125,128,188)
#898CC2
(137,140,194)
#9598C8
(149,152,200)
#A1A4CE
(161,164,206)
#ADB0D4
(173,176,212)
#B9BCDA
(185,188,218)
#C5C8E0
(197,200,224)
#D1D4E6
(209,212,230)
#DDE0EC
(221,224,236)
#E9ECF2
(233,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7174B6 color. Also use rgb(113,116,182) instead hex code.

Text Font Color

.myTextColor { color: #7174B6; }

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

This text font color is #7174B6.


Background Color

.myBgColor { background-color: #7174B6; }

<div style="background-color:#7174B6">Inner text</div>

This div background color is #7174B6.


Border color

.myBorderColor { border: 1px solid #7174B6; }

<div style="border:3px solid #7174B6">Div</div>

This div border color is #7174B6.


Opacity

.myOpacity80 { color: #7174B6; opacity: 0.8; }

<p style="color:#7174B6;opacity:0.8;">80%</p>

Text with #7174B6 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 #7174B6;}

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

This text has shadow with #7174B6 color.

.textShadow {text-shadow: 3px 3px 1px #7174B6, 3px 3px 1px red;}

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

This text has shadow with #7174B6 primary color and red secondary color.


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

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

This text has shadow with #7174B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7174B6 on black background.


Color preview on white background

This text has color #7174B6 on white background.



Black color preview on #7174B6 background

This text has black color on #7174B6 background.


White color preview on #7174B6 background

This text has white color on #7174B6 background.