COLOR #706CA2

HEX: #706CA2
RGB: (112,108,162)

Color info

#706CA2 contains red, green and blue colors in about the same proportion. Web safe color of #706CA2 is #666699 (or #669).

RGB color model

#706CA2 color RGB value is (112,108,162).

  • red value is 112;
  • green value is 108;
  • blue value is 162.
RGB:
(112,108,162)
(44%,42%,64%)

RGB channels and saturation

R 112 of 255 = 44%
G 108 of 255 = 42%
B 162 of 255 = 64%

112
108
162

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

Portions of RGB colors in percentages

R + G + B =
112 + 108 + 162 = 382 (100%)
R 112 of 382 ~ 29.32%
G 108 of 382 ~ 28.27%
B 162 of 382 ~ 42.41%

%29.32
%28.27
%42.41

CMYK color model

#706CA2 color CMYK value is (31,33,0,36).

  • cyan value is 30.86%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(31,33,0,36)
C31M33Y0K36 
(31%,33%,0%,36%)
(0.31/0.33/0.00/0.36)	

CMYK percentages

%30.86
%33.33
%0
%36.47

Codes

Color #706CA2 in popluar color models

706CA2
RGB112108162
HSL244°22.50%52.94%
HSB/HSV244°33.33%63.53%
CMYK30.86%33.33%0.00%
36.47%

Color #706CA2 in popluar number systems.

HEX706CA2
Decimal112108162
Binary1110000110110010100010
Octal160154242

Shades and tints

Shades of #706CA2

#706CA2
(112,108,162)
#666394
(102,99,148)
#5C5A86
(92,90,134)
#525178
(82,81,120)
#48486A
(72,72,106)
#3E3F5C
(62,63,92)
#34364E
(52,54,78)
#2A2D40
(42,45,64)
#202432
(32,36,50)
#161B24
(22,27,36)
#0C1216
(12,18,22)
#000000
(0,0,0)

Tints of #706CA2

#706CA2
(112,108,162)
#7D79AA
(125,121,170)
#8A86B2
(138,134,178)
#9793BA
(151,147,186)
#A4A0C2
(164,160,194)
#B1ADCA
(177,173,202)
#BEBAD2
(190,186,210)
#CBC7DA
(203,199,218)
#D8D4E2
(216,212,226)
#E5E1EA
(229,225,234)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706CA2 color. Also use rgb(112,108,162) instead hex code.

Text Font Color

.myTextColor { color: #706CA2; }

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

This text font color is #706CA2.


Background Color

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

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

This div background color is #706CA2.


Border color

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

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

This div border color is #706CA2.


Opacity

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

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

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

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

This text has shadow with #706CA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706CA2 on black background.


Color preview on white background

This text has color #706CA2 on white background.



Black color preview on #706CA2 background

This text has black color on #706CA2 background.


White color preview on #706CA2 background

This text has white color on #706CA2 background.