COLOR #7186B1

HEX: #7186B1 RGB: (113,134,177)

Color info

#7186B1 contains mainly green and blue colors. Web safe color of #7186B1 is #669999 (or #699).

RGB color model

#7186B1 color RGB value is (113,134,177).

RGB: (113,134,177) (44%, 53%, 69%)

RGB channels and saturation

R 113 of 255 = 44%
G 134 of 255 = 53%
B 177 of 255 = 69%

113
134
177

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

Portions of RGB colors in percentages

R + G + B = 113 + 134 + 177 = 424 (100%)
R 113 of 424 ~ 26.65%
G 134 of 424 ~ 31.6%
B 177 of 424 ~ 41.75'%

%26.65
%31.6
%41.75

CMYK color model

#7186B1 color CMYK value is (36,24,0,31).

  • cyan value is 36.16%
  • magenta value is 24.29%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (36,24,0,31)
C36M24Y0K31 (36%, 24%, 0%, 31%)
(0.36 / 0.24 / 0.00 / 0.31)

CMYK percentages

%36.16
%24.29
%0
%30.59

Codes

Color #7186B1 in popluar color models

71 86 B1
RGB 113 134 177
HSL 220° 29.09% 56.86%
HSB/HSV 220° 36.16% 69.41%
CMYK 36.16% 24.29% 0.00%
30.59%

Color #7186B1 in popluar number systems.

HEX 71 86 B1
Decimal 113 134 177
Binary 1110001 10000110 10110001
Octal 161 206 261

Shades and tints

Shades of #7186B1

#7186B1
(113,134,177)
#677AA1
(103,122,161)
#5D6E91
(93,110,145)
#536281
(83,98,129)
#495671
(73,86,113)
#3F4A61
(63,74,97)
#353E51
(53,62,81)
#2B3241
(43,50,65)
#212631
(33,38,49)
#171A21
(23,26,33)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #7186B1

#7186B1
(113,134,177)
#7D91B8
(125,145,184)
#899CBF
(137,156,191)
#95A7C6
(149,167,198)
#A1B2CD
(161,178,205)
#ADBDD4
(173,189,212)
#B9C8DB
(185,200,219)
#C5D3E2
(197,211,226)
#D1DEE9
(209,222,233)
#DDE9F0
(221,233,240)
#E9F4F7
(233,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7186B1 color. Also use rgb(113,134,177) instead hex code.

Text Font Color

.myTextColor { color: #7186B1; }

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

This text font color is #7186B1.

Background Color

.myBgColor { background-color: #7186B1; }

<div style="background-color:#7186B1">Inner text</div>

This div background color is #7186B1.

Border color

.myBorderColor { border: 1px solid #7186B1; }

<div style="border:3px solid #7186B1">Div</div>

This div border color is #7186B1.

Opacity

.myOpacity80 { color: #7186B1; opacity: 0.8; }

<p style="color:#7186B1;opacity:0.8;">80%</p>

Text with #7186B1 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 #7186B1;}

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

This text has shadow with #7186B1 color.


.textShadow {text-shadow: 3px 3px 1px #7186B1', 3px 3px 1px red;}

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

This text has shadow with #7186B1 primary color and red secondary color.


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

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

This text has shadow with #7186B1 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7186B1; -webkit-box-shadow: 1px 1px 3px 2px #7186B1; box-shadow:1px 1px 3px 2px #7186B1;">
Div content here
</div>

This div box has shadow with color #7186B1.

Preview

Color preview on black background

This text has color #7186B1 on black background.


Color preview on white background

This text has color #7186B1 on white background.


Black color preview on #7186B1 background

This text has black color on #7186B1 background.


White color preview on #7186B1 background

This text has white color on #7186B1 background.


Related colors

Complementary color

Complementary color for #hex is #8E794E.


I love getcolorcode.com

Triadic colors

1 #B17186 and #86B171 with #7186B1 are triadic colors.

2 #B18671 and #8671B1 with #7186B1 are triadic colors.