COLOR #70949E

HEX: #70949E
RGB: (112,148,158)

Color info

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

RGB color model

#70949E color RGB value is (112,148,158).

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

RGB channels and saturation

R 112 of 255 = 44%
G 148 of 255 = 58%
B 158 of 255 = 62%

112
148
158

R + G + B ~ 55%. #70949E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 148 + 158 = 418 (100%)
R 112 of 418 ~ 26.79%
G 148 of 418 ~ 35.41%
B 158 of 418 ~ 37.8%

%26.79
%35.41
%37.8

CMYK color model

#70949E color CMYK value is (29,6,0,38).

  • cyan value is 29.11%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(29,6,0,38)
C29M6Y0K38 
(29%,6%,0%,38%)
(0.29/0.06/0.00/0.38)	

CMYK percentages

%29.11
%6.33
%0
%38.04

Codes

Color #70949E in popluar color models

70949E
RGB112148158
HSL193°19.17%52.94%
HSB/HSV193°29.11%61.96%
CMYK29.11%6.33%0.00%
38.04%

Color #70949E in popluar number systems.

HEX70949E
Decimal112148158
Binary11100001001010010011110
Octal160224236

Shades and tints

Shades of #70949E

#70949E
(112,148,158)
#668790
(102,135,144)
#5C7A82
(92,122,130)
#526D74
(82,109,116)
#486066
(72,96,102)
#3E5358
(62,83,88)
#34464A
(52,70,74)
#2A393C
(42,57,60)
#202C2E
(32,44,46)
#161F20
(22,31,32)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #70949E

#70949E
(112,148,158)
#7D9DA6
(125,157,166)
#8AA6AE
(138,166,174)
#97AFB6
(151,175,182)
#A4B8BE
(164,184,190)
#B1C1C6
(177,193,198)
#BECACE
(190,202,206)
#CBD3D6
(203,211,214)
#D8DCDE
(216,220,222)
#E5E5E6
(229,229,230)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70949E color. Also use rgb(112,148,158) instead hex code.

Text Font Color

.myTextColor { color: #70949E; }

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

This text font color is #70949E.


Background Color

.myBgColor { background-color: #70949E; }

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

This div background color is #70949E.


Border color

.myBorderColor { border: 1px solid #70949E; }

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

This div border color is #70949E.


Opacity

.myOpacity80 { color: #70949E; opacity: 0.8; }

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

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

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

This text has shadow with #70949E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70949E on black background.


Color preview on white background

This text has color #70949E on white background.



Black color preview on #70949E background

This text has black color on #70949E background.


White color preview on #70949E background

This text has white color on #70949E background.