COLOR #70879B

HEX: #70879B
RGB: (112,135,155)

Color info

#70879B contains red, green and blue colors in about the same proportion. Web safe color of #70879B is #669999 (or #699).

RGB color model

#70879B color RGB value is (112,135,155).

  • red value is 112;
  • green value is 135;
  • blue value is 155.
RGB:
(112,135,155)
(44%,53%,61%)

RGB channels and saturation

R 112 of 255 = 44%
G 135 of 255 = 53%
B 155 of 255 = 61%

112
135
155

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

Portions of RGB colors in percentages

R + G + B =
112 + 135 + 155 = 402 (100%)
R 112 of 402 ~ 27.86%
G 135 of 402 ~ 33.58%
B 155 of 402 ~ 38.56%

%27.86
%33.58
%38.56

CMYK color model

#70879B color CMYK value is (28,13,0,39).

  • cyan value is 27.74%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(28,13,0,39)
C28M13Y0K39 
(28%,13%,0%,39%)
(0.28/0.13/0.00/0.39)	

CMYK percentages

%27.74
%12.9
%0
%39.22

Codes

Color #70879B in popluar color models

70879B
RGB112135155
HSL208°17.70%52.35%
HSB/HSV208°27.74%60.78%
CMYK27.74%12.90%0.00%
39.22%

Color #70879B in popluar number systems.

HEX70879B
Decimal112135155
Binary11100001000011110011011
Octal160207233

Shades and tints

Shades of #70879B

#70879B
(112,135,155)
#667B8D
(102,123,141)
#5C6F7F
(92,111,127)
#526371
(82,99,113)
#485763
(72,87,99)
#3E4B55
(62,75,85)
#343F47
(52,63,71)
#2A3339
(42,51,57)
#20272B
(32,39,43)
#161B1D
(22,27,29)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #70879B

#70879B
(112,135,155)
#7D91A4
(125,145,164)
#8A9BAD
(138,155,173)
#97A5B6
(151,165,182)
#A4AFBF
(164,175,191)
#B1B9C8
(177,185,200)
#BEC3D1
(190,195,209)
#CBCDDA
(203,205,218)
#D8D7E3
(216,215,227)
#E5E1EC
(229,225,236)
#F2EBF5
(242,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70879B color. Also use rgb(112,135,155) instead hex code.

Text Font Color

.myTextColor { color: #70879B; }

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

This text font color is #70879B.


Background Color

.myBgColor { background-color: #70879B; }

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

This div background color is #70879B.


Border color

.myBorderColor { border: 1px solid #70879B; }

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

This div border color is #70879B.


Opacity

.myOpacity80 { color: #70879B; opacity: 0.8; }

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

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

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

This text has shadow with #70879B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70879B on black background.


Color preview on white background

This text has color #70879B on white background.



Black color preview on #70879B background

This text has black color on #70879B background.


White color preview on #70879B background

This text has white color on #70879B background.