COLOR #706BAB

HEX: #706BAB RGB: (112,107,171)

Color info

#706BAB contains mainly red and blue colors. Web safe color of #706BAB is #666699 (or #669).

RGB color model

#706BAB color RGB value is (112,107,171).

RGB: (112,107,171) (44%, 42%, 67%)

RGB channels and saturation

R 112 of 255 = 44%
G 107 of 255 = 42%
B 171 of 255 = 67%

112
107
171

R + G + B ~ 51%. #706BAB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 107 + 171 = 390 (100%)
R 112 of 390 ~ 28.72%
G 107 of 390 ~ 27.44%
B 171 of 390 ~ 43.85'%

%28.72
%27.44
%43.85

CMYK color model

#706BAB color CMYK value is (35,37,0,33).

  • cyan value is 34.50%
  • magenta value is 37.43%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (35,37,0,33)
C35M37Y0K33 (35%, 37%, 0%, 33%)
(0.35 / 0.37 / 0.00 / 0.33)

CMYK percentages

%34.5
%37.43
%0
%32.94

Codes

Color #706BAB in popluar color models

70 6B AB
RGB 112 107 171
HSL 245° 27.59% 54.51%
HSB/HSV 245° 37.43% 67.06%
CMYK 34.50% 37.43% 0.00%
32.94%

Color #706BAB in popluar number systems.

HEX 70 6B AB
Decimal 112 107 171
Binary 1110000 1101011 10101011
Octal 160 153 253

Shades and tints

Shades of #706BAB

#706BAB
(112,107,171)
#66629C
(102,98,156)
#5C598D
(92,89,141)
#52507E
(82,80,126)
#48476F
(72,71,111)
#3E3E60
(62,62,96)
#343551
(52,53,81)
#2A2C42
(42,44,66)
#202333
(32,35,51)
#161A24
(22,26,36)
#0C1115
(12,17,21)
#000000
(0,0,0)

Tints of #706BAB

#706BAB
(112,107,171)
#7D78B2
(125,120,178)
#8A85B9
(138,133,185)
#9792C0
(151,146,192)
#A49FC7
(164,159,199)
#B1ACCE
(177,172,206)
#BEB9D5
(190,185,213)
#CBC6DC
(203,198,220)
#D8D3E3
(216,211,227)
#E5E0EA
(229,224,234)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706BAB color. Also use rgb(112,107,171) instead hex code.

Text Font Color

.myTextColor { color: #706BAB; }

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

This text font color is #706BAB.

Background Color

.myBgColor { background-color: #706BAB; }

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

This div background color is #706BAB.

Border color

.myBorderColor { border: 1px solid #706BAB; }

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

This div border color is #706BAB.

Opacity

.myOpacity80 { color: #706BAB; opacity: 0.8; }

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

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

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

This text has shadow with #706BAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706BAB.

Preview

Color preview on black background

This text has color #706BAB on black background.


Color preview on white background

This text has color #706BAB on white background.


Black color preview on #706BAB background

This text has black color on #706BAB background.


White color preview on #706BAB background

This text has white color on #706BAB background.


Related colors

Complementary color

Complementary color for #hex is #8F9454.


I love getcolorcode.com

Triadic colors

1 #AB706B and #6BAB70 with #706BAB are triadic colors.

2 #AB6B70 and #6B70AB with #706BAB are triadic colors.