COLOR #707CBA

HEX: #707CBA
RGB: (112,124,186)

Color info

#707CBA contains mainly blue color. Web safe color of #707CBA is #6666CC (or #66C).

RGB color model

#707CBA color RGB value is (112,124,186).

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

RGB channels and saturation

R 112 of 255 = 44%
G 124 of 255 = 49%
B 186 of 255 = 73%

112
124
186

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

Portions of RGB colors in percentages

R + G + B =
112 + 124 + 186 = 422 (100%)
R 112 of 422 ~ 26.54%
G 124 of 422 ~ 29.38%
B 186 of 422 ~ 44.08%

%26.54
%29.38
%44.08

CMYK color model

#707CBA color CMYK value is (40,33,0,27).

  • cyan value is 39.78%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(40,33,0,27)
C40M33Y0K27 
(40%,33%,0%,27%)
(0.40/0.33/0.00/0.27)	

CMYK percentages

%39.78
%33.33
%0
%27.06

Codes

Color #707CBA in popluar color models

707CBA
RGB112124186
HSL230°34.91%58.43%
HSB/HSV230°39.78%72.94%
CMYK39.78%33.33%0.00%
27.06%

Color #707CBA in popluar number systems.

HEX707CBA
Decimal112124186
Binary1110000111110010111010
Octal160174272

Shades and tints

Shades of #707CBA

#707CBA
(112,124,186)
#6671AA
(102,113,170)
#5C669A
(92,102,154)
#525B8A
(82,91,138)
#48507A
(72,80,122)
#3E456A
(62,69,106)
#343A5A
(52,58,90)
#2A2F4A
(42,47,74)
#20243A
(32,36,58)
#16192A
(22,25,42)
#0C0E1A
(12,14,26)
#000000
(0,0,0)

Tints of #707CBA

#707CBA
(112,124,186)
#7D87C0
(125,135,192)
#8A92C6
(138,146,198)
#979DCC
(151,157,204)
#A4A8D2
(164,168,210)
#B1B3D8
(177,179,216)
#BEBEDE
(190,190,222)
#CBC9E4
(203,201,228)
#D8D4EA
(216,212,234)
#E5DFF0
(229,223,240)
#F2EAF6
(242,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707CBA color. Also use rgb(112,124,186) instead hex code.

Text Font Color

.myTextColor { color: #707CBA; }

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

This text font color is #707CBA.


Background Color

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

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

This div background color is #707CBA.


Border color

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

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

This div border color is #707CBA.


Opacity

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

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

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

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

This text has shadow with #707CBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707CBA on black background.


Color preview on white background

This text has color #707CBA on white background.



Black color preview on #707CBA background

This text has black color on #707CBA background.


White color preview on #707CBA background

This text has white color on #707CBA background.