COLOR #706E7D

HEX: #706E7D
RGB: (112,110,125)

Color info

#706E7D contains red, green and blue colors in about the same proportion. Web safe color of #706E7D is #666666 (or #666).

RGB color model

#706E7D color RGB value is (112,110,125).

  • red value is 112;
  • green value is 110;
  • blue value is 125.
RGB:
(112,110,125)
(44%,43%,49%)

RGB channels and saturation

R 112 of 255 = 44%
G 110 of 255 = 43%
B 125 of 255 = 49%

112
110
125

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

Portions of RGB colors in percentages

R + G + B =
112 + 110 + 125 = 347 (100%)
R 112 of 347 ~ 32.28%
G 110 of 347 ~ 31.7%
B 125 of 347 ~ 36.02%

%32.28
%31.7
%36.02

CMYK color model

#706E7D color CMYK value is (10,12,0,51).

  • cyan value is 10.40%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(10,12,0,51)
C10M12Y0K51 
(10%,12%,0%,51%)
(0.10/0.12/0.00/0.51)	

CMYK percentages

%10.4
%12
%0
%50.98

Codes

Color #706E7D in popluar color models

706E7D
RGB112110125
HSL248°6.38%46.08%
HSB/HSV248°12.00%49.02%
CMYK10.40%12.00%0.00%
50.98%

Color #706E7D in popluar number systems.

HEX706E7D
Decimal112110125
Binary111000011011101111101
Octal160156175

Shades and tints

Shades of #706E7D

#706E7D
(112,110,125)
#666472
(102,100,114)
#5C5A67
(92,90,103)
#52505C
(82,80,92)
#484651
(72,70,81)
#3E3C46
(62,60,70)
#34323B
(52,50,59)
#2A2830
(42,40,48)
#201E25
(32,30,37)
#16141A
(22,20,26)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #706E7D

#706E7D
(112,110,125)
#7D7B88
(125,123,136)
#8A8893
(138,136,147)
#97959E
(151,149,158)
#A4A2A9
(164,162,169)
#B1AFB4
(177,175,180)
#BEBCBF
(190,188,191)
#CBC9CA
(203,201,202)
#D8D6D5
(216,214,213)
#E5E3E0
(229,227,224)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706E7D color. Also use rgb(112,110,125) instead hex code.

Text Font Color

.myTextColor { color: #706E7D; }

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

This text font color is #706E7D.


Background Color

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

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

This div background color is #706E7D.


Border color

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

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

This div border color is #706E7D.


Opacity

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

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

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

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

This text has shadow with #706E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706E7D on black background.


Color preview on white background

This text has color #706E7D on white background.



Black color preview on #706E7D background

This text has black color on #706E7D background.


White color preview on #706E7D background

This text has white color on #706E7D background.