COLOR #708BB6

HEX: #708BB6 RGB: (112,139,182)

Color info

#708BB6 contains mainly green and blue colors. Web safe color of #708BB6 is #6699CC (or #69C).

RGB color model

#708BB6 color RGB value is (112,139,182).

RGB: (112,139,182) (44%, 55%, 71%)

RGB channels and saturation

R 112 of 255 = 44%
G 139 of 255 = 55%
B 182 of 255 = 71%

112
139
182

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

Portions of RGB colors in percentages

R + G + B = 112 + 139 + 182 = 433 (100%)
R 112 of 433 ~ 25.87%
G 139 of 433 ~ 32.1%
B 182 of 433 ~ 42.03'%

%25.87
%32.1
%42.03

CMYK color model

#708BB6 color CMYK value is (38,24,0,29).

  • cyan value is 38.46%
  • magenta value is 23.63%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (38,24,0,29)
C38M24Y0K29 (38%, 24%, 0%, 29%)
(0.38 / 0.24 / 0.00 / 0.29)

CMYK percentages

%38.46
%23.63
%0
%28.63

Codes

Color #708BB6 in popluar color models

70 8B B6
RGB 112 139 182
HSL 217° 32.41% 57.65%
HSB/HSV 217° 38.46% 71.37%
CMYK 38.46% 23.63% 0.00%
28.63%

Color #708BB6 in popluar number systems.

HEX 70 8B B6
Decimal 112 139 182
Binary 1110000 10001011 10110110
Octal 160 213 266

Shades and tints

Shades of #708BB6

#708BB6
(112,139,182)
#667FA6
(102,127,166)
#5C7396
(92,115,150)
#526786
(82,103,134)
#485B76
(72,91,118)
#3E4F66
(62,79,102)
#344356
(52,67,86)
#2A3746
(42,55,70)
#202B36
(32,43,54)
#161F26
(22,31,38)
#0C1316
(12,19,22)
#000000
(0,0,0)

Tints of #708BB6

#708BB6
(112,139,182)
#7D95BC
(125,149,188)
#8A9FC2
(138,159,194)
#97A9C8
(151,169,200)
#A4B3CE
(164,179,206)
#B1BDD4
(177,189,212)
#BEC7DA
(190,199,218)
#CBD1E0
(203,209,224)
#D8DBE6
(216,219,230)
#E5E5EC
(229,229,236)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708BB6 color. Also use rgb(112,139,182) instead hex code.

Text Font Color

.myTextColor { color: #708BB6; }

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

This text font color is #708BB6.

Background Color

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

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

This div background color is #708BB6.

Border color

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

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

This div border color is #708BB6.

Opacity

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

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

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

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

This text has shadow with #708BB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #708BB6.

Preview

Color preview on black background

This text has color #708BB6 on black background.


Color preview on white background

This text has color #708BB6 on white background.


Black color preview on #708BB6 background

This text has black color on #708BB6 background.


White color preview on #708BB6 background

This text has white color on #708BB6 background.


Related colors

Complementary color

Complementary color for #hex is #8F7449.


I love getcolorcode.com

Triadic colors

1 #B6708B and #8BB670 with #708BB6 are triadic colors.

2 #B68B70 and #8B70B6 with #708BB6 are triadic colors.