COLOR #7098C2

HEX: #7098C2
RGB: (112,152,194)

Color info

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

RGB color model

#7098C2 color RGB value is (112,152,194).

  • red value is 112;
  • green value is 152;
  • blue value is 194.
RGB:
(112,152,194)
(44%,60%,76%)

RGB channels and saturation

R 112 of 255 = 44%
G 152 of 255 = 60%
B 194 of 255 = 76%

112
152
194

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

Portions of RGB colors in percentages

R + G + B =
112 + 152 + 194 = 458 (100%)
R 112 of 458 ~ 24.45%
G 152 of 458 ~ 33.19%
B 194 of 458 ~ 42.36%

%24.45
%33.19
%42.36

CMYK color model

#7098C2 color CMYK value is (42,22,0,24).

  • cyan value is 42.27%
  • magenta value is 21.65%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(42,22,0,24)
C42M22Y0K24 
(42%,22%,0%,24%)
(0.42/0.22/0.00/0.24)	

CMYK percentages

%42.27
%21.65
%0
%23.92

Codes

Color #7098C2 in popluar color models

7098C2
RGB112152194
HSL211°40.20%60.00%
HSB/HSV211°42.27%76.08%
CMYK42.27%21.65%0.00%
23.92%

Color #7098C2 in popluar number systems.

HEX7098C2
Decimal112152194
Binary11100001001100011000010
Octal160230302

Shades and tints

Shades of #7098C2

#7098C2
(112,152,194)
#668BB1
(102,139,177)
#5C7EA0
(92,126,160)
#52718F
(82,113,143)
#48647E
(72,100,126)
#3E576D
(62,87,109)
#344A5C
(52,74,92)
#2A3D4B
(42,61,75)
#20303A
(32,48,58)
#162329
(22,35,41)
#0C1618
(12,22,24)
#000000
(0,0,0)

Tints of #7098C2

#7098C2
(112,152,194)
#7DA1C7
(125,161,199)
#8AAACC
(138,170,204)
#97B3D1
(151,179,209)
#A4BCD6
(164,188,214)
#B1C5DB
(177,197,219)
#BECEE0
(190,206,224)
#CBD7E5
(203,215,229)
#D8E0EA
(216,224,234)
#E5E9EF
(229,233,239)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7098C2 color. Also use rgb(112,152,194) instead hex code.

Text Font Color

.myTextColor { color: #7098C2; }

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

This text font color is #7098C2.


Background Color

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

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

This div background color is #7098C2.


Border color

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

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

This div border color is #7098C2.


Opacity

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

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

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

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

This text has shadow with #7098C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7098C2 on black background.


Color preview on white background

This text has color #7098C2 on white background.



Black color preview on #7098C2 background

This text has black color on #7098C2 background.


White color preview on #7098C2 background

This text has white color on #7098C2 background.