COLOR #708DCE

HEX: #708DCE
RGB: (112,141,206)

Color info

#708DCE contains mainly blue color. Web safe color of #708DCE is #6699CC (or #69C).

RGB color model

#708DCE color RGB value is (112,141,206).

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

RGB channels and saturation

R 112 of 255 = 44%
G 141 of 255 = 55%
B 206 of 255 = 81%

112
141
206

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

Portions of RGB colors in percentages

R + G + B =
112 + 141 + 206 = 459 (100%)
R 112 of 459 ~ 24.4%
G 141 of 459 ~ 30.72%
B 206 of 459 ~ 44.88%

%24.4
%30.72
%44.88

CMYK color model

#708DCE color CMYK value is (46,32,0,19).

  • cyan value is 45.63%
  • magenta value is 31.55%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(46,32,0,19)
C46M32Y0K19 
(46%,32%,0%,19%)
(0.46/0.32/0.00/0.19)	

CMYK percentages

%45.63
%31.55
%0
%19.22

Codes

Color #708DCE in popluar color models

708DCE
RGB112141206
HSL221°48.96%62.35%
HSB/HSV221°45.63%80.78%
CMYK45.63%31.55%0.00%
19.22%

Color #708DCE in popluar number systems.

HEX708DCE
Decimal112141206
Binary11100001000110111001110
Octal160215316

Shades and tints

Shades of #708DCE

#708DCE
(112,141,206)
#6681BC
(102,129,188)
#5C75AA
(92,117,170)
#526998
(82,105,152)
#485D86
(72,93,134)
#3E5174
(62,81,116)
#344562
(52,69,98)
#2A3950
(42,57,80)
#202D3E
(32,45,62)
#16212C
(22,33,44)
#0C151A
(12,21,26)
#000000
(0,0,0)

Tints of #708DCE

#708DCE
(112,141,206)
#7D97D2
(125,151,210)
#8AA1D6
(138,161,214)
#97ABDA
(151,171,218)
#A4B5DE
(164,181,222)
#B1BFE2
(177,191,226)
#BEC9E6
(190,201,230)
#CBD3EA
(203,211,234)
#D8DDEE
(216,221,238)
#E5E7F2
(229,231,242)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708DCE; }

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

This text font color is #708DCE.


Background Color

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

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

This div background color is #708DCE.


Border color

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

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

This div border color is #708DCE.


Opacity

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

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

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

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

This text has shadow with #708DCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708DCE on black background.


Color preview on white background

This text has color #708DCE on white background.



Black color preview on #708DCE background

This text has black color on #708DCE background.


White color preview on #708DCE background

This text has white color on #708DCE background.