COLOR #708E8F

HEX: #708E8F
RGB: (112,142,143)

Color info

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

RGB color model

#708E8F color RGB value is (112,142,143).

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

RGB channels and saturation

R 112 of 255 = 44%
G 142 of 255 = 56%
B 143 of 255 = 56%

112
142
143

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

Portions of RGB colors in percentages

R + G + B =
112 + 142 + 143 = 397 (100%)
R 112 of 397 ~ 28.21%
G 142 of 397 ~ 35.77%
B 143 of 397 ~ 36.02%

%28.21
%35.77
%36.02

CMYK color model

#708E8F color CMYK value is (22,1,0,44).

  • cyan value is 21.68%
  • magenta value is 0.70%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(22,1,0,44)
C22M1Y0K44 
(22%,1%,0%,44%)
(0.22/0.01/0.00/0.44)	

CMYK percentages

%21.68
%0.7
%0
%43.92

Codes

Color #708E8F in popluar color models

708E8F
RGB112142143
HSL182°12.16%50.00%
HSB/HSV182°21.68%56.08%
CMYK21.68%0.70%0.00%
43.92%

Color #708E8F in popluar number systems.

HEX708E8F
Decimal112142143
Binary11100001000111010001111
Octal160216217

Shades and tints

Shades of #708E8F

#708E8F
(112,142,143)
#668282
(102,130,130)
#5C7675
(92,118,117)
#526A68
(82,106,104)
#485E5B
(72,94,91)
#3E524E
(62,82,78)
#344641
(52,70,65)
#2A3A34
(42,58,52)
#202E27
(32,46,39)
#16221A
(22,34,26)
#0C160D
(12,22,13)
#000000
(0,0,0)

Tints of #708E8F

#708E8F
(112,142,143)
#7D9899
(125,152,153)
#8AA2A3
(138,162,163)
#97ACAD
(151,172,173)
#A4B6B7
(164,182,183)
#B1C0C1
(177,192,193)
#BECACB
(190,202,203)
#CBD4D5
(203,212,213)
#D8DEDF
(216,222,223)
#E5E8E9
(229,232,233)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708E8F; }

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

This text font color is #708E8F.


Background Color

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

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

This div background color is #708E8F.


Border color

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

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

This div border color is #708E8F.


Opacity

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

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

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

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

This text has shadow with #708E8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708E8F on black background.


Color preview on white background

This text has color #708E8F on white background.



Black color preview on #708E8F background

This text has black color on #708E8F background.


White color preview on #708E8F background

This text has white color on #708E8F background.