COLOR #706EBA

HEX: #706EBA
RGB: (112,110,186)

Color info

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

RGB color model

#706EBA color RGB value is (112,110,186).

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

RGB channels and saturation

R 112 of 255 = 44%
G 110 of 255 = 43%
B 186 of 255 = 73%

112
110
186

R + G + B ~ 53%. #706EBA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 110 + 186 = 408 (100%)
R 112 of 408 ~ 27.45%
G 110 of 408 ~ 26.96%
B 186 of 408 ~ 45.59%

%27.45
%26.96
%45.59

CMYK color model

#706EBA color CMYK value is (40,41,0,27).

  • cyan value is 39.78%
  • magenta value is 40.86%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(40,41,0,27)
C40M41Y0K27 
(40%,41%,0%,27%)
(0.40/0.41/0.00/0.27)	

CMYK percentages

%39.78
%40.86
%0
%27.06

Codes

Color #706EBA in popluar color models

706EBA
RGB112110186
HSL242°35.51%58.04%
HSB/HSV242°40.86%72.94%
CMYK39.78%40.86%0.00%
27.06%

Color #706EBA in popluar number systems.

HEX706EBA
Decimal112110186
Binary1110000110111010111010
Octal160156272

Shades and tints

Shades of #706EBA

#706EBA
(112,110,186)
#6664AA
(102,100,170)
#5C5A9A
(92,90,154)
#52508A
(82,80,138)
#48467A
(72,70,122)
#3E3C6A
(62,60,106)
#34325A
(52,50,90)
#2A284A
(42,40,74)
#201E3A
(32,30,58)
#16142A
(22,20,42)
#0C0A1A
(12,10,26)
#000000
(0,0,0)

Tints of #706EBA

#706EBA
(112,110,186)
#7D7BC0
(125,123,192)
#8A88C6
(138,136,198)
#9795CC
(151,149,204)
#A4A2D2
(164,162,210)
#B1AFD8
(177,175,216)
#BEBCDE
(190,188,222)
#CBC9E4
(203,201,228)
#D8D6EA
(216,214,234)
#E5E3F0
(229,227,240)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706EBA color. Also use rgb(112,110,186) instead hex code.

Text Font Color

.myTextColor { color: #706EBA; }

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

This text font color is #706EBA.


Background Color

.myBgColor { background-color: #706EBA; }

<div style="background-color:#706EBA">Inner text</div>

This div background color is #706EBA.


Border color

.myBorderColor { border: 1px solid #706EBA; }

<div style="border:3px solid #706EBA">Div</div>

This div border color is #706EBA.


Opacity

.myOpacity80 { color: #706EBA; opacity: 0.8; }

<p style="color:#706EBA;opacity:0.8;">80%</p>

Text with #706EBA 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 #706EBA;}

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

This text has shadow with #706EBA color.

.textShadow {text-shadow: 3px 3px 1px #706EBA, 3px 3px 1px red;}

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

This text has shadow with #706EBA primary color and red secondary color.


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

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

This text has shadow with #706EBA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706EBA on black background.


Color preview on white background

This text has color #706EBA on white background.



Black color preview on #706EBA background

This text has black color on #706EBA background.


White color preview on #706EBA background

This text has white color on #706EBA background.