COLOR #706682

HEX: #706682
RGB: (112,102,130)

Color info

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

RGB color model

#706682 color RGB value is (112,102,130).

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

RGB channels and saturation

R 112 of 255 = 44%
G 102 of 255 = 40%
B 130 of 255 = 51%

112
102
130

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

Portions of RGB colors in percentages

R + G + B =
112 + 102 + 130 = 344 (100%)
R 112 of 344 ~ 32.56%
G 102 of 344 ~ 29.65%
B 130 of 344 ~ 37.79%

%32.56
%29.65
%37.79

CMYK color model

#706682 color CMYK value is (14,22,0,49).

  • cyan value is 13.85%
  • magenta value is 21.54%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(14,22,0,49)
C14M22Y0K49 
(14%,22%,0%,49%)
(0.14/0.22/0.00/0.49)	

CMYK percentages

%13.85
%21.54
%0
%49.02

Codes

Color #706682 in popluar color models

706682
RGB112102130
HSL261°12.07%45.49%
HSB/HSV261°21.54%50.98%
CMYK13.85%21.54%0.00%
49.02%

Color #706682 in popluar number systems.

HEX706682
Decimal112102130
Binary1110000110011010000010
Octal160146202

Shades and tints

Shades of #706682

#706682
(112,102,130)
#665D77
(102,93,119)
#5C546C
(92,84,108)
#524B61
(82,75,97)
#484256
(72,66,86)
#3E394B
(62,57,75)
#343040
(52,48,64)
#2A2735
(42,39,53)
#201E2A
(32,30,42)
#16151F
(22,21,31)
#0C0C14
(12,12,20)
#000000
(0,0,0)

Tints of #706682

#706682
(112,102,130)
#7D738D
(125,115,141)
#8A8098
(138,128,152)
#978DA3
(151,141,163)
#A49AAE
(164,154,174)
#B1A7B9
(177,167,185)
#BEB4C4
(190,180,196)
#CBC1CF
(203,193,207)
#D8CEDA
(216,206,218)
#E5DBE5
(229,219,229)
#F2E8F0
(242,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706682; }

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

This text font color is #706682.


Background Color

.myBgColor { background-color: #706682; }

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

This div background color is #706682.


Border color

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

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

This div border color is #706682.


Opacity

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

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

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

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

This text has shadow with #706682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706682 on black background.


Color preview on white background

This text has color #706682 on white background.



Black color preview on #706682 background

This text has black color on #706682 background.


White color preview on #706682 background

This text has white color on #706682 background.