COLOR #706680

HEX: #706680
RGB: (112,102,128)

Color info

#706680 contains red, green and blue colors in about the same proportion. Web safe color of #706680 is #666666 (or #666).

RGB color model

#706680 color RGB value is (112,102,128).

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

RGB channels and saturation

R 112 of 255 = 44%
G 102 of 255 = 40%
B 128 of 255 = 50%

112
102
128

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

Portions of RGB colors in percentages

R + G + B =
112 + 102 + 128 = 342 (100%)
R 112 of 342 ~ 32.75%
G 102 of 342 ~ 29.82%
B 128 of 342 ~ 37.43%

%32.75
%29.82
%37.43

CMYK color model

#706680 color CMYK value is (13,20,0,50).

  • cyan value is 12.50%
  • magenta value is 20.31%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(13,20,0,50)
C13M20Y0K50 
(13%,20%,0%,50%)
(0.13/0.20/0.00/0.50)	

CMYK percentages

%12.5
%20.31
%0
%49.8

Codes

Color #706680 in popluar color models

706680
RGB112102128
HSL263°11.30%45.10%
HSB/HSV263°20.31%50.20%
CMYK12.50%20.31%0.00%
49.80%

Color #706680 in popluar number systems.

HEX706680
Decimal112102128
Binary1110000110011010000000
Octal160146200

Shades and tints

Shades of #706680

#706680
(112,102,128)
#665D75
(102,93,117)
#5C546A
(92,84,106)
#524B5F
(82,75,95)
#484254
(72,66,84)
#3E3949
(62,57,73)
#34303E
(52,48,62)
#2A2733
(42,39,51)
#201E28
(32,30,40)
#16151D
(22,21,29)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #706680

#706680
(112,102,128)
#7D738B
(125,115,139)
#8A8096
(138,128,150)
#978DA1
(151,141,161)
#A49AAC
(164,154,172)
#B1A7B7
(177,167,183)
#BEB4C2
(190,180,194)
#CBC1CD
(203,193,205)
#D8CED8
(216,206,216)
#E5DBE3
(229,219,227)
#F2E8EE
(242,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706680; }

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

This text font color is #706680.


Background Color

.myBgColor { background-color: #706680; }

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

This div background color is #706680.


Border color

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

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

This div border color is #706680.


Opacity

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

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

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

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

This text has shadow with #706680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706680 on black background.


Color preview on white background

This text has color #706680 on white background.



Black color preview on #706680 background

This text has black color on #706680 background.


White color preview on #706680 background

This text has white color on #706680 background.