COLOR #708A9B

HEX: #708A9B RGB: (112,138,155)

Color info

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

RGB color model

#708A9B color RGB value is (112,138,155).

RGB: (112,138,155) (44%, 54%, 61%)

RGB channels and saturation

R 112 of 255 = 44%
G 138 of 255 = 54%
B 155 of 255 = 61%

112
138
155

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

Portions of RGB colors in percentages

R + G + B = 112 + 138 + 155 = 405 (100%)
R 112 of 405 ~ 27.65%
G 138 of 405 ~ 34.07%
B 155 of 405 ~ 38.27'%

%27.65
%34.07
%38.27

CMYK color model

#708A9B color CMYK value is (28,11,0,39).

  • cyan value is 27.74%
  • magenta value is 10.97%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (28,11,0,39)
C28M11Y0K39 (28%, 11%, 0%, 39%)
(0.28 / 0.11 / 0.00 / 0.39)

CMYK percentages

%27.74
%10.97
%0
%39.22

Codes

Color #708A9B in popluar color models

70 8A 9B
RGB 112 138 155
HSL 204° 17.70% 52.35%
HSB/HSV 204° 27.74% 60.78%
CMYK 27.74% 10.97% 0.00%
39.22%

Color #708A9B in popluar number systems.

HEX 70 8A 9B
Decimal 112 138 155
Binary 1110000 10001010 10011011
Octal 160 212 233

Shades and tints

Shades of #708A9B

#708A9B
(112,138,155)
#667E8D
(102,126,141)
#5C727F
(92,114,127)
#526671
(82,102,113)
#485A63
(72,90,99)
#3E4E55
(62,78,85)
#344247
(52,66,71)
#2A3639
(42,54,57)
#202A2B
(32,42,43)
#161E1D
(22,30,29)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #708A9B

#708A9B
(112,138,155)
#7D94A4
(125,148,164)
#8A9EAD
(138,158,173)
#97A8B6
(151,168,182)
#A4B2BF
(164,178,191)
#B1BCC8
(177,188,200)
#BEC6D1
(190,198,209)
#CBD0DA
(203,208,218)
#D8DAE3
(216,218,227)
#E5E4EC
(229,228,236)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708A9B color. Also use rgb(112,138,155) instead hex code.

Text Font Color

.myTextColor { color: #708A9B; }

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

This text font color is #708A9B.

Background Color

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

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

This div background color is #708A9B.

Border color

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

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

This div border color is #708A9B.

Opacity

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

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

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

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

This text has shadow with #708A9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #708A9B.

Preview

Color preview on black background

This text has color #708A9B on black background.


Color preview on white background

This text has color #708A9B on white background.


Black color preview on #708A9B background

This text has black color on #708A9B background.


White color preview on #708A9B background

This text has white color on #708A9B background.


Related colors

Complementary color

Complementary color for #hex is #8F7564.


I love getcolorcode.com

Triadic colors

1 #9B708A and #8A9B70 with #708A9B are triadic colors.

2 #9B8A70 and #8A709B with #708A9B are triadic colors.