COLOR #708CAA

HEX: #708CAA
RGB: (112,140,170)

Color info

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

RGB color model

#708CAA color RGB value is (112,140,170).

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

RGB channels and saturation

R 112 of 255 = 44%
G 140 of 255 = 55%
B 170 of 255 = 67%

112
140
170

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

Portions of RGB colors in percentages

R + G + B =
112 + 140 + 170 = 422 (100%)
R 112 of 422 ~ 26.54%
G 140 of 422 ~ 33.18%
B 170 of 422 ~ 40.28%

%26.54
%33.18
%40.28

CMYK color model

#708CAA color CMYK value is (34,18,0,33).

  • cyan value is 34.12%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(34,18,0,33)
C34M18Y0K33 
(34%,18%,0%,33%)
(0.34/0.18/0.00/0.33)	

CMYK percentages

%34.12
%17.65
%0
%33.33

Codes

Color #708CAA in popluar color models

708CAA
RGB112140170
HSL211°25.44%55.29%
HSB/HSV211°34.12%66.67%
CMYK34.12%17.65%0.00%
33.33%

Color #708CAA in popluar number systems.

HEX708CAA
Decimal112140170
Binary11100001000110010101010
Octal160214252

Shades and tints

Shades of #708CAA

#708CAA
(112,140,170)
#66809B
(102,128,155)
#5C748C
(92,116,140)
#52687D
(82,104,125)
#485C6E
(72,92,110)
#3E505F
(62,80,95)
#344450
(52,68,80)
#2A3841
(42,56,65)
#202C32
(32,44,50)
#162023
(22,32,35)
#0C1414
(12,20,20)
#000000
(0,0,0)

Tints of #708CAA

#708CAA
(112,140,170)
#7D96B1
(125,150,177)
#8AA0B8
(138,160,184)
#97AABF
(151,170,191)
#A4B4C6
(164,180,198)
#B1BECD
(177,190,205)
#BEC8D4
(190,200,212)
#CBD2DB
(203,210,219)
#D8DCE2
(216,220,226)
#E5E6E9
(229,230,233)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708CAA; }

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

This text font color is #708CAA.


Background Color

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

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

This div background color is #708CAA.


Border color

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

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

This div border color is #708CAA.


Opacity

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

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

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

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

This text has shadow with #708CAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708CAA on black background.


Color preview on white background

This text has color #708CAA on white background.



Black color preview on #708CAA background

This text has black color on #708CAA background.


White color preview on #708CAA background

This text has white color on #708CAA background.