COLOR #708DD6

HEX: #708DD6
RGB: (112,141,214)

Color info

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

RGB color model

#708DD6 color RGB value is (112,141,214).

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

RGB channels and saturation

R 112 of 255 = 44%
G 141 of 255 = 55%
B 214 of 255 = 84%

112
141
214

R + G + B ~ 61%. #708DD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 141 + 214 = 467 (100%)
R 112 of 467 ~ 23.98%
G 141 of 467 ~ 30.19%
B 214 of 467 ~ 45.82%

%23.98
%30.19
%45.82

CMYK color model

#708DD6 color CMYK value is (48,34,0,16).

  • cyan value is 47.66%
  • magenta value is 34.11%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(48,34,0,16)
C48M34Y0K16 
(48%,34%,0%,16%)
(0.48/0.34/0.00/0.16)	

CMYK percentages

%47.66
%34.11
%0
%16.08

Codes

Color #708DD6 in popluar color models

708DD6
RGB112141214
HSL223°55.43%63.92%
HSB/HSV223°47.66%83.92%
CMYK47.66%34.11%0.00%
16.08%

Color #708DD6 in popluar number systems.

HEX708DD6
Decimal112141214
Binary11100001000110111010110
Octal160215326

Shades and tints

Shades of #708DD6

#708DD6
(112,141,214)
#6681C3
(102,129,195)
#5C75B0
(92,117,176)
#52699D
(82,105,157)
#485D8A
(72,93,138)
#3E5177
(62,81,119)
#344564
(52,69,100)
#2A3951
(42,57,81)
#202D3E
(32,45,62)
#16212B
(22,33,43)
#0C1518
(12,21,24)
#000000
(0,0,0)

Tints of #708DD6

#708DD6
(112,141,214)
#7D97D9
(125,151,217)
#8AA1DC
(138,161,220)
#97ABDF
(151,171,223)
#A4B5E2
(164,181,226)
#B1BFE5
(177,191,229)
#BEC9E8
(190,201,232)
#CBD3EB
(203,211,235)
#D8DDEE
(216,221,238)
#E5E7F1
(229,231,241)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708DD6; }

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

This text font color is #708DD6.


Background Color

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

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

This div background color is #708DD6.


Border color

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

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

This div border color is #708DD6.


Opacity

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

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

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

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

This text has shadow with #708DD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708DD6 on black background.


Color preview on white background

This text has color #708DD6 on white background.



Black color preview on #708DD6 background

This text has black color on #708DD6 background.


White color preview on #708DD6 background

This text has white color on #708DD6 background.