COLOR #70879F

HEX: #70879F RGB: (112,135,159)

Color info

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

RGB color model

#70879F color RGB value is (112,135,159).

RGB: (112,135,159) (44%, 53%, 62%)

RGB channels and saturation

R 112 of 255 = 44%
G 135 of 255 = 53%
B 159 of 255 = 62%

112
135
159

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

Portions of RGB colors in percentages

R + G + B = 112 + 135 + 159 = 406 (100%)
R 112 of 406 ~ 27.59%
G 135 of 406 ~ 33.25%
B 159 of 406 ~ 39.16'%

%27.59
%33.25
%39.16

CMYK color model

#70879F color CMYK value is (30,15,0,38).

  • cyan value is 29.56%
  • magenta value is 15.09%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK: (30,15,0,38) C30M15Y0K38 (30%,15%,0%,38%) (0.30/0.15/0.00/0.38) 

CMYK percentages

%29.56
%15.09
%0
%37.65

Codes

Color #70879F in popluar color models

70 87 9F
RGB 112 135 159
HSL 211° 19.67% 53.14%
HSB/HSV 211° 29.56% 62.35%
CMYK 29.56% 15.09% 0.00%
37.65%

Color #70879F in popluar number systems.

HEX 70 87 9F
Decimal 112 135 159
Binary 1110000 10000111 10011111
Octal 160 207 237

Shades and tints

Shades of #70879F

#70879F
(112,135,159)
#667B91
(102,123,145)
#5C6F83
(92,111,131)
#526375
(82,99,117)
#485767
(72,87,103)
#3E4B59
(62,75,89)
#343F4B
(52,63,75)
#2A333D
(42,51,61)
#20272F
(32,39,47)
#161B21
(22,27,33)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #70879F

#70879F
(112,135,159)
#7D91A7
(125,145,167)
#8A9BAF
(138,155,175)
#97A5B7
(151,165,183)
#A4AFBF
(164,175,191)
#B1B9C7
(177,185,199)
#BEC3CF
(190,195,207)
#CBCDD7
(203,205,215)
#D8D7DF
(216,215,223)
#E5E1E7
(229,225,231)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70879F; }

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

This text font color is #70879F.

Background Color

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

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

This div background color is #70879F.

Border color

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

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

This div border color is #70879F.

Opacity

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

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

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

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

This text has shadow with #70879F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70879F.

Preview

Color preview on black background

This text has color #70879F on black background.


Color preview on white background

This text has color #70879F on white background.


Black color preview on #70879F background

This text has black color on #70879F background.


White color preview on #70879F background

This text has white color on #70879F background.


Related colors

Complementary color

Complementary color for #hex is #8F7860.


I love getcolorcode.com

Triadic colors

1 #9F7087 and #879F70 with #70879F are triadic colors.

2 #9F8770 and #87709F with #70879F are triadic colors.