COLOR #708CD4

HEX: #708CD4
RGB: (112,140,212)

Color info

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

RGB color model

#708CD4 color RGB value is (112,140,212).

  • red value is 112;
  • green value is 140;
  • blue value is 212.
RGB:
(112,140,212)
(44%,55%,83%)

RGB channels and saturation

R 112 of 255 = 44%
G 140 of 255 = 55%
B 212 of 255 = 83%

112
140
212

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

Portions of RGB colors in percentages

R + G + B =
112 + 140 + 212 = 464 (100%)
R 112 of 464 ~ 24.14%
G 140 of 464 ~ 30.17%
B 212 of 464 ~ 45.69%

%24.14
%30.17
%45.69

CMYK color model

#708CD4 color CMYK value is (47,34,0,17).

  • cyan value is 47.17%
  • magenta value is 33.96%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(47,34,0,17)
C47M34Y0K17 
(47%,34%,0%,17%)
(0.47/0.34/0.00/0.17)	

CMYK percentages

%47.17
%33.96
%0
%16.86

Codes

Color #708CD4 in popluar color models

708CD4
RGB112140212
HSL223°53.76%63.53%
HSB/HSV223°47.17%83.14%
CMYK47.17%33.96%0.00%
16.86%

Color #708CD4 in popluar number systems.

HEX708CD4
Decimal112140212
Binary11100001000110011010100
Octal160214324

Shades and tints

Shades of #708CD4

#708CD4
(112,140,212)
#6680C1
(102,128,193)
#5C74AE
(92,116,174)
#52689B
(82,104,155)
#485C88
(72,92,136)
#3E5075
(62,80,117)
#344462
(52,68,98)
#2A384F
(42,56,79)
#202C3C
(32,44,60)
#162029
(22,32,41)
#0C1416
(12,20,22)
#000000
(0,0,0)

Tints of #708CD4

#708CD4
(112,140,212)
#7D96D7
(125,150,215)
#8AA0DA
(138,160,218)
#97AADD
(151,170,221)
#A4B4E0
(164,180,224)
#B1BEE3
(177,190,227)
#BEC8E6
(190,200,230)
#CBD2E9
(203,210,233)
#D8DCEC
(216,220,236)
#E5E6EF
(229,230,239)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708CD4 color. Also use rgb(112,140,212) instead hex code.

Text Font Color

.myTextColor { color: #708CD4; }

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

This text font color is #708CD4.


Background Color

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

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

This div background color is #708CD4.


Border color

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

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

This div border color is #708CD4.


Opacity

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

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

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

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

This text has shadow with #708CD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708CD4 on black background.


Color preview on white background

This text has color #708CD4 on white background.



Black color preview on #708CD4 background

This text has black color on #708CD4 background.


White color preview on #708CD4 background

This text has white color on #708CD4 background.