COLOR #708DC8

HEX: #708DC8
RGB: (112,141,200)

Color info

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

RGB color model

#708DC8 color RGB value is (112,141,200).

  • red value is 112;
  • green value is 141;
  • blue value is 200.
RGB:
(112,141,200)
(44%,55%,78%)

RGB channels and saturation

R 112 of 255 = 44%
G 141 of 255 = 55%
B 200 of 255 = 78%

112
141
200

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

Portions of RGB colors in percentages

R + G + B =
112 + 141 + 200 = 453 (100%)
R 112 of 453 ~ 24.72%
G 141 of 453 ~ 31.13%
B 200 of 453 ~ 44.15%

%24.72
%31.13
%44.15

CMYK color model

#708DC8 color CMYK value is (44,30,0,22).

  • cyan value is 44.00%
  • magenta value is 29.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(44,30,0,22)
C44M30Y0K22 
(44%,30%,0%,22%)
(0.44/0.30/0.00/0.22)	

CMYK percentages

%44
%29.5
%0
%21.57

Codes

Color #708DC8 in popluar color models

708DC8
RGB112141200
HSL220°44.44%61.18%
HSB/HSV220°44.00%78.43%
CMYK44.00%29.50%0.00%
21.57%

Color #708DC8 in popluar number systems.

HEX708DC8
Decimal112141200
Binary11100001000110111001000
Octal160215310

Shades and tints

Shades of #708DC8

#708DC8
(112,141,200)
#6681B6
(102,129,182)
#5C75A4
(92,117,164)
#526992
(82,105,146)
#485D80
(72,93,128)
#3E516E
(62,81,110)
#34455C
(52,69,92)
#2A394A
(42,57,74)
#202D38
(32,45,56)
#162126
(22,33,38)
#0C1514
(12,21,20)
#000000
(0,0,0)

Tints of #708DC8

#708DC8
(112,141,200)
#7D97CD
(125,151,205)
#8AA1D2
(138,161,210)
#97ABD7
(151,171,215)
#A4B5DC
(164,181,220)
#B1BFE1
(177,191,225)
#BEC9E6
(190,201,230)
#CBD3EB
(203,211,235)
#D8DDF0
(216,221,240)
#E5E7F5
(229,231,245)
#F2F1FA
(242,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708DC8 color. Also use rgb(112,141,200) instead hex code.

Text Font Color

.myTextColor { color: #708DC8; }

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

This text font color is #708DC8.


Background Color

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

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

This div background color is #708DC8.


Border color

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

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

This div border color is #708DC8.


Opacity

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

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

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

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

This text has shadow with #708DC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708DC8 on black background.


Color preview on white background

This text has color #708DC8 on white background.



Black color preview on #708DC8 background

This text has black color on #708DC8 background.


White color preview on #708DC8 background

This text has white color on #708DC8 background.