COLOR #706BAA

HEX: #706BAA
RGB: (112,107,170)

Color info

#706BAA contains mainly red and blue colors. Web safe color of #706BAA is #666699 (or #669).

RGB color model

#706BAA color RGB value is (112,107,170).

  • red value is 112;
  • green value is 107;
  • blue value is 170.
RGB:
(112,107,170)
(44%,42%,67%)

RGB channels and saturation

R 112 of 255 = 44%
G 107 of 255 = 42%
B 170 of 255 = 67%

112
107
170

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

Portions of RGB colors in percentages

R + G + B =
112 + 107 + 170 = 389 (100%)
R 112 of 389 ~ 28.79%
G 107 of 389 ~ 27.51%
B 170 of 389 ~ 43.7%

%28.79
%27.51
%43.7

CMYK color model

#706BAA color CMYK value is (34,37,0,33).

  • cyan value is 34.12%
  • magenta value is 37.06%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(34,37,0,33)
C34M37Y0K33 
(34%,37%,0%,33%)
(0.34/0.37/0.00/0.33)	

CMYK percentages

%34.12
%37.06
%0
%33.33

Codes

Color #706BAA in popluar color models

706BAA
RGB112107170
HSL245°27.04%54.31%
HSB/HSV245°37.06%66.67%
CMYK34.12%37.06%0.00%
33.33%

Color #706BAA in popluar number systems.

HEX706BAA
Decimal112107170
Binary1110000110101110101010
Octal160153252

Shades and tints

Shades of #706BAA

#706BAA
(112,107,170)
#66629B
(102,98,155)
#5C598C
(92,89,140)
#52507D
(82,80,125)
#48476E
(72,71,110)
#3E3E5F
(62,62,95)
#343550
(52,53,80)
#2A2C41
(42,44,65)
#202332
(32,35,50)
#161A23
(22,26,35)
#0C1114
(12,17,20)
#000000
(0,0,0)

Tints of #706BAA

#706BAA
(112,107,170)
#7D78B1
(125,120,177)
#8A85B8
(138,133,184)
#9792BF
(151,146,191)
#A49FC6
(164,159,198)
#B1ACCD
(177,172,205)
#BEB9D4
(190,185,212)
#CBC6DB
(203,198,219)
#D8D3E2
(216,211,226)
#E5E0E9
(229,224,233)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706BAA color. Also use rgb(112,107,170) instead hex code.

Text Font Color

.myTextColor { color: #706BAA; }

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

This text font color is #706BAA.


Background Color

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

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

This div background color is #706BAA.


Border color

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

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

This div border color is #706BAA.


Opacity

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

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

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

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

This text has shadow with #706BAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706BAA on black background.


Color preview on white background

This text has color #706BAA on white background.



Black color preview on #706BAA background

This text has black color on #706BAA background.


White color preview on #706BAA background

This text has white color on #706BAA background.