COLOR #708E97

HEX: #708E97
RGB: (112,142,151)

Color info

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

RGB color model

#708E97 color RGB value is (112,142,151).

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

RGB channels and saturation

R 112 of 255 = 44%
G 142 of 255 = 56%
B 151 of 255 = 59%

112
142
151

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

Portions of RGB colors in percentages

R + G + B =
112 + 142 + 151 = 405 (100%)
R 112 of 405 ~ 27.65%
G 142 of 405 ~ 35.06%
B 151 of 405 ~ 37.28%

%27.65
%35.06
%37.28

CMYK color model

#708E97 color CMYK value is (26,6,0,41).

  • cyan value is 25.83%
  • magenta value is 5.96%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(26,6,0,41)
C26M6Y0K41 
(26%,6%,0%,41%)
(0.26/0.06/0.00/0.41)	

CMYK percentages

%25.83
%5.96
%0
%40.78

Codes

Color #708E97 in popluar color models

708E97
RGB112142151
HSL194°15.79%51.57%
HSB/HSV194°25.83%59.22%
CMYK25.83%5.96%0.00%
40.78%

Color #708E97 in popluar number systems.

HEX708E97
Decimal112142151
Binary11100001000111010010111
Octal160216227

Shades and tints

Shades of #708E97

#708E97
(112,142,151)
#66828A
(102,130,138)
#5C767D
(92,118,125)
#526A70
(82,106,112)
#485E63
(72,94,99)
#3E5256
(62,82,86)
#344649
(52,70,73)
#2A3A3C
(42,58,60)
#202E2F
(32,46,47)
#162222
(22,34,34)
#0C1615
(12,22,21)
#000000
(0,0,0)

Tints of #708E97

#708E97
(112,142,151)
#7D98A0
(125,152,160)
#8AA2A9
(138,162,169)
#97ACB2
(151,172,178)
#A4B6BB
(164,182,187)
#B1C0C4
(177,192,196)
#BECACD
(190,202,205)
#CBD4D6
(203,212,214)
#D8DEDF
(216,222,223)
#E5E8E8
(229,232,232)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708E97; }

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

This text font color is #708E97.


Background Color

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

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

This div background color is #708E97.


Border color

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

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

This div border color is #708E97.


Opacity

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

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

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

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

This text has shadow with #708E97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708E97 on black background.


Color preview on white background

This text has color #708E97 on white background.



Black color preview on #708E97 background

This text has black color on #708E97 background.


White color preview on #708E97 background

This text has white color on #708E97 background.