COLOR #706884

HEX: #706884
RGB: (112,104,132)

Color info

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

RGB color model

#706884 color RGB value is (112,104,132).

  • red value is 112;
  • green value is 104;
  • blue value is 132.
RGB:
(112,104,132)
(44%,41%,52%)

RGB channels and saturation

R 112 of 255 = 44%
G 104 of 255 = 41%
B 132 of 255 = 52%

112
104
132

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

Portions of RGB colors in percentages

R + G + B =
112 + 104 + 132 = 348 (100%)
R 112 of 348 ~ 32.18%
G 104 of 348 ~ 29.89%
B 132 of 348 ~ 37.93%

%32.18
%29.89
%37.93

CMYK color model

#706884 color CMYK value is (15,21,0,48).

  • cyan value is 15.15%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(15,21,0,48)
C15M21Y0K48 
(15%,21%,0%,48%)
(0.15/0.21/0.00/0.48)	

CMYK percentages

%15.15
%21.21
%0
%48.24

Codes

Color #706884 in popluar color models

706884
RGB112104132
HSL257°11.86%46.27%
HSB/HSV257°21.21%51.76%
CMYK15.15%21.21%0.00%
48.24%

Color #706884 in popluar number systems.

HEX706884
Decimal112104132
Binary1110000110100010000100
Octal160150204

Shades and tints

Shades of #706884

#706884
(112,104,132)
#665F78
(102,95,120)
#5C566C
(92,86,108)
#524D60
(82,77,96)
#484454
(72,68,84)
#3E3B48
(62,59,72)
#34323C
(52,50,60)
#2A2930
(42,41,48)
#202024
(32,32,36)
#161718
(22,23,24)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #706884

#706884
(112,104,132)
#7D758F
(125,117,143)
#8A829A
(138,130,154)
#978FA5
(151,143,165)
#A49CB0
(164,156,176)
#B1A9BB
(177,169,187)
#BEB6C6
(190,182,198)
#CBC3D1
(203,195,209)
#D8D0DC
(216,208,220)
#E5DDE7
(229,221,231)
#F2EAF2
(242,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706884; }

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

This text font color is #706884.


Background Color

.myBgColor { background-color: #706884; }

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

This div background color is #706884.


Border color

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

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

This div border color is #706884.


Opacity

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

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

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

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

This text has shadow with #706884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706884 on black background.


Color preview on white background

This text has color #706884 on white background.



Black color preview on #706884 background

This text has black color on #706884 background.


White color preview on #706884 background

This text has white color on #706884 background.