COLOR #708A9A

HEX: #708A9A
RGB: (112,138,154)

Color info

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

RGB color model

#708A9A color RGB value is (112,138,154).

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

RGB channels and saturation

R 112 of 255 = 44%
G 138 of 255 = 54%
B 154 of 255 = 60%

112
138
154

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

Portions of RGB colors in percentages

R + G + B =
112 + 138 + 154 = 404 (100%)
R 112 of 404 ~ 27.72%
G 138 of 404 ~ 34.16%
B 154 of 404 ~ 38.12%

%27.72
%34.16
%38.12

CMYK color model

#708A9A color CMYK value is (27,10,0,40).

  • cyan value is 27.27%
  • magenta value is 10.39%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(27,10,0,40)
C27M10Y0K40 
(27%,10%,0%,40%)
(0.27/0.10/0.00/0.40)	

CMYK percentages

%27.27
%10.39
%0
%39.61

Codes

Color #708A9A in popluar color models

708A9A
RGB112138154
HSL203°17.21%52.16%
HSB/HSV203°27.27%60.39%
CMYK27.27%10.39%0.00%
39.61%

Color #708A9A in popluar number systems.

HEX708A9A
Decimal112138154
Binary11100001000101010011010
Octal160212232

Shades and tints

Shades of #708A9A

#708A9A
(112,138,154)
#667E8C
(102,126,140)
#5C727E
(92,114,126)
#526670
(82,102,112)
#485A62
(72,90,98)
#3E4E54
(62,78,84)
#344246
(52,66,70)
#2A3638
(42,54,56)
#202A2A
(32,42,42)
#161E1C
(22,30,28)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #708A9A

#708A9A
(112,138,154)
#7D94A3
(125,148,163)
#8A9EAC
(138,158,172)
#97A8B5
(151,168,181)
#A4B2BE
(164,178,190)
#B1BCC7
(177,188,199)
#BEC6D0
(190,198,208)
#CBD0D9
(203,208,217)
#D8DAE2
(216,218,226)
#E5E4EB
(229,228,235)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708A9A; }

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

This text font color is #708A9A.


Background Color

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

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

This div background color is #708A9A.


Border color

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

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

This div border color is #708A9A.


Opacity

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

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

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

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

This text has shadow with #708A9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708A9A on black background.


Color preview on white background

This text has color #708A9A on white background.



Black color preview on #708A9A background

This text has black color on #708A9A background.


White color preview on #708A9A background

This text has white color on #708A9A background.