COLOR #706FB7

HEX: #706FB7
RGB: (112,111,183)

Color info

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

RGB color model

#706FB7 color RGB value is (112,111,183).

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

RGB channels and saturation

R 112 of 255 = 44%
G 111 of 255 = 44%
B 183 of 255 = 72%

112
111
183

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

Portions of RGB colors in percentages

R + G + B =
112 + 111 + 183 = 406 (100%)
R 112 of 406 ~ 27.59%
G 111 of 406 ~ 27.34%
B 183 of 406 ~ 45.07%

%27.59
%27.34
%45.07

CMYK color model

#706FB7 color CMYK value is (39,39,0,28).

  • cyan value is 38.80%
  • magenta value is 39.34%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(39,39,0,28)
C39M39Y0K28 
(39%,39%,0%,28%)
(0.39/0.39/0.00/0.28)	

CMYK percentages

%38.8
%39.34
%0
%28.24

Codes

Color #706FB7 in popluar color models

706FB7
RGB112111183
HSL241°33.33%57.65%
HSB/HSV241°39.34%71.76%
CMYK38.80%39.34%0.00%
28.24%

Color #706FB7 in popluar number systems.

HEX706FB7
Decimal112111183
Binary1110000110111110110111
Octal160157267

Shades and tints

Shades of #706FB7

#706FB7
(112,111,183)
#6665A7
(102,101,167)
#5C5B97
(92,91,151)
#525187
(82,81,135)
#484777
(72,71,119)
#3E3D67
(62,61,103)
#343357
(52,51,87)
#2A2947
(42,41,71)
#201F37
(32,31,55)
#161527
(22,21,39)
#0C0B17
(12,11,23)
#000000
(0,0,0)

Tints of #706FB7

#706FB7
(112,111,183)
#7D7CBD
(125,124,189)
#8A89C3
(138,137,195)
#9796C9
(151,150,201)
#A4A3CF
(164,163,207)
#B1B0D5
(177,176,213)
#BEBDDB
(190,189,219)
#CBCAE1
(203,202,225)
#D8D7E7
(216,215,231)
#E5E4ED
(229,228,237)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706FB7; }

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

This text font color is #706FB7.


Background Color

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

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

This div background color is #706FB7.


Border color

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

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

This div border color is #706FB7.


Opacity

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

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

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

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

This text has shadow with #706FB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706FB7 on black background.


Color preview on white background

This text has color #706FB7 on white background.



Black color preview on #706FB7 background

This text has black color on #706FB7 background.


White color preview on #706FB7 background

This text has white color on #706FB7 background.