COLOR #706E8D

HEX: #706E8D
RGB: (112,110,141)

Color info

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

RGB color model

#706E8D color RGB value is (112,110,141).

  • red value is 112;
  • green value is 110;
  • blue value is 141.
RGB:
(112,110,141)
(44%,43%,55%)

RGB channels and saturation

R 112 of 255 = 44%
G 110 of 255 = 43%
B 141 of 255 = 55%

112
110
141

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

Portions of RGB colors in percentages

R + G + B =
112 + 110 + 141 = 363 (100%)
R 112 of 363 ~ 30.85%
G 110 of 363 ~ 30.3%
B 141 of 363 ~ 38.84%

%30.85
%30.3
%38.84

CMYK color model

#706E8D color CMYK value is (21,22,0,45).

  • cyan value is 20.57%
  • magenta value is 21.99%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(21,22,0,45)
C21M22Y0K45 
(21%,22%,0%,45%)
(0.21/0.22/0.00/0.45)	

CMYK percentages

%20.57
%21.99
%0
%44.71

Codes

Color #706E8D in popluar color models

706E8D
RGB112110141
HSL244°12.35%49.22%
HSB/HSV244°21.99%55.29%
CMYK20.57%21.99%0.00%
44.71%

Color #706E8D in popluar number systems.

HEX706E8D
Decimal112110141
Binary1110000110111010001101
Octal160156215

Shades and tints

Shades of #706E8D

#706E8D
(112,110,141)
#666481
(102,100,129)
#5C5A75
(92,90,117)
#525069
(82,80,105)
#48465D
(72,70,93)
#3E3C51
(62,60,81)
#343245
(52,50,69)
#2A2839
(42,40,57)
#201E2D
(32,30,45)
#161421
(22,20,33)
#0C0A15
(12,10,21)
#000000
(0,0,0)

Tints of #706E8D

#706E8D
(112,110,141)
#7D7B97
(125,123,151)
#8A88A1
(138,136,161)
#9795AB
(151,149,171)
#A4A2B5
(164,162,181)
#B1AFBF
(177,175,191)
#BEBCC9
(190,188,201)
#CBC9D3
(203,201,211)
#D8D6DD
(216,214,221)
#E5E3E7
(229,227,231)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706E8D color. Also use rgb(112,110,141) instead hex code.

Text Font Color

.myTextColor { color: #706E8D; }

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

This text font color is #706E8D.


Background Color

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

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

This div background color is #706E8D.


Border color

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

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

This div border color is #706E8D.


Opacity

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

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

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

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

This text has shadow with #706E8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706E8D on black background.


Color preview on white background

This text has color #706E8D on white background.



Black color preview on #706E8D background

This text has black color on #706E8D background.


White color preview on #706E8D background

This text has white color on #706E8D background.