COLOR #7182C2

HEX: #7182C2 RGB: (113,130,194)

Color info

#7182C2 contains mainly blue color. Web safe color of #7182C2 is #6699CC (or #69C).

RGB color model

#7182C2 color RGB value is (113,130,194).

RGB: (113,130,194) (44%, 51%, 76%)

RGB channels and saturation

R 113 of 255 = 44%
G 130 of 255 = 51%
B 194 of 255 = 76%

113
130
194

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

Portions of RGB colors in percentages

R + G + B = 113 + 130 + 194 = 437 (100%)
R 113 of 437 ~ 25.86%
G 130 of 437 ~ 29.75%
B 194 of 437 ~ 44.39'%

%25.86
%29.75
%44.39

CMYK color model

#7182C2 color CMYK value is (42,33,0,24).

  • cyan value is 41.75%
  • magenta value is 32.99%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (42,33,0,24)
C42M33Y0K24 (42%, 33%, 0%, 24%)
(0.42 / 0.33 / 0.00 / 0.24)

CMYK percentages

%41.75
%32.99
%0
%23.92

Codes

Color #7182C2 in popluar color models

71 82 C2
RGB 113 130 194
HSL 227° 39.90% 60.20%
HSB/HSV 227° 41.75% 76.08%
CMYK 41.75% 32.99% 0.00%
23.92%

Color #7182C2 in popluar number systems.

HEX 71 82 C2
Decimal 113 130 194
Binary 1110001 10000010 11000010
Octal 161 202 302

Shades and tints

Shades of #7182C2

#7182C2
(113,130,194)
#6777B1
(103,119,177)
#5D6CA0
(93,108,160)
#53618F
(83,97,143)
#49567E
(73,86,126)
#3F4B6D
(63,75,109)
#35405C
(53,64,92)
#2B354B
(43,53,75)
#212A3A
(33,42,58)
#171F29
(23,31,41)
#0D1418
(13,20,24)
#000000
(0,0,0)

Tints of #7182C2

#7182C2
(113,130,194)
#7D8DC7
(125,141,199)
#8998CC
(137,152,204)
#95A3D1
(149,163,209)
#A1AED6
(161,174,214)
#ADB9DB
(173,185,219)
#B9C4E0
(185,196,224)
#C5CFE5
(197,207,229)
#D1DAEA
(209,218,234)
#DDE5EF
(221,229,239)
#E9F0F4
(233,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7182C2; }

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

This text font color is #7182C2.

Background Color

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

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

This div background color is #7182C2.

Border color

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

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

This div border color is #7182C2.

Opacity

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

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

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

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

This text has shadow with #7182C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7182C2.

Preview

Color preview on black background

This text has color #7182C2 on black background.


Color preview on white background

This text has color #7182C2 on white background.


Black color preview on #7182C2 background

This text has black color on #7182C2 background.


White color preview on #7182C2 background

This text has white color on #7182C2 background.


Related colors

Complementary color

Complementary color for #hex is #8E7D3D.


I love getcolorcode.com

Triadic colors

1 #C27182 and #82C271 with #7182C2 are triadic colors.

2 #C28271 and #8271C2 with #7182C2 are triadic colors.