COLOR #706999

HEX: #706999 RGB: (112,105,153)

Color info

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

RGB color model

#706999 color RGB value is (112,105,153).

RGB: (112,105,153) (44%, 41%, 60%)

RGB channels and saturation

R 112 of 255 = 44%
G 105 of 255 = 41%
B 153 of 255 = 60%

112
105
153

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

Portions of RGB colors in percentages

R + G + B = 112 + 105 + 153 = 370 (100%)
R 112 of 370 ~ 30.27%
G 105 of 370 ~ 28.38%
B 153 of 370 ~ 41.35'%

%30.27
%28.38
%41.35

CMYK color model

#706999 color CMYK value is (27,31,0,40).

  • cyan value is 26.80%
  • magenta value is 31.37%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (27,31,0,40)
C27M31Y0K40 (27%, 31%, 0%, 40%)
(0.27 / 0.31 / 0.00 / 0.40)

CMYK percentages

%26.8
%31.37
%0
%40

Codes

Color #706999 in popluar color models

70 69 99
RGB 112 105 153
HSL 249° 19.05% 50.59%
HSB/HSV 249° 31.37% 60.00%
CMYK 26.80% 31.37% 0.00%
40.00%

Color #706999 in popluar number systems.

HEX 70 69 99
Decimal 112 105 153
Binary 1110000 1101001 10011001
Octal 160 151 231

Shades and tints

Shades of #706999

#706999
(112,105,153)
#66608C
(102,96,140)
#5C577F
(92,87,127)
#524E72
(82,78,114)
#484565
(72,69,101)
#3E3C58
(62,60,88)
#34334B
(52,51,75)
#2A2A3E
(42,42,62)
#202131
(32,33,49)
#161824
(22,24,36)
#0C0F17
(12,15,23)
#000000
(0,0,0)

Tints of #706999

#706999
(112,105,153)
#7D76A2
(125,118,162)
#8A83AB
(138,131,171)
#9790B4
(151,144,180)
#A49DBD
(164,157,189)
#B1AAC6
(177,170,198)
#BEB7CF
(190,183,207)
#CBC4D8
(203,196,216)
#D8D1E1
(216,209,225)
#E5DEEA
(229,222,234)
#F2EBF3
(242,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706999 color. Also use rgb(112,105,153) instead hex code.

Text Font Color

.myTextColor { color: #706999; }

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

This text font color is #706999.

Background Color

.myBgColor { background-color: #706999; }

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

This div background color is #706999.

Border color

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

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

This div border color is #706999.

Opacity

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

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

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

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

This text has shadow with #706999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706999.

Preview

Color preview on black background

This text has color #706999 on black background.


Color preview on white background

This text has color #706999 on white background.


Black color preview on #706999 background

This text has black color on #706999 background.


White color preview on #706999 background

This text has white color on #706999 background.


Related colors

Complementary color

Complementary color for #hex is #8F9666.


I love getcolorcode.com

Triadic colors

1 #997069 and #699970 with #706999 are triadic colors.

2 #996970 and #697099 with #706999 are triadic colors.