COLOR #706F9E

HEX: #706F9E
RGB: (112,111,158)

Color info

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

RGB color model

#706F9E color RGB value is (112,111,158).

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

RGB channels and saturation

R 112 of 255 = 44%
G 111 of 255 = 44%
B 158 of 255 = 62%

112
111
158

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

Portions of RGB colors in percentages

R + G + B =
112 + 111 + 158 = 381 (100%)
R 112 of 381 ~ 29.4%
G 111 of 381 ~ 29.13%
B 158 of 381 ~ 41.47%

%29.4
%29.13
%41.47

CMYK color model

#706F9E color CMYK value is (29,30,0,38).

  • cyan value is 29.11%
  • magenta value is 29.75%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(29,30,0,38)
C29M30Y0K38 
(29%,30%,0%,38%)
(0.29/0.30/0.00/0.38)	

CMYK percentages

%29.11
%29.75
%0
%38.04

Codes

Color #706F9E in popluar color models

706F9E
RGB112111158
HSL241°19.50%52.75%
HSB/HSV241°29.75%61.96%
CMYK29.11%29.75%0.00%
38.04%

Color #706F9E in popluar number systems.

HEX706F9E
Decimal112111158
Binary1110000110111110011110
Octal160157236

Shades and tints

Shades of #706F9E

#706F9E
(112,111,158)
#666590
(102,101,144)
#5C5B82
(92,91,130)
#525174
(82,81,116)
#484766
(72,71,102)
#3E3D58
(62,61,88)
#34334A
(52,51,74)
#2A293C
(42,41,60)
#201F2E
(32,31,46)
#161520
(22,21,32)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #706F9E

#706F9E
(112,111,158)
#7D7CA6
(125,124,166)
#8A89AE
(138,137,174)
#9796B6
(151,150,182)
#A4A3BE
(164,163,190)
#B1B0C6
(177,176,198)
#BEBDCE
(190,189,206)
#CBCAD6
(203,202,214)
#D8D7DE
(216,215,222)
#E5E4E6
(229,228,230)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706F9E; }

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

This text font color is #706F9E.


Background Color

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

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

This div background color is #706F9E.


Border color

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

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

This div border color is #706F9E.


Opacity

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

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

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

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

This text has shadow with #706F9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706F9E on black background.


Color preview on white background

This text has color #706F9E on white background.



Black color preview on #706F9E background

This text has black color on #706F9E background.


White color preview on #706F9E background

This text has white color on #706F9E background.