COLOR #708186

HEX: #708186
RGB: (112,129,134)

Color info

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

RGB color model

#708186 color RGB value is (112,129,134).

  • red value is 112;
  • green value is 129;
  • blue value is 134.
RGB:
(112,129,134)
(44%,51%,53%)

RGB channels and saturation

R 112 of 255 = 44%
G 129 of 255 = 51%
B 134 of 255 = 53%

112
129
134

R + G + B ~ 49%. #708186 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 129 + 134 = 375 (100%)
R 112 of 375 ~ 29.87%
G 129 of 375 ~ 34.4%
B 134 of 375 ~ 35.73%

%29.87
%34.4
%35.73

CMYK color model

#708186 color CMYK value is (16,4,0,47).

  • cyan value is 16.42%
  • magenta value is 3.73%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(16,4,0,47)
C16M4Y0K47 
(16%,4%,0%,47%)
(0.16/0.04/0.00/0.47)	

CMYK percentages

%16.42
%3.73
%0
%47.45

Codes

Color #708186 in popluar color models

708186
RGB112129134
HSL194°8.94%48.24%
HSB/HSV194°16.42%52.55%
CMYK16.42%3.73%0.00%
47.45%

Color #708186 in popluar number systems.

HEX708186
Decimal112129134
Binary11100001000000110000110
Octal160201206

Shades and tints

Shades of #708186

#708186
(112,129,134)
#66767A
(102,118,122)
#5C6B6E
(92,107,110)
#526062
(82,96,98)
#485556
(72,85,86)
#3E4A4A
(62,74,74)
#343F3E
(52,63,62)
#2A3432
(42,52,50)
#202926
(32,41,38)
#161E1A
(22,30,26)
#0C130E
(12,19,14)
#000000
(0,0,0)

Tints of #708186

#708186
(112,129,134)
#7D8C91
(125,140,145)
#8A979C
(138,151,156)
#97A2A7
(151,162,167)
#A4ADB2
(164,173,178)
#B1B8BD
(177,184,189)
#BEC3C8
(190,195,200)
#CBCED3
(203,206,211)
#D8D9DE
(216,217,222)
#E5E4E9
(229,228,233)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708186 color. Also use rgb(112,129,134) instead hex code.

Text Font Color

.myTextColor { color: #708186; }

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

This text font color is #708186.


Background Color

.myBgColor { background-color: #708186; }

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

This div background color is #708186.


Border color

.myBorderColor { border: 1px solid #708186; }

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

This div border color is #708186.


Opacity

.myOpacity80 { color: #708186; opacity: 0.8; }

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

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

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

This text has shadow with #708186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708186 on black background.


Color preview on white background

This text has color #708186 on white background.



Black color preview on #708186 background

This text has black color on #708186 background.


White color preview on #708186 background

This text has white color on #708186 background.