COLOR #70789C

HEX: #70789C
RGB: (112,120,156)

Color info

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

RGB color model

#70789C color RGB value is (112,120,156).

  • red value is 112;
  • green value is 120;
  • blue value is 156.
RGB:
(112,120,156)
(44%,47%,61%)

RGB channels and saturation

R 112 of 255 = 44%
G 120 of 255 = 47%
B 156 of 255 = 61%

112
120
156

R + G + B ~ 51%. #70789C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 120 + 156 = 388 (100%)
R 112 of 388 ~ 28.87%
G 120 of 388 ~ 30.93%
B 156 of 388 ~ 40.21%

%28.87
%30.93
%40.21

CMYK color model

#70789C color CMYK value is (28,23,0,39).

  • cyan value is 28.21%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(28,23,0,39)
C28M23Y0K39 
(28%,23%,0%,39%)
(0.28/0.23/0.00/0.39)	

CMYK percentages

%28.21
%23.08
%0
%38.82

Codes

Color #70789C in popluar color models

70789C
RGB112120156
HSL229°18.18%52.55%
HSB/HSV229°28.21%61.18%
CMYK28.21%23.08%0.00%
38.82%

Color #70789C in popluar number systems.

HEX70789C
Decimal112120156
Binary1110000111100010011100
Octal160170234

Shades and tints

Shades of #70789C

#70789C
(112,120,156)
#666E8E
(102,110,142)
#5C6480
(92,100,128)
#525A72
(82,90,114)
#485064
(72,80,100)
#3E4656
(62,70,86)
#343C48
(52,60,72)
#2A323A
(42,50,58)
#20282C
(32,40,44)
#161E1E
(22,30,30)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #70789C

#70789C
(112,120,156)
#7D84A5
(125,132,165)
#8A90AE
(138,144,174)
#979CB7
(151,156,183)
#A4A8C0
(164,168,192)
#B1B4C9
(177,180,201)
#BEC0D2
(190,192,210)
#CBCCDB
(203,204,219)
#D8D8E4
(216,216,228)
#E5E4ED
(229,228,237)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70789C color. Also use rgb(112,120,156) instead hex code.

Text Font Color

.myTextColor { color: #70789C; }

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

This text font color is #70789C.


Background Color

.myBgColor { background-color: #70789C; }

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

This div background color is #70789C.


Border color

.myBorderColor { border: 1px solid #70789C; }

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

This div border color is #70789C.


Opacity

.myOpacity80 { color: #70789C; opacity: 0.8; }

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

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

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

This text has shadow with #70789C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70789C on black background.


Color preview on white background

This text has color #70789C on white background.



Black color preview on #70789C background

This text has black color on #70789C background.


White color preview on #70789C background

This text has white color on #70789C background.