COLOR #706687

HEX: #706687
RGB: (112,102,135)

Color info

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

RGB color model

#706687 color RGB value is (112,102,135).

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

RGB channels and saturation

R 112 of 255 = 44%
G 102 of 255 = 40%
B 135 of 255 = 53%

112
102
135

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

Portions of RGB colors in percentages

R + G + B =
112 + 102 + 135 = 349 (100%)
R 112 of 349 ~ 32.09%
G 102 of 349 ~ 29.23%
B 135 of 349 ~ 38.68%

%32.09
%29.23
%38.68

CMYK color model

#706687 color CMYK value is (17,24,0,47).

  • cyan value is 17.04%
  • magenta value is 24.44%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(17,24,0,47)
C17M24Y0K47 
(17%,24%,0%,47%)
(0.17/0.24/0.00/0.47)	

CMYK percentages

%17.04
%24.44
%0
%47.06

Codes

Color #706687 in popluar color models

706687
RGB112102135
HSL258°13.92%46.47%
HSB/HSV258°24.44%52.94%
CMYK17.04%24.44%0.00%
47.06%

Color #706687 in popluar number systems.

HEX706687
Decimal112102135
Binary1110000110011010000111
Octal160146207

Shades and tints

Shades of #706687

#706687
(112,102,135)
#665D7B
(102,93,123)
#5C546F
(92,84,111)
#524B63
(82,75,99)
#484257
(72,66,87)
#3E394B
(62,57,75)
#34303F
(52,48,63)
#2A2733
(42,39,51)
#201E27
(32,30,39)
#16151B
(22,21,27)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #706687

#706687
(112,102,135)
#7D7391
(125,115,145)
#8A809B
(138,128,155)
#978DA5
(151,141,165)
#A49AAF
(164,154,175)
#B1A7B9
(177,167,185)
#BEB4C3
(190,180,195)
#CBC1CD
(203,193,205)
#D8CED7
(216,206,215)
#E5DBE1
(229,219,225)
#F2E8EB
(242,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706687; }

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

This text font color is #706687.


Background Color

.myBgColor { background-color: #706687; }

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

This div background color is #706687.


Border color

.myBorderColor { border: 1px solid #706687; }

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

This div border color is #706687.


Opacity

.myOpacity80 { color: #706687; opacity: 0.8; }

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

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

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

This text has shadow with #706687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706687 on black background.


Color preview on white background

This text has color #706687 on white background.



Black color preview on #706687 background

This text has black color on #706687 background.


White color preview on #706687 background

This text has white color on #706687 background.