COLOR #705687

HEX: #705687
RGB: (112,86,135)

Color info

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

RGB color model

#705687 color RGB value is (112,86,135).

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

RGB channels and saturation

R 112 of 255 = 44%
G 86 of 255 = 34%
B 135 of 255 = 53%

112
86
135

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

Portions of RGB colors in percentages

R + G + B =
112 + 86 + 135 = 333 (100%)
R 112 of 333 ~ 33.63%
G 86 of 333 ~ 25.83%
B 135 of 333 ~ 40.54%

%33.63
%25.83
%40.54

CMYK color model

#705687 color CMYK value is (17,36,0,47).

  • cyan value is 17.04%
  • magenta value is 36.30%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(17,36,0,47)
C17M36Y0K47 
(17%,36%,0%,47%)
(0.17/0.36/0.00/0.47)	

CMYK percentages

%17.04
%36.3
%0
%47.06

Codes

Color #705687 in popluar color models

705687
RGB11286135
HSL272°22.17%43.33%
HSB/HSV272°36.30%52.94%
CMYK17.04%36.30%0.00%
47.06%

Color #705687 in popluar number systems.

HEX705687
Decimal11286135
Binary1110000101011010000111
Octal160126207

Shades and tints

Shades of #705687

#705687
(112,86,135)
#664F7B
(102,79,123)
#5C486F
(92,72,111)
#524163
(82,65,99)
#483A57
(72,58,87)
#3E334B
(62,51,75)
#342C3F
(52,44,63)
#2A2533
(42,37,51)
#201E27
(32,30,39)
#16171B
(22,23,27)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #705687

#705687
(112,86,135)
#7D6591
(125,101,145)
#8A749B
(138,116,155)
#9783A5
(151,131,165)
#A492AF
(164,146,175)
#B1A1B9
(177,161,185)
#BEB0C3
(190,176,195)
#CBBFCD
(203,191,205)
#D8CED7
(216,206,215)
#E5DDE1
(229,221,225)
#F2ECEB
(242,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705687; }

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

This text font color is #705687.


Background Color

.myBgColor { background-color: #705687; }

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

This div background color is #705687.


Border color

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

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

This div border color is #705687.


Opacity

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

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

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

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

This text has shadow with #705687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705687 on black background.


Color preview on white background

This text has color #705687 on white background.



Black color preview on #705687 background

This text has black color on #705687 background.


White color preview on #705687 background

This text has white color on #705687 background.