COLOR #70A89D

HEX: #70A89D
RGB: (112,168,157)

Color info

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

RGB color model

#70A89D color RGB value is (112,168,157).

  • red value is 112;
  • green value is 168;
  • blue value is 157.
RGB:
(112,168,157)
(44%,66%,62%)

RGB channels and saturation

R 112 of 255 = 44%
G 168 of 255 = 66%
B 157 of 255 = 62%

112
168
157

R + G + B ~ 57%. #70A89D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 168 + 157 = 437 (100%)
R 112 of 437 ~ 25.63%
G 168 of 437 ~ 38.44%
B 157 of 437 ~ 35.93%

%25.63
%38.44
%35.93

CMYK color model

#70A89D color CMYK value is (33,0,7,34).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 6.55%
  • key color value is 34.12%
CMYK:
(33,0,7,34)
C33M0Y7K34 
(33%,0%,7%,34%)
(0.33/0.00/0.07/0.34)	

CMYK percentages

%33.33
%0
%6.55
%34.12

Codes

Color #70A89D in popluar color models

70A89D
RGB112168157
HSL168°24.35%54.90%
HSB/HSV168°33.33%65.88%
CMYK33.33%0.00%6.55%
34.12%

Color #70A89D in popluar number systems.

HEX70A89D
Decimal112168157
Binary11100001010100010011101
Octal160250235

Shades and tints

Shades of #70A89D

#70A89D
(112,168,157)
#66998F
(102,153,143)
#5C8A81
(92,138,129)
#527B73
(82,123,115)
#486C65
(72,108,101)
#3E5D57
(62,93,87)
#344E49
(52,78,73)
#2A3F3B
(42,63,59)
#20302D
(32,48,45)
#16211F
(22,33,31)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #70A89D

#70A89D
(112,168,157)
#7DAFA5
(125,175,165)
#8AB6AD
(138,182,173)
#97BDB5
(151,189,181)
#A4C4BD
(164,196,189)
#B1CBC5
(177,203,197)
#BED2CD
(190,210,205)
#CBD9D5
(203,217,213)
#D8E0DD
(216,224,221)
#E5E7E5
(229,231,229)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70A89D color. Also use rgb(112,168,157) instead hex code.

Text Font Color

.myTextColor { color: #70A89D; }

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

This text font color is #70A89D.


Background Color

.myBgColor { background-color: #70A89D; }

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

This div background color is #70A89D.


Border color

.myBorderColor { border: 1px solid #70A89D; }

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

This div border color is #70A89D.


Opacity

.myOpacity80 { color: #70A89D; opacity: 0.8; }

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

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

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

This text has shadow with #70A89D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70A89D on black background.


Color preview on white background

This text has color #70A89D on white background.



Black color preview on #70A89D background

This text has black color on #70A89D background.


White color preview on #70A89D background

This text has white color on #70A89D background.