COLOR #708F9A

HEX: #708F9A
RGB: (112,143,154)

Color info

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

RGB color model

#708F9A color RGB value is (112,143,154).

  • red value is 112;
  • green value is 143;
  • blue value is 154.
RGB:
(112,143,154)
(44%,56%,60%)

RGB channels and saturation

R 112 of 255 = 44%
G 143 of 255 = 56%
B 154 of 255 = 60%

112
143
154

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

Portions of RGB colors in percentages

R + G + B =
112 + 143 + 154 = 409 (100%)
R 112 of 409 ~ 27.38%
G 143 of 409 ~ 34.96%
B 154 of 409 ~ 37.65%

%27.38
%34.96
%37.65

CMYK color model

#708F9A color CMYK value is (27,7,0,40).

  • cyan value is 27.27%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(27,7,0,40)
C27M7Y0K40 
(27%,7%,0%,40%)
(0.27/0.07/0.00/0.40)	

CMYK percentages

%27.27
%7.14
%0
%39.61

Codes

Color #708F9A in popluar color models

708F9A
RGB112143154
HSL196°17.21%52.16%
HSB/HSV196°27.27%60.39%
CMYK27.27%7.14%0.00%
39.61%

Color #708F9A in popluar number systems.

HEX708F9A
Decimal112143154
Binary11100001000111110011010
Octal160217232

Shades and tints

Shades of #708F9A

#708F9A
(112,143,154)
#66828C
(102,130,140)
#5C757E
(92,117,126)
#526870
(82,104,112)
#485B62
(72,91,98)
#3E4E54
(62,78,84)
#344146
(52,65,70)
#2A3438
(42,52,56)
#20272A
(32,39,42)
#161A1C
(22,26,28)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #708F9A

#708F9A
(112,143,154)
#7D99A3
(125,153,163)
#8AA3AC
(138,163,172)
#97ADB5
(151,173,181)
#A4B7BE
(164,183,190)
#B1C1C7
(177,193,199)
#BECBD0
(190,203,208)
#CBD5D9
(203,213,217)
#D8DFE2
(216,223,226)
#E5E9EB
(229,233,235)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708F9A color. Also use rgb(112,143,154) instead hex code.

Text Font Color

.myTextColor { color: #708F9A; }

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

This text font color is #708F9A.


Background Color

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

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

This div background color is #708F9A.


Border color

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

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

This div border color is #708F9A.


Opacity

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

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

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

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

This text has shadow with #708F9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708F9A on black background.


Color preview on white background

This text has color #708F9A on white background.



Black color preview on #708F9A background

This text has black color on #708F9A background.


White color preview on #708F9A background

This text has white color on #708F9A background.