COLOR #706C81

HEX: #706C81
RGB: (112,108,129)

Color info

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

RGB color model

#706C81 color RGB value is (112,108,129).

  • red value is 112;
  • green value is 108;
  • blue value is 129.
RGB:
(112,108,129)
(44%,42%,51%)

RGB channels and saturation

R 112 of 255 = 44%
G 108 of 255 = 42%
B 129 of 255 = 51%

112
108
129

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

Portions of RGB colors in percentages

R + G + B =
112 + 108 + 129 = 349 (100%)
R 112 of 349 ~ 32.09%
G 108 of 349 ~ 30.95%
B 129 of 349 ~ 36.96%

%32.09
%30.95
%36.96

CMYK color model

#706C81 color CMYK value is (13,16,0,49).

  • cyan value is 13.18%
  • magenta value is 16.28%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(13,16,0,49)
C13M16Y0K49 
(13%,16%,0%,49%)
(0.13/0.16/0.00/0.49)	

CMYK percentages

%13.18
%16.28
%0
%49.41

Codes

Color #706C81 in popluar color models

706C81
RGB112108129
HSL251°8.86%46.47%
HSB/HSV251°16.28%50.59%
CMYK13.18%16.28%0.00%
49.41%

Color #706C81 in popluar number systems.

HEX706C81
Decimal112108129
Binary1110000110110010000001
Octal160154201

Shades and tints

Shades of #706C81

#706C81
(112,108,129)
#666376
(102,99,118)
#5C5A6B
(92,90,107)
#525160
(82,81,96)
#484855
(72,72,85)
#3E3F4A
(62,63,74)
#34363F
(52,54,63)
#2A2D34
(42,45,52)
#202429
(32,36,41)
#161B1E
(22,27,30)
#0C1213
(12,18,19)
#000000
(0,0,0)

Tints of #706C81

#706C81
(112,108,129)
#7D798C
(125,121,140)
#8A8697
(138,134,151)
#9793A2
(151,147,162)
#A4A0AD
(164,160,173)
#B1ADB8
(177,173,184)
#BEBAC3
(190,186,195)
#CBC7CE
(203,199,206)
#D8D4D9
(216,212,217)
#E5E1E4
(229,225,228)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706C81 color. Also use rgb(112,108,129) instead hex code.

Text Font Color

.myTextColor { color: #706C81; }

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

This text font color is #706C81.


Background Color

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

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

This div background color is #706C81.


Border color

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

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

This div border color is #706C81.


Opacity

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

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

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

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

This text has shadow with #706C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706C81 on black background.


Color preview on white background

This text has color #706C81 on white background.



Black color preview on #706C81 background

This text has black color on #706C81 background.


White color preview on #706C81 background

This text has white color on #706C81 background.