COLOR #706E83

HEX: #706E83
RGB: (112,110,131)

Color info

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

RGB color model

#706E83 color RGB value is (112,110,131).

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

RGB channels and saturation

R 112 of 255 = 44%
G 110 of 255 = 43%
B 131 of 255 = 51%

112
110
131

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

Portions of RGB colors in percentages

R + G + B =
112 + 110 + 131 = 353 (100%)
R 112 of 353 ~ 31.73%
G 110 of 353 ~ 31.16%
B 131 of 353 ~ 37.11%

%31.73
%31.16
%37.11

CMYK color model

#706E83 color CMYK value is (15,16,0,49).

  • cyan value is 14.50%
  • magenta value is 16.03%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(15,16,0,49)
C15M16Y0K49 
(15%,16%,0%,49%)
(0.15/0.16/0.00/0.49)	

CMYK percentages

%14.5
%16.03
%0
%48.63

Codes

Color #706E83 in popluar color models

706E83
RGB112110131
HSL246°8.71%47.25%
HSB/HSV246°16.03%51.37%
CMYK14.50%16.03%0.00%
48.63%

Color #706E83 in popluar number systems.

HEX706E83
Decimal112110131
Binary1110000110111010000011
Octal160156203

Shades and tints

Shades of #706E83

#706E83
(112,110,131)
#666478
(102,100,120)
#5C5A6D
(92,90,109)
#525062
(82,80,98)
#484657
(72,70,87)
#3E3C4C
(62,60,76)
#343241
(52,50,65)
#2A2836
(42,40,54)
#201E2B
(32,30,43)
#161420
(22,20,32)
#0C0A15
(12,10,21)
#000000
(0,0,0)

Tints of #706E83

#706E83
(112,110,131)
#7D7B8E
(125,123,142)
#8A8899
(138,136,153)
#9795A4
(151,149,164)
#A4A2AF
(164,162,175)
#B1AFBA
(177,175,186)
#BEBCC5
(190,188,197)
#CBC9D0
(203,201,208)
#D8D6DB
(216,214,219)
#E5E3E6
(229,227,230)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706E83; }

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

This text font color is #706E83.


Background Color

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

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

This div background color is #706E83.


Border color

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

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

This div border color is #706E83.


Opacity

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

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

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

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

This text has shadow with #706E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706E83 on black background.


Color preview on white background

This text has color #706E83 on white background.



Black color preview on #706E83 background

This text has black color on #706E83 background.


White color preview on #706E83 background

This text has white color on #706E83 background.