COLOR #706C87

HEX: #706C87
RGB: (112,108,135)

Color info

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

RGB color model

#706C87 color RGB value is (112,108,135).

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

RGB channels and saturation

R 112 of 255 = 44%
G 108 of 255 = 42%
B 135 of 255 = 53%

112
108
135

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

Portions of RGB colors in percentages

R + G + B =
112 + 108 + 135 = 355 (100%)
R 112 of 355 ~ 31.55%
G 108 of 355 ~ 30.42%
B 135 of 355 ~ 38.03%

%31.55
%30.42
%38.03

CMYK color model

#706C87 color CMYK value is (17,20,0,47).

  • cyan value is 17.04%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(17,20,0,47)
C17M20Y0K47 
(17%,20%,0%,47%)
(0.17/0.20/0.00/0.47)	

CMYK percentages

%17.04
%20
%0
%47.06

Codes

Color #706C87 in popluar color models

706C87
RGB112108135
HSL249°11.11%47.65%
HSB/HSV249°20.00%52.94%
CMYK17.04%20.00%0.00%
47.06%

Color #706C87 in popluar number systems.

HEX706C87
Decimal112108135
Binary1110000110110010000111
Octal160154207

Shades and tints

Shades of #706C87

#706C87
(112,108,135)
#66637B
(102,99,123)
#5C5A6F
(92,90,111)
#525163
(82,81,99)
#484857
(72,72,87)
#3E3F4B
(62,63,75)
#34363F
(52,54,63)
#2A2D33
(42,45,51)
#202427
(32,36,39)
#161B1B
(22,27,27)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #706C87

#706C87
(112,108,135)
#7D7991
(125,121,145)
#8A869B
(138,134,155)
#9793A5
(151,147,165)
#A4A0AF
(164,160,175)
#B1ADB9
(177,173,185)
#BEBAC3
(190,186,195)
#CBC7CD
(203,199,205)
#D8D4D7
(216,212,215)
#E5E1E1
(229,225,225)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706C87; }

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

This text font color is #706C87.


Background Color

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

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

This div background color is #706C87.


Border color

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

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

This div border color is #706C87.


Opacity

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

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

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

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

This text has shadow with #706C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706C87 on black background.


Color preview on white background

This text has color #706C87 on white background.



Black color preview on #706C87 background

This text has black color on #706C87 background.


White color preview on #706C87 background

This text has white color on #706C87 background.