COLOR #706880

HEX: #706880 RGB: (112,104,128)

Color info

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

RGB color model

#706880 color RGB value is (112,104,128).

RGB: (112,104,128) (44%, 41%, 50%)

RGB channels and saturation

R 112 of 255 = 44%
G 104 of 255 = 41%
B 128 of 255 = 50%

112
104
128

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

Portions of RGB colors in percentages

R + G + B = 112 + 104 + 128 = 344 (100%)
R 112 of 344 ~ 32.56%
G 104 of 344 ~ 30.23%
B 128 of 344 ~ 37.21'%

%32.56
%30.23
%37.21

CMYK color model

#706880 color CMYK value is (13,19,0,50).

  • cyan value is 12.50%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (13,19,0,50)
C13M19Y0K50 (13%, 19%, 0%, 50%)
(0.13 / 0.19 / 0.00 / 0.50)

CMYK percentages

%12.5
%18.75
%0
%49.8

Codes

Color #706880 in popluar color models

70 68 80
RGB 112 104 128
HSL 260° 10.34% 45.49%
HSB/HSV 260° 18.75% 50.20%
CMYK 12.50% 18.75% 0.00%
49.80%

Color #706880 in popluar number systems.

HEX 70 68 80
Decimal 112 104 128
Binary 1110000 1101000 10000000
Octal 160 150 200

Shades and tints

Shades of #706880

#706880
(112,104,128)
#665F75
(102,95,117)
#5C566A
(92,86,106)
#524D5F
(82,77,95)
#484454
(72,68,84)
#3E3B49
(62,59,73)
#34323E
(52,50,62)
#2A2933
(42,41,51)
#202028
(32,32,40)
#16171D
(22,23,29)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #706880

#706880
(112,104,128)
#7D758B
(125,117,139)
#8A8296
(138,130,150)
#978FA1
(151,143,161)
#A49CAC
(164,156,172)
#B1A9B7
(177,169,183)
#BEB6C2
(190,182,194)
#CBC3CD
(203,195,205)
#D8D0D8
(216,208,216)
#E5DDE3
(229,221,227)
#F2EAEE
(242,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706880; }

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

This text font color is #706880.

Background Color

.myBgColor { background-color: #706880; }

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

This div background color is #706880.

Border color

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

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

This div border color is #706880.

Opacity

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

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

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

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

This text has shadow with #706880 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706880.

Preview

Color preview on black background

This text has color #706880 on black background.


Color preview on white background

This text has color #706880 on white background.


Black color preview on #706880 background

This text has black color on #706880 background.


White color preview on #706880 background

This text has white color on #706880 background.


Related colors

Complementary color

Complementary color for #hex is #8F977F.


I love getcolorcode.com

Triadic colors

1 #807068 and #688070 with #706880 are triadic colors.

2 #806870 and #687080 with #706880 are triadic colors.