COLOR #706B89

HEX: #706B89
RGB: (112,107,137)

Color info

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

RGB color model

#706B89 color RGB value is (112,107,137).

  • red value is 112;
  • green value is 107;
  • blue value is 137.
RGB:
(112,107,137)
(44%,42%,54%)

RGB channels and saturation

R 112 of 255 = 44%
G 107 of 255 = 42%
B 137 of 255 = 54%

112
107
137

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

Portions of RGB colors in percentages

R + G + B =
112 + 107 + 137 = 356 (100%)
R 112 of 356 ~ 31.46%
G 107 of 356 ~ 30.06%
B 137 of 356 ~ 38.48%

%31.46
%30.06
%38.48

CMYK color model

#706B89 color CMYK value is (18,22,0,46).

  • cyan value is 18.25%
  • magenta value is 21.90%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(18,22,0,46)
C18M22Y0K46 
(18%,22%,0%,46%)
(0.18/0.22/0.00/0.46)	

CMYK percentages

%18.25
%21.9
%0
%46.27

Codes

Color #706B89 in popluar color models

706B89
RGB112107137
HSL250°12.30%47.84%
HSB/HSV250°21.90%53.73%
CMYK18.25%21.90%0.00%
46.27%

Color #706B89 in popluar number systems.

HEX706B89
Decimal112107137
Binary1110000110101110001001
Octal160153211

Shades and tints

Shades of #706B89

#706B89
(112,107,137)
#66627D
(102,98,125)
#5C5971
(92,89,113)
#525065
(82,80,101)
#484759
(72,71,89)
#3E3E4D
(62,62,77)
#343541
(52,53,65)
#2A2C35
(42,44,53)
#202329
(32,35,41)
#161A1D
(22,26,29)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #706B89

#706B89
(112,107,137)
#7D7893
(125,120,147)
#8A859D
(138,133,157)
#9792A7
(151,146,167)
#A49FB1
(164,159,177)
#B1ACBB
(177,172,187)
#BEB9C5
(190,185,197)
#CBC6CF
(203,198,207)
#D8D3D9
(216,211,217)
#E5E0E3
(229,224,227)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706B89 color. Also use rgb(112,107,137) instead hex code.

Text Font Color

.myTextColor { color: #706B89; }

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

This text font color is #706B89.


Background Color

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

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

This div background color is #706B89.


Border color

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

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

This div border color is #706B89.


Opacity

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

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

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

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

This text has shadow with #706B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706B89 on black background.


Color preview on white background

This text has color #706B89 on white background.



Black color preview on #706B89 background

This text has black color on #706B89 background.


White color preview on #706B89 background

This text has white color on #706B89 background.