COLOR #708FC3

HEX: #708FC3
RGB: (112,143,195)

Color info

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

RGB color model

#708FC3 color RGB value is (112,143,195).

  • red value is 112;
  • green value is 143;
  • blue value is 195.
RGB:
(112,143,195)
(44%,56%,76%)

RGB channels and saturation

R 112 of 255 = 44%
G 143 of 255 = 56%
B 195 of 255 = 76%

112
143
195

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

Portions of RGB colors in percentages

R + G + B =
112 + 143 + 195 = 450 (100%)
R 112 of 450 ~ 24.89%
G 143 of 450 ~ 31.78%
B 195 of 450 ~ 43.33%

%24.89
%31.78
%43.33

CMYK color model

#708FC3 color CMYK value is (43,27,0,24).

  • cyan value is 42.56%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(43,27,0,24)
C43M27Y0K24 
(43%,27%,0%,24%)
(0.43/0.27/0.00/0.24)	

CMYK percentages

%42.56
%26.67
%0
%23.53

Codes

Color #708FC3 in popluar color models

708FC3
RGB112143195
HSL218°40.89%60.20%
HSB/HSV218°42.56%76.47%
CMYK42.56%26.67%0.00%
23.53%

Color #708FC3 in popluar number systems.

HEX708FC3
Decimal112143195
Binary11100001000111111000011
Octal160217303

Shades and tints

Shades of #708FC3

#708FC3
(112,143,195)
#6682B2
(102,130,178)
#5C75A1
(92,117,161)
#526890
(82,104,144)
#485B7F
(72,91,127)
#3E4E6E
(62,78,110)
#34415D
(52,65,93)
#2A344C
(42,52,76)
#20273B
(32,39,59)
#161A2A
(22,26,42)
#0C0D19
(12,13,25)
#000000
(0,0,0)

Tints of #708FC3

#708FC3
(112,143,195)
#7D99C8
(125,153,200)
#8AA3CD
(138,163,205)
#97ADD2
(151,173,210)
#A4B7D7
(164,183,215)
#B1C1DC
(177,193,220)
#BECBE1
(190,203,225)
#CBD5E6
(203,213,230)
#D8DFEB
(216,223,235)
#E5E9F0
(229,233,240)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708FC3 color. Also use rgb(112,143,195) instead hex code.

Text Font Color

.myTextColor { color: #708FC3; }

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

This text font color is #708FC3.


Background Color

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

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

This div background color is #708FC3.


Border color

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

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

This div border color is #708FC3.


Opacity

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

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

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

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

This text has shadow with #708FC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708FC3 on black background.


Color preview on white background

This text has color #708FC3 on white background.



Black color preview on #708FC3 background

This text has black color on #708FC3 background.


White color preview on #708FC3 background

This text has white color on #708FC3 background.