COLOR #706DA4

HEX: #706DA4
RGB: (112,109,164)

Color info

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

RGB color model

#706DA4 color RGB value is (112,109,164).

  • red value is 112;
  • green value is 109;
  • blue value is 164.
RGB:
(112,109,164)
(44%,43%,64%)

RGB channels and saturation

R 112 of 255 = 44%
G 109 of 255 = 43%
B 164 of 255 = 64%

112
109
164

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

Portions of RGB colors in percentages

R + G + B =
112 + 109 + 164 = 385 (100%)
R 112 of 385 ~ 29.09%
G 109 of 385 ~ 28.31%
B 164 of 385 ~ 42.6%

%29.09
%28.31
%42.6

CMYK color model

#706DA4 color CMYK value is (32,34,0,36).

  • cyan value is 31.71%
  • magenta value is 33.54%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(32,34,0,36)
C32M34Y0K36 
(32%,34%,0%,36%)
(0.32/0.34/0.00/0.36)	

CMYK percentages

%31.71
%33.54
%0
%35.69

Codes

Color #706DA4 in popluar color models

706DA4
RGB112109164
HSL243°23.21%53.53%
HSB/HSV243°33.54%64.31%
CMYK31.71%33.54%0.00%
35.69%

Color #706DA4 in popluar number systems.

HEX706DA4
Decimal112109164
Binary1110000110110110100100
Octal160155244

Shades and tints

Shades of #706DA4

#706DA4
(112,109,164)
#666496
(102,100,150)
#5C5B88
(92,91,136)
#52527A
(82,82,122)
#48496C
(72,73,108)
#3E405E
(62,64,94)
#343750
(52,55,80)
#2A2E42
(42,46,66)
#202534
(32,37,52)
#161C26
(22,28,38)
#0C1318
(12,19,24)
#000000
(0,0,0)

Tints of #706DA4

#706DA4
(112,109,164)
#7D7AAC
(125,122,172)
#8A87B4
(138,135,180)
#9794BC
(151,148,188)
#A4A1C4
(164,161,196)
#B1AECC
(177,174,204)
#BEBBD4
(190,187,212)
#CBC8DC
(203,200,220)
#D8D5E4
(216,213,228)
#E5E2EC
(229,226,236)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706DA4 color. Also use rgb(112,109,164) instead hex code.

Text Font Color

.myTextColor { color: #706DA4; }

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

This text font color is #706DA4.


Background Color

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

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

This div background color is #706DA4.


Border color

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

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

This div border color is #706DA4.


Opacity

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

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

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

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

This text has shadow with #706DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706DA4 on black background.


Color preview on white background

This text has color #706DA4 on white background.



Black color preview on #706DA4 background

This text has black color on #706DA4 background.


White color preview on #706DA4 background

This text has white color on #706DA4 background.