COLOR #706D88

HEX: #706D88 RGB: (112,109,136)

Color info

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

RGB color model

#706D88 color RGB value is (112,109,136).

RGB: (112,109,136) (44%, 43%, 53%)

RGB channels and saturation

R 112 of 255 = 44%
G 109 of 255 = 43%
B 136 of 255 = 53%

112
109
136

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

Portions of RGB colors in percentages

R + G + B = 112 + 109 + 136 = 357 (100%)
R 112 of 357 ~ 31.37%
G 109 of 357 ~ 30.53%
B 136 of 357 ~ 38.1'%

%31.37
%30.53
%38.1

CMYK color model

#706D88 color CMYK value is (18,20,0,47).

  • cyan value is 17.65%
  • magenta value is 19.85%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (18,20,0,47)
C18M20Y0K47 (18%, 20%, 0%, 47%)
(0.18 / 0.20 / 0.00 / 0.47)

CMYK percentages

%17.65
%19.85
%0
%46.67

Codes

Color #706D88 in popluar color models

70 6D 88
RGB 112 109 136
HSL 247° 11.02% 48.04%
HSB/HSV 247° 19.85% 53.33%
CMYK 17.65% 19.85% 0.00%
46.67%

Color #706D88 in popluar number systems.

HEX 70 6D 88
Decimal 112 109 136
Binary 1110000 1101101 10001000
Octal 160 155 210

Shades and tints

Shades of #706D88

#706D88
(112,109,136)
#66647C
(102,100,124)
#5C5B70
(92,91,112)
#525264
(82,82,100)
#484958
(72,73,88)
#3E404C
(62,64,76)
#343740
(52,55,64)
#2A2E34
(42,46,52)
#202528
(32,37,40)
#161C1C
(22,28,28)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #706D88

#706D88
(112,109,136)
#7D7A92
(125,122,146)
#8A879C
(138,135,156)
#9794A6
(151,148,166)
#A4A1B0
(164,161,176)
#B1AEBA
(177,174,186)
#BEBBC4
(190,187,196)
#CBC8CE
(203,200,206)
#D8D5D8
(216,213,216)
#E5E2E2
(229,226,226)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706D88 color. Also use rgb(112,109,136) instead hex code.

Text Font Color

.myTextColor { color: #706D88; }

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

This text font color is #706D88.

Background Color

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

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

This div background color is #706D88.

Border color

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

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

This div border color is #706D88.

Opacity

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

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

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

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

This text has shadow with #706D88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706D88.

Preview

Color preview on black background

This text has color #706D88 on black background.


Color preview on white background

This text has color #706D88 on white background.


Black color preview on #706D88 background

This text has black color on #706D88 background.


White color preview on #706D88 background

This text has white color on #706D88 background.


Related colors

Complementary color

Complementary color for #hex is #8F9277.


I love getcolorcode.com

Triadic colors

1 #88706D and #6D8870 with #706D88 are triadic colors.

2 #886D70 and #6D7088 with #706D88 are triadic colors.