COLOR #708895

HEX: #708895
RGB: (112,136,149)

Color info

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

RGB color model

#708895 color RGB value is (112,136,149).

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

RGB channels and saturation

R 112 of 255 = 44%
G 136 of 255 = 53%
B 149 of 255 = 58%

112
136
149

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

Portions of RGB colors in percentages

R + G + B =
112 + 136 + 149 = 397 (100%)
R 112 of 397 ~ 28.21%
G 136 of 397 ~ 34.26%
B 149 of 397 ~ 37.53%

%28.21
%34.26
%37.53

CMYK color model

#708895 color CMYK value is (25,9,0,42).

  • cyan value is 24.83%
  • magenta value is 8.72%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(25,9,0,42)
C25M9Y0K42 
(25%,9%,0%,42%)
(0.25/0.09/0.00/0.42)	

CMYK percentages

%24.83
%8.72
%0
%41.57

Codes

Color #708895 in popluar color models

708895
RGB112136149
HSL201°14.86%51.18%
HSB/HSV201°24.83%58.43%
CMYK24.83%8.72%0.00%
41.57%

Color #708895 in popluar number systems.

HEX708895
Decimal112136149
Binary11100001000100010010101
Octal160210225

Shades and tints

Shades of #708895

#708895
(112,136,149)
#667C88
(102,124,136)
#5C707B
(92,112,123)
#52646E
(82,100,110)
#485861
(72,88,97)
#3E4C54
(62,76,84)
#344047
(52,64,71)
#2A343A
(42,52,58)
#20282D
(32,40,45)
#161C20
(22,28,32)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #708895

#708895
(112,136,149)
#7D929E
(125,146,158)
#8A9CA7
(138,156,167)
#97A6B0
(151,166,176)
#A4B0B9
(164,176,185)
#B1BAC2
(177,186,194)
#BEC4CB
(190,196,203)
#CBCED4
(203,206,212)
#D8D8DD
(216,216,221)
#E5E2E6
(229,226,230)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708895; }

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

This text font color is #708895.


Background Color

.myBgColor { background-color: #708895; }

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

This div background color is #708895.


Border color

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

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

This div border color is #708895.


Opacity

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

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

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

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

This text has shadow with #708895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708895 on black background.


Color preview on white background

This text has color #708895 on white background.



Black color preview on #708895 background

This text has black color on #708895 background.


White color preview on #708895 background

This text has white color on #708895 background.