COLOR #708EEF

HEX: #708EEF RGB: (112,142,239)

Color info

#708EEF contains mainly blue color. Web safe color of #708EEF is #6699FF (or #69F).

RGB color model

#708EEF color RGB value is (112,142,239).

RGB: (112,142,239) (44%, 56%, 94%)

RGB channels and saturation

R 112 of 255 = 44%
G 142 of 255 = 56%
B 239 of 255 = 94%

112
142
239

R + G + B ~ 65%. #708EEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 112 + 142 + 239 = 493 (100%)
R 112 of 493 ~ 22.72%
G 142 of 493 ~ 28.8%
B 239 of 493 ~ 48.48'%

%22.72
%28.8
%48.48

CMYK color model

#708EEF color CMYK value is (53,41,0,6).

  • cyan value is 53.14%
  • magenta value is 40.59%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (53,41,0,6)
C53M41Y0K6 (53%, 41%, 0%, 6%)
(0.53 / 0.41 / 0.00 / 0.06)

CMYK percentages

%53.14
%40.59
%0
%6.27

Codes

Color #708EEF in popluar color models

70 8E EF
RGB 112 142 239
HSL 226° 79.87% 68.82%
HSB/HSV 226° 53.14% 93.73%
CMYK 53.14% 40.59% 0.00%
6.27%

Color #708EEF in popluar number systems.

HEX 70 8E EF
Decimal 112 142 239
Binary 1110000 10001110 11101111
Octal 160 216 357

Shades and tints

Shades of #708EEF

#708EEF
(112,142,239)
#6682DA
(102,130,218)
#5C76C5
(92,118,197)
#526AB0
(82,106,176)
#485E9B
(72,94,155)
#3E5286
(62,82,134)
#344671
(52,70,113)
#2A3A5C
(42,58,92)
#202E47
(32,46,71)
#162232
(22,34,50)
#0C161D
(12,22,29)
#000000
(0,0,0)

Tints of #708EEF

#708EEF
(112,142,239)
#7D98F0
(125,152,240)
#8AA2F1
(138,162,241)
#97ACF2
(151,172,242)
#A4B6F3
(164,182,243)
#B1C0F4
(177,192,244)
#BECAF5
(190,202,245)
#CBD4F6
(203,212,246)
#D8DEF7
(216,222,247)
#E5E8F8
(229,232,248)
#F2F2F9
(242,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708EEF color. Also use rgb(112,142,239) instead hex code.

Text Font Color

.myTextColor { color: #708EEF; }

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

This text font color is #708EEF.

Background Color

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

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

This div background color is #708EEF.

Border color

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

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

This div border color is #708EEF.

Opacity

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

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

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

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

This text has shadow with #708EEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #708EEF.

Preview

Color preview on black background

This text has color #708EEF on black background.


Color preview on white background

This text has color #708EEF on white background.


Black color preview on #708EEF background

This text has black color on #708EEF background.


White color preview on #708EEF background

This text has white color on #708EEF background.


Related colors

Complementary color

Complementary color for #hex is #8F7110.


I love getcolorcode.com

Triadic colors

1 #EF708E and #8EEF70 with #708EEF are triadic colors.

2 #EF8E70 and #8E70EF with #708EEF are triadic colors.