COLOR #7082C3

HEX: #7082C3
RGB: (112,130,195)

Color info

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

RGB color model

#7082C3 color RGB value is (112,130,195).

  • red value is 112;
  • green value is 130;
  • blue value is 195.
RGB:
(112,130,195)
(44%,51%,76%)

RGB channels and saturation

R 112 of 255 = 44%
G 130 of 255 = 51%
B 195 of 255 = 76%

112
130
195

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

Portions of RGB colors in percentages

R + G + B =
112 + 130 + 195 = 437 (100%)
R 112 of 437 ~ 25.63%
G 130 of 437 ~ 29.75%
B 195 of 437 ~ 44.62%

%25.63
%29.75
%44.62

CMYK color model

#7082C3 color CMYK value is (43,33,0,24).

  • cyan value is 42.56%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(43,33,0,24)
C43M33Y0K24 
(43%,33%,0%,24%)
(0.43/0.33/0.00/0.24)	

CMYK percentages

%42.56
%33.33
%0
%23.53

Codes

Color #7082C3 in popluar color models

7082C3
RGB112130195
HSL227°40.89%60.20%
HSB/HSV227°42.56%76.47%
CMYK42.56%33.33%0.00%
23.53%

Color #7082C3 in popluar number systems.

HEX7082C3
Decimal112130195
Binary11100001000001011000011
Octal160202303

Shades and tints

Shades of #7082C3

#7082C3
(112,130,195)
#6677B2
(102,119,178)
#5C6CA1
(92,108,161)
#526190
(82,97,144)
#48567F
(72,86,127)
#3E4B6E
(62,75,110)
#34405D
(52,64,93)
#2A354C
(42,53,76)
#202A3B
(32,42,59)
#161F2A
(22,31,42)
#0C1419
(12,20,25)
#000000
(0,0,0)

Tints of #7082C3

#7082C3
(112,130,195)
#7D8DC8
(125,141,200)
#8A98CD
(138,152,205)
#97A3D2
(151,163,210)
#A4AED7
(164,174,215)
#B1B9DC
(177,185,220)
#BEC4E1
(190,196,225)
#CBCFE6
(203,207,230)
#D8DAEB
(216,218,235)
#E5E5F0
(229,229,240)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7082C3 color. Also use rgb(112,130,195) instead hex code.

Text Font Color

.myTextColor { color: #7082C3; }

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

This text font color is #7082C3.


Background Color

.myBgColor { background-color: #7082C3; }

<div style="background-color:#7082C3">Inner text</div>

This div background color is #7082C3.


Border color

.myBorderColor { border: 1px solid #7082C3; }

<div style="border:3px solid #7082C3">Div</div>

This div border color is #7082C3.


Opacity

.myOpacity80 { color: #7082C3; opacity: 0.8; }

<p style="color:#7082C3;opacity:0.8;">80%</p>

Text with #7082C3 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 #7082C3;}

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

This text has shadow with #7082C3 color.

.textShadow {text-shadow: 3px 3px 1px #7082C3, 3px 3px 1px red;}

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

This text has shadow with #7082C3 primary color and red secondary color.


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

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

This text has shadow with #7082C3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7082C3 on black background.


Color preview on white background

This text has color #7082C3 on white background.



Black color preview on #7082C3 background

This text has black color on #7082C3 background.


White color preview on #7082C3 background

This text has white color on #7082C3 background.