COLOR #708E95

HEX: #708E95 RGB: (112,142,149)

Color info

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

RGB color model

#708E95 color RGB value is (112,142,149).

RGB: (112,142,149) (44%, 56%, 58%)

RGB channels and saturation

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

112
142
149

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

Portions of RGB colors in percentages

R + G + B = 112 + 142 + 149 = 403 (100%)
R 112 of 403 ~ 27.79%
G 142 of 403 ~ 35.24%
B 149 of 403 ~ 36.97'%

%27.79
%35.24
%36.97

CMYK color model

#708E95 color CMYK value is (25,5,0,42).

  • cyan value is 24.83%
  • magenta value is 4.70%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (25,5,0,42)
C25M5Y0K42 (25%, 5%, 0%, 42%)
(0.25 / 0.05 / 0.00 / 0.42)

CMYK percentages

%24.83
%4.7
%0
%41.57

Codes

Color #708E95 in popluar color models

70 8E 95
RGB 112 142 149
HSL 191° 14.86% 51.18%
HSB/HSV 191° 24.83% 58.43%
CMYK 24.83% 4.70% 0.00%
41.57%

Color #708E95 in popluar number systems.

HEX 70 8E 95
Decimal 112 142 149
Binary 1110000 10001110 10010101
Octal 160 216 225

Shades and tints

Shades of #708E95

#708E95
(112,142,149)
#668288
(102,130,136)
#5C767B
(92,118,123)
#526A6E
(82,106,110)
#485E61
(72,94,97)
#3E5254
(62,82,84)
#344647
(52,70,71)
#2A3A3A
(42,58,58)
#202E2D
(32,46,45)
#162220
(22,34,32)
#0C1613
(12,22,19)
#000000
(0,0,0)

Tints of #708E95

#708E95
(112,142,149)
#7D989E
(125,152,158)
#8AA2A7
(138,162,167)
#97ACB0
(151,172,176)
#A4B6B9
(164,182,185)
#B1C0C2
(177,192,194)
#BECACB
(190,202,203)
#CBD4D4
(203,212,212)
#D8DEDD
(216,222,221)
#E5E8E6
(229,232,230)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708E95; }

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

This text font color is #708E95.

Background Color

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

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

This div background color is #708E95.

Border color

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

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

This div border color is #708E95.

Opacity

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

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

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

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

This text has shadow with #708E95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #708E95.

Preview

Color preview on black background

This text has color #708E95 on black background.


Color preview on white background

This text has color #708E95 on white background.


Black color preview on #708E95 background

This text has black color on #708E95 background.


White color preview on #708E95 background

This text has white color on #708E95 background.


Related colors

Complementary color

Complementary color for #hex is #8F716A.


I love getcolorcode.com

Triadic colors

1 #95708E and #8E9570 with #708E95 are triadic colors.

2 #958E70 and #8E7095 with #708E95 are triadic colors.