COLOR #708F95

HEX: #708F95
RGB: (112,143,149)

Color info

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

RGB color model

#708F95 color RGB value is (112,143,149).

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

RGB channels and saturation

R 112 of 255 = 44%
G 143 of 255 = 56%
B 149 of 255 = 58%

112
143
149

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

Portions of RGB colors in percentages

R + G + B =
112 + 143 + 149 = 404 (100%)
R 112 of 404 ~ 27.72%
G 143 of 404 ~ 35.4%
B 149 of 404 ~ 36.88%

%27.72
%35.4
%36.88

CMYK color model

#708F95 color CMYK value is (25,4,0,42).

  • cyan value is 24.83%
  • magenta value is 4.03%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(25,4,0,42)
C25M4Y0K42 
(25%,4%,0%,42%)
(0.25/0.04/0.00/0.42)	

CMYK percentages

%24.83
%4.03
%0
%41.57

Codes

Color #708F95 in popluar color models

708F95
RGB112143149
HSL190°14.86%51.18%
HSB/HSV190°24.83%58.43%
CMYK24.83%4.03%0.00%
41.57%

Color #708F95 in popluar number systems.

HEX708F95
Decimal112143149
Binary11100001000111110010101
Octal160217225

Shades and tints

Shades of #708F95

#708F95
(112,143,149)
#668288
(102,130,136)
#5C757B
(92,117,123)
#52686E
(82,104,110)
#485B61
(72,91,97)
#3E4E54
(62,78,84)
#344147
(52,65,71)
#2A343A
(42,52,58)
#20272D
(32,39,45)
#161A20
(22,26,32)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #708F95

#708F95
(112,143,149)
#7D999E
(125,153,158)
#8AA3A7
(138,163,167)
#97ADB0
(151,173,176)
#A4B7B9
(164,183,185)
#B1C1C2
(177,193,194)
#BECBCB
(190,203,203)
#CBD5D4
(203,213,212)
#D8DFDD
(216,223,221)
#E5E9E6
(229,233,230)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708F95; }

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

This text font color is #708F95.


Background Color

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

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

This div background color is #708F95.


Border color

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

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

This div border color is #708F95.


Opacity

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

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

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

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

This text has shadow with #708F95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708F95 on black background.


Color preview on white background

This text has color #708F95 on white background.



Black color preview on #708F95 background

This text has black color on #708F95 background.


White color preview on #708F95 background

This text has white color on #708F95 background.