COLOR #707EB9

HEX: #707EB9
RGB: (112,126,185)

Color info

#707EB9 contains mainly green and blue colors. Web safe color of #707EB9 is #6666CC (or #66C).

RGB color model

#707EB9 color RGB value is (112,126,185).

  • red value is 112;
  • green value is 126;
  • blue value is 185.
RGB:
(112,126,185)
(44%,49%,73%)

RGB channels and saturation

R 112 of 255 = 44%
G 126 of 255 = 49%
B 185 of 255 = 73%

112
126
185

R + G + B ~ 55%. #707EB9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 126 + 185 = 423 (100%)
R 112 of 423 ~ 26.48%
G 126 of 423 ~ 29.79%
B 185 of 423 ~ 43.74%

%26.48
%29.79
%43.74

CMYK color model

#707EB9 color CMYK value is (39,32,0,27).

  • cyan value is 39.46%
  • magenta value is 31.89%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(39,32,0,27)
C39M32Y0K27 
(39%,32%,0%,27%)
(0.39/0.32/0.00/0.27)	

CMYK percentages

%39.46
%31.89
%0
%27.45

Codes

Color #707EB9 in popluar color models

707EB9
RGB112126185
HSL228°34.27%58.24%
HSB/HSV228°39.46%72.55%
CMYK39.46%31.89%0.00%
27.45%

Color #707EB9 in popluar number systems.

HEX707EB9
Decimal112126185
Binary1110000111111010111001
Octal160176271

Shades and tints

Shades of #707EB9

#707EB9
(112,126,185)
#6673A9
(102,115,169)
#5C6899
(92,104,153)
#525D89
(82,93,137)
#485279
(72,82,121)
#3E4769
(62,71,105)
#343C59
(52,60,89)
#2A3149
(42,49,73)
#202639
(32,38,57)
#161B29
(22,27,41)
#0C1019
(12,16,25)
#000000
(0,0,0)

Tints of #707EB9

#707EB9
(112,126,185)
#7D89BF
(125,137,191)
#8A94C5
(138,148,197)
#979FCB
(151,159,203)
#A4AAD1
(164,170,209)
#B1B5D7
(177,181,215)
#BEC0DD
(190,192,221)
#CBCBE3
(203,203,227)
#D8D6E9
(216,214,233)
#E5E1EF
(229,225,239)
#F2ECF5
(242,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707EB9 color. Also use rgb(112,126,185) instead hex code.

Text Font Color

.myTextColor { color: #707EB9; }

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

This text font color is #707EB9.


Background Color

.myBgColor { background-color: #707EB9; }

<div style="background-color:#707EB9">Inner text</div>

This div background color is #707EB9.


Border color

.myBorderColor { border: 1px solid #707EB9; }

<div style="border:3px solid #707EB9">Div</div>

This div border color is #707EB9.


Opacity

.myOpacity80 { color: #707EB9; opacity: 0.8; }

<p style="color:#707EB9;opacity:0.8;">80%</p>

Text with #707EB9 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 #707EB9;}

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

This text has shadow with #707EB9 color.

.textShadow {text-shadow: 3px 3px 1px #707EB9, 3px 3px 1px red;}

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

This text has shadow with #707EB9 primary color and red secondary color.


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

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

This text has shadow with #707EB9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707EB9 on black background.


Color preview on white background

This text has color #707EB9 on white background.



Black color preview on #707EB9 background

This text has black color on #707EB9 background.


White color preview on #707EB9 background

This text has white color on #707EB9 background.