COLOR #708C99

HEX: #708C99 RGB: (112,140,153)

Color info

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

RGB color model

#708C99 color RGB value is (112,140,153).

RGB: (112,140,153) (44%, 55%, 60%)

RGB channels and saturation

R 112 of 255 = 44%
G 140 of 255 = 55%
B 153 of 255 = 60%

112
140
153

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

Portions of RGB colors in percentages

R + G + B = 112 + 140 + 153 = 405 (100%)
R 112 of 405 ~ 27.65%
G 140 of 405 ~ 34.57%
B 153 of 405 ~ 37.78'%

%27.65
%34.57
%37.78

CMYK color model

#708C99 color CMYK value is (27,8,0,40).

  • cyan value is 26.80%
  • magenta value is 8.50%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (27,8,0,40)
C27M8Y0K40 (27%, 8%, 0%, 40%)
(0.27 / 0.08 / 0.00 / 0.40)

CMYK percentages

%26.8
%8.5
%0
%40

Codes

Color #708C99 in popluar color models

70 8C 99
RGB 112 140 153
HSL 199° 16.73% 51.96%
HSB/HSV 199° 26.80% 60.00%
CMYK 26.80% 8.50% 0.00%
40.00%

Color #708C99 in popluar number systems.

HEX 70 8C 99
Decimal 112 140 153
Binary 1110000 10001100 10011001
Octal 160 214 231

Shades and tints

Shades of #708C99

#708C99
(112,140,153)
#66808C
(102,128,140)
#5C747F
(92,116,127)
#526872
(82,104,114)
#485C65
(72,92,101)
#3E5058
(62,80,88)
#34444B
(52,68,75)
#2A383E
(42,56,62)
#202C31
(32,44,49)
#162024
(22,32,36)
#0C1417
(12,20,23)
#000000
(0,0,0)

Tints of #708C99

#708C99
(112,140,153)
#7D96A2
(125,150,162)
#8AA0AB
(138,160,171)
#97AAB4
(151,170,180)
#A4B4BD
(164,180,189)
#B1BEC6
(177,190,198)
#BEC8CF
(190,200,207)
#CBD2D8
(203,210,216)
#D8DCE1
(216,220,225)
#E5E6EA
(229,230,234)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708C99 color. Also use rgb(112,140,153) instead hex code.

Text Font Color

.myTextColor { color: #708C99; }

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

This text font color is #708C99.

Background Color

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

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

This div background color is #708C99.

Border color

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

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

This div border color is #708C99.

Opacity

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

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

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

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

This text has shadow with #708C99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #708C99.

Preview

Color preview on black background

This text has color #708C99 on black background.


Color preview on white background

This text has color #708C99 on white background.


Black color preview on #708C99 background

This text has black color on #708C99 background.


White color preview on #708C99 background

This text has white color on #708C99 background.


Related colors

Complementary color

Complementary color for #hex is #8F7366.


I love getcolorcode.com

Triadic colors

1 #99708C and #8C9970 with #708C99 are triadic colors.

2 #998C70 and #8C7099 with #708C99 are triadic colors.