COLOR #707D9E

HEX: #707D9E
RGB: (112,125,158)

Color info

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

RGB color model

#707D9E color RGB value is (112,125,158).

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

RGB channels and saturation

R 112 of 255 = 44%
G 125 of 255 = 49%
B 158 of 255 = 62%

112
125
158

R + G + B ~ 52%. #707D9E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 125 + 158 = 395 (100%)
R 112 of 395 ~ 28.35%
G 125 of 395 ~ 31.65%
B 158 of 395 ~ 40%

%28.35
%31.65
%40

CMYK color model

#707D9E color CMYK value is (29,21,0,38).

  • cyan value is 29.11%
  • magenta value is 20.89%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(29,21,0,38)
C29M21Y0K38 
(29%,21%,0%,38%)
(0.29/0.21/0.00/0.38)	

CMYK percentages

%29.11
%20.89
%0
%38.04

Codes

Color #707D9E in popluar color models

707D9E
RGB112125158
HSL223°19.17%52.94%
HSB/HSV223°29.11%61.96%
CMYK29.11%20.89%0.00%
38.04%

Color #707D9E in popluar number systems.

HEX707D9E
Decimal112125158
Binary1110000111110110011110
Octal160175236

Shades and tints

Shades of #707D9E

#707D9E
(112,125,158)
#667290
(102,114,144)
#5C6782
(92,103,130)
#525C74
(82,92,116)
#485166
(72,81,102)
#3E4658
(62,70,88)
#343B4A
(52,59,74)
#2A303C
(42,48,60)
#20252E
(32,37,46)
#161A20
(22,26,32)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #707D9E

#707D9E
(112,125,158)
#7D88A6
(125,136,166)
#8A93AE
(138,147,174)
#979EB6
(151,158,182)
#A4A9BE
(164,169,190)
#B1B4C6
(177,180,198)
#BEBFCE
(190,191,206)
#CBCAD6
(203,202,214)
#D8D5DE
(216,213,222)
#E5E0E6
(229,224,230)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707D9E color. Also use rgb(112,125,158) instead hex code.

Text Font Color

.myTextColor { color: #707D9E; }

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

This text font color is #707D9E.


Background Color

.myBgColor { background-color: #707D9E; }

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

This div background color is #707D9E.


Border color

.myBorderColor { border: 1px solid #707D9E; }

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

This div border color is #707D9E.


Opacity

.myOpacity80 { color: #707D9E; opacity: 0.8; }

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

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

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

This text has shadow with #707D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707D9E on black background.


Color preview on white background

This text has color #707D9E on white background.



Black color preview on #707D9E background

This text has black color on #707D9E background.


White color preview on #707D9E background

This text has white color on #707D9E background.