COLOR #7182B5

HEX: #7182B5
RGB: (113,130,181)

Color info

#7182B5 contains mainly green and blue colors. Web safe color of #7182B5 is #6699CC (or #69C).

RGB color model

#7182B5 color RGB value is (113,130,181).

  • red value is 113;
  • green value is 130;
  • blue value is 181.
RGB:
(113,130,181)
(44%,51%,71%)

RGB channels and saturation

R 113 of 255 = 44%
G 130 of 255 = 51%
B 181 of 255 = 71%

113
130
181

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

Portions of RGB colors in percentages

R + G + B =
113 + 130 + 181 = 424 (100%)
R 113 of 424 ~ 26.65%
G 130 of 424 ~ 30.66%
B 181 of 424 ~ 42.69%

%26.65
%30.66
%42.69

CMYK color model

#7182B5 color CMYK value is (38,28,0,29).

  • cyan value is 37.57%
  • magenta value is 28.18%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(38,28,0,29)
C38M28Y0K29 
(38%,28%,0%,29%)
(0.38/0.28/0.00/0.29)	

CMYK percentages

%37.57
%28.18
%0
%29.02

Codes

Color #7182B5 in popluar color models

7182B5
RGB113130181
HSL225°31.48%57.65%
HSB/HSV225°37.57%70.98%
CMYK37.57%28.18%0.00%
29.02%

Color #7182B5 in popluar number systems.

HEX7182B5
Decimal113130181
Binary11100011000001010110101
Octal161202265

Shades and tints

Shades of #7182B5

#7182B5
(113,130,181)
#6777A5
(103,119,165)
#5D6C95
(93,108,149)
#536185
(83,97,133)
#495675
(73,86,117)
#3F4B65
(63,75,101)
#354055
(53,64,85)
#2B3545
(43,53,69)
#212A35
(33,42,53)
#171F25
(23,31,37)
#0D1415
(13,20,21)
#000000
(0,0,0)

Tints of #7182B5

#7182B5
(113,130,181)
#7D8DBB
(125,141,187)
#8998C1
(137,152,193)
#95A3C7
(149,163,199)
#A1AECD
(161,174,205)
#ADB9D3
(173,185,211)
#B9C4D9
(185,196,217)
#C5CFDF
(197,207,223)
#D1DAE5
(209,218,229)
#DDE5EB
(221,229,235)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7182B5 color. Also use rgb(113,130,181) instead hex code.

Text Font Color

.myTextColor { color: #7182B5; }

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

This text font color is #7182B5.


Background Color

.myBgColor { background-color: #7182B5; }

<div style="background-color:#7182B5">Inner text</div>

This div background color is #7182B5.


Border color

.myBorderColor { border: 1px solid #7182B5; }

<div style="border:3px solid #7182B5">Div</div>

This div border color is #7182B5.


Opacity

.myOpacity80 { color: #7182B5; opacity: 0.8; }

<p style="color:#7182B5;opacity:0.8;">80%</p>

Text with #7182B5 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 #7182B5;}

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

This text has shadow with #7182B5 color.

.textShadow {text-shadow: 3px 3px 1px #7182B5, 3px 3px 1px red;}

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

This text has shadow with #7182B5 primary color and red secondary color.


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

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

This text has shadow with #7182B5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7182B5 on black background.


Color preview on white background

This text has color #7182B5 on white background.



Black color preview on #7182B5 background

This text has black color on #7182B5 background.


White color preview on #7182B5 background

This text has white color on #7182B5 background.