COLOR #708CA2

HEX: #708CA2
RGB: (112,140,162)

Color info

#708CA2 contains red, green and blue colors in about the same proportion. Web safe color of #708CA2 is #669999 (or #699).

RGB color model

#708CA2 color RGB value is (112,140,162).

  • red value is 112;
  • green value is 140;
  • blue value is 162.
RGB:
(112,140,162)
(44%,55%,64%)

RGB channels and saturation

R 112 of 255 = 44%
G 140 of 255 = 55%
B 162 of 255 = 64%

112
140
162

R + G + B ~ 54%. #708CA2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 140 + 162 = 414 (100%)
R 112 of 414 ~ 27.05%
G 140 of 414 ~ 33.82%
B 162 of 414 ~ 39.13%

%27.05
%33.82
%39.13

CMYK color model

#708CA2 color CMYK value is (31,14,0,36).

  • cyan value is 30.86%
  • magenta value is 13.58%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(31,14,0,36)
C31M14Y0K36 
(31%,14%,0%,36%)
(0.31/0.14/0.00/0.36)	

CMYK percentages

%30.86
%13.58
%0
%36.47

Codes

Color #708CA2 in popluar color models

708CA2
RGB112140162
HSL206°21.19%53.73%
HSB/HSV206°30.86%63.53%
CMYK30.86%13.58%0.00%
36.47%

Color #708CA2 in popluar number systems.

HEX708CA2
Decimal112140162
Binary11100001000110010100010
Octal160214242

Shades and tints

Shades of #708CA2

#708CA2
(112,140,162)
#668094
(102,128,148)
#5C7486
(92,116,134)
#526878
(82,104,120)
#485C6A
(72,92,106)
#3E505C
(62,80,92)
#34444E
(52,68,78)
#2A3840
(42,56,64)
#202C32
(32,44,50)
#162024
(22,32,36)
#0C1416
(12,20,22)
#000000
(0,0,0)

Tints of #708CA2

#708CA2
(112,140,162)
#7D96AA
(125,150,170)
#8AA0B2
(138,160,178)
#97AABA
(151,170,186)
#A4B4C2
(164,180,194)
#B1BECA
(177,190,202)
#BEC8D2
(190,200,210)
#CBD2DA
(203,210,218)
#D8DCE2
(216,220,226)
#E5E6EA
(229,230,234)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708CA2 color. Also use rgb(112,140,162) instead hex code.

Text Font Color

.myTextColor { color: #708CA2; }

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

This text font color is #708CA2.


Background Color

.myBgColor { background-color: #708CA2; }

<div style="background-color:#708CA2">Inner text</div>

This div background color is #708CA2.


Border color

.myBorderColor { border: 1px solid #708CA2; }

<div style="border:3px solid #708CA2">Div</div>

This div border color is #708CA2.


Opacity

.myOpacity80 { color: #708CA2; opacity: 0.8; }

<p style="color:#708CA2;opacity:0.8;">80%</p>

Text with #708CA2 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 #708CA2;}

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

This text has shadow with #708CA2 color.

.textShadow {text-shadow: 3px 3px 1px #708CA2, 3px 3px 1px red;}

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

This text has shadow with #708CA2 primary color and red secondary color.


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

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

This text has shadow with #708CA2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708CA2 on black background.


Color preview on white background

This text has color #708CA2 on white background.



Black color preview on #708CA2 background

This text has black color on #708CA2 background.


White color preview on #708CA2 background

This text has white color on #708CA2 background.