COLOR #708F99

HEX: #708F99 RGB: (112,143,153)

Color info

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

RGB color model

#708F99 color RGB value is (112,143,153).

RGB: (112,143,153) (44%, 56%, 60%)

RGB channels and saturation

R 112 of 255 = 44%
G 143 of 255 = 56%
B 153 of 255 = 60%

112
143
153

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

Portions of RGB colors in percentages

R + G + B = 112 + 143 + 153 = 408 (100%)
R 112 of 408 ~ 27.45%
G 143 of 408 ~ 35.05%
B 153 of 408 ~ 37.5'%

%27.45
%35.05
%37.5

CMYK color model

#708F99 color CMYK value is (27,7,0,40).

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

CMYK: (27,7,0,40)
C27M7Y0K40 (27%, 7%, 0%, 40%)
(0.27 / 0.07 / 0.00 / 0.40)

CMYK percentages

%26.8
%6.54
%0
%40

Codes

Color #708F99 in popluar color models

70 8F 99
RGB 112 143 153
HSL 195° 16.73% 51.96%
HSB/HSV 195° 26.80% 60.00%
CMYK 26.80% 6.54% 0.00%
40.00%

Color #708F99 in popluar number systems.

HEX 70 8F 99
Decimal 112 143 153
Binary 1110000 10001111 10011001
Octal 160 217 231

Shades and tints

Shades of #708F99

#708F99
(112,143,153)
#66828C
(102,130,140)
#5C757F
(92,117,127)
#526872
(82,104,114)
#485B65
(72,91,101)
#3E4E58
(62,78,88)
#34414B
(52,65,75)
#2A343E
(42,52,62)
#202731
(32,39,49)
#161A24
(22,26,36)
#0C0D17
(12,13,23)
#000000
(0,0,0)

Tints of #708F99

#708F99
(112,143,153)
#7D99A2
(125,153,162)
#8AA3AB
(138,163,171)
#97ADB4
(151,173,180)
#A4B7BD
(164,183,189)
#B1C1C6
(177,193,198)
#BECBCF
(190,203,207)
#CBD5D8
(203,213,216)
#D8DFE1
(216,223,225)
#E5E9EA
(229,233,234)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708F99; }

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

This text font color is #708F99.

Background Color

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

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

This div background color is #708F99.

Border color

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

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

This div border color is #708F99.

Opacity

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

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

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

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

This text has shadow with #708F99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #708F99.

Preview

Color preview on black background

This text has color #708F99 on black background.


Color preview on white background

This text has color #708F99 on white background.


Black color preview on #708F99 background

This text has black color on #708F99 background.


White color preview on #708F99 background

This text has white color on #708F99 background.


Related colors

Complementary color

Complementary color for #hex is #8F7066.


I love getcolorcode.com

Triadic colors

1 #99708F and #8F9970 with #708F99 are triadic colors.

2 #998F70 and #8F7099 with #708F99 are triadic colors.