COLOR #707690

HEX: #707690
RGB: (112,118,144)

Color info

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

RGB color model

#707690 color RGB value is (112,118,144).

  • red value is 112;
  • green value is 118;
  • blue value is 144.
RGB:
(112,118,144)
(44%,46%,56%)

RGB channels and saturation

R 112 of 255 = 44%
G 118 of 255 = 46%
B 144 of 255 = 56%

112
118
144

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

Portions of RGB colors in percentages

R + G + B =
112 + 118 + 144 = 374 (100%)
R 112 of 374 ~ 29.95%
G 118 of 374 ~ 31.55%
B 144 of 374 ~ 38.5%

%29.95
%31.55
%38.5

CMYK color model

#707690 color CMYK value is (22,18,0,44).

  • cyan value is 22.22%
  • magenta value is 18.06%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(22,18,0,44)
C22M18Y0K44 
(22%,18%,0%,44%)
(0.22/0.18/0.00/0.44)	

CMYK percentages

%22.22
%18.06
%0
%43.53

Codes

Color #707690 in popluar color models

707690
RGB112118144
HSL229°12.60%50.20%
HSB/HSV229°22.22%56.47%
CMYK22.22%18.06%0.00%
43.53%

Color #707690 in popluar number systems.

HEX707690
Decimal112118144
Binary1110000111011010010000
Octal160166220

Shades and tints

Shades of #707690

#707690
(112,118,144)
#666C83
(102,108,131)
#5C6276
(92,98,118)
#525869
(82,88,105)
#484E5C
(72,78,92)
#3E444F
(62,68,79)
#343A42
(52,58,66)
#2A3035
(42,48,53)
#202628
(32,38,40)
#161C1B
(22,28,27)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #707690

#707690
(112,118,144)
#7D829A
(125,130,154)
#8A8EA4
(138,142,164)
#979AAE
(151,154,174)
#A4A6B8
(164,166,184)
#B1B2C2
(177,178,194)
#BEBECC
(190,190,204)
#CBCAD6
(203,202,214)
#D8D6E0
(216,214,224)
#E5E2EA
(229,226,234)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707690 color. Also use rgb(112,118,144) instead hex code.

Text Font Color

.myTextColor { color: #707690; }

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

This text font color is #707690.


Background Color

.myBgColor { background-color: #707690; }

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

This div background color is #707690.


Border color

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

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

This div border color is #707690.


Opacity

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

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

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

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

This text has shadow with #707690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707690 on black background.


Color preview on white background

This text has color #707690 on white background.



Black color preview on #707690 background

This text has black color on #707690 background.


White color preview on #707690 background

This text has white color on #707690 background.