COLOR #706FAF

HEX: #706FAF
RGB: (112,111,175)

Color info

#706FAF contains mainly blue color. Web safe color of #706FAF is #666699 (or #669).

RGB color model

#706FAF color RGB value is (112,111,175).

  • red value is 112;
  • green value is 111;
  • blue value is 175.
RGB:
(112,111,175)
(44%,44%,69%)

RGB channels and saturation

R 112 of 255 = 44%
G 111 of 255 = 44%
B 175 of 255 = 69%

112
111
175

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

Portions of RGB colors in percentages

R + G + B =
112 + 111 + 175 = 398 (100%)
R 112 of 398 ~ 28.14%
G 111 of 398 ~ 27.89%
B 175 of 398 ~ 43.97%

%28.14
%27.89
%43.97

CMYK color model

#706FAF color CMYK value is (36,37,0,31).

  • cyan value is 36.00%
  • magenta value is 36.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(36,37,0,31)
C36M37Y0K31 
(36%,37%,0%,31%)
(0.36/0.37/0.00/0.31)	

CMYK percentages

%36
%36.57
%0
%31.37

Codes

Color #706FAF in popluar color models

706FAF
RGB112111175
HSL241°28.57%56.08%
HSB/HSV241°36.57%68.63%
CMYK36.00%36.57%0.00%
31.37%

Color #706FAF in popluar number systems.

HEX706FAF
Decimal112111175
Binary1110000110111110101111
Octal160157257

Shades and tints

Shades of #706FAF

#706FAF
(112,111,175)
#6665A0
(102,101,160)
#5C5B91
(92,91,145)
#525182
(82,81,130)
#484773
(72,71,115)
#3E3D64
(62,61,100)
#343355
(52,51,85)
#2A2946
(42,41,70)
#201F37
(32,31,55)
#161528
(22,21,40)
#0C0B19
(12,11,25)
#000000
(0,0,0)

Tints of #706FAF

#706FAF
(112,111,175)
#7D7CB6
(125,124,182)
#8A89BD
(138,137,189)
#9796C4
(151,150,196)
#A4A3CB
(164,163,203)
#B1B0D2
(177,176,210)
#BEBDD9
(190,189,217)
#CBCAE0
(203,202,224)
#D8D7E7
(216,215,231)
#E5E4EE
(229,228,238)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706FAF color. Also use rgb(112,111,175) instead hex code.

Text Font Color

.myTextColor { color: #706FAF; }

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

This text font color is #706FAF.


Background Color

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

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

This div background color is #706FAF.


Border color

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

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

This div border color is #706FAF.


Opacity

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

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

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

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

This text has shadow with #706FAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706FAF on black background.


Color preview on white background

This text has color #706FAF on white background.



Black color preview on #706FAF background

This text has black color on #706FAF background.


White color preview on #706FAF background

This text has white color on #706FAF background.