COLOR #708BB8

HEX: #708BB8
RGB: (112,139,184)

Color info

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

RGB color model

#708BB8 color RGB value is (112,139,184).

  • red value is 112;
  • green value is 139;
  • blue value is 184.
RGB:
(112,139,184)
(44%,55%,72%)

RGB channels and saturation

R 112 of 255 = 44%
G 139 of 255 = 55%
B 184 of 255 = 72%

112
139
184

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

Portions of RGB colors in percentages

R + G + B =
112 + 139 + 184 = 435 (100%)
R 112 of 435 ~ 25.75%
G 139 of 435 ~ 31.95%
B 184 of 435 ~ 42.3%

%25.75
%31.95
%42.3

CMYK color model

#708BB8 color CMYK value is (39,24,0,28).

  • cyan value is 39.13%
  • magenta value is 24.46%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(39,24,0,28)
C39M24Y0K28 
(39%,24%,0%,28%)
(0.39/0.24/0.00/0.28)	

CMYK percentages

%39.13
%24.46
%0
%27.84

Codes

Color #708BB8 in popluar color models

708BB8
RGB112139184
HSL218°33.64%58.04%
HSB/HSV218°39.13%72.16%
CMYK39.13%24.46%0.00%
27.84%

Color #708BB8 in popluar number systems.

HEX708BB8
Decimal112139184
Binary11100001000101110111000
Octal160213270

Shades and tints

Shades of #708BB8

#708BB8
(112,139,184)
#667FA8
(102,127,168)
#5C7398
(92,115,152)
#526788
(82,103,136)
#485B78
(72,91,120)
#3E4F68
(62,79,104)
#344358
(52,67,88)
#2A3748
(42,55,72)
#202B38
(32,43,56)
#161F28
(22,31,40)
#0C1318
(12,19,24)
#000000
(0,0,0)

Tints of #708BB8

#708BB8
(112,139,184)
#7D95BE
(125,149,190)
#8A9FC4
(138,159,196)
#97A9CA
(151,169,202)
#A4B3D0
(164,179,208)
#B1BDD6
(177,189,214)
#BEC7DC
(190,199,220)
#CBD1E2
(203,209,226)
#D8DBE8
(216,219,232)
#E5E5EE
(229,229,238)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708BB8; }

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

This text font color is #708BB8.


Background Color

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

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

This div background color is #708BB8.


Border color

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

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

This div border color is #708BB8.


Opacity

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

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

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

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

This text has shadow with #708BB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708BB8 on black background.


Color preview on white background

This text has color #708BB8 on white background.



Black color preview on #708BB8 background

This text has black color on #708BB8 background.


White color preview on #708BB8 background

This text has white color on #708BB8 background.