COLOR #70A896

HEX: #70A896
RGB: (112,168,150)

Color info

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

RGB color model

#70A896 color RGB value is (112,168,150).

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

RGB channels and saturation

R 112 of 255 = 44%
G 168 of 255 = 66%
B 150 of 255 = 59%

112
168
150

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

Portions of RGB colors in percentages

R + G + B =
112 + 168 + 150 = 430 (100%)
R 112 of 430 ~ 26.05%
G 168 of 430 ~ 39.07%
B 150 of 430 ~ 34.88%

%26.05
%39.07
%34.88

CMYK color model

#70A896 color CMYK value is (33,0,11,34).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 34.12%
CMYK:
(33,0,11,34)
C33M0Y11K34 
(33%,0%,11%,34%)
(0.33/0.00/0.11/0.34)	

CMYK percentages

%33.33
%0
%10.71
%34.12

Codes

Color #70A896 in popluar color models

70A896
RGB112168150
HSL161°24.35%54.90%
HSB/HSV161°33.33%65.88%
CMYK33.33%0.00%10.71%
34.12%

Color #70A896 in popluar number systems.

HEX70A896
Decimal112168150
Binary11100001010100010010110
Octal160250226

Shades and tints

Shades of #70A896

#70A896
(112,168,150)
#669989
(102,153,137)
#5C8A7C
(92,138,124)
#527B6F
(82,123,111)
#486C62
(72,108,98)
#3E5D55
(62,93,85)
#344E48
(52,78,72)
#2A3F3B
(42,63,59)
#20302E
(32,48,46)
#162121
(22,33,33)
#0C1214
(12,18,20)
#000000
(0,0,0)

Tints of #70A896

#70A896
(112,168,150)
#7DAF9F
(125,175,159)
#8AB6A8
(138,182,168)
#97BDB1
(151,189,177)
#A4C4BA
(164,196,186)
#B1CBC3
(177,203,195)
#BED2CC
(190,210,204)
#CBD9D5
(203,217,213)
#D8E0DE
(216,224,222)
#E5E7E7
(229,231,231)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70A896; }

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

This text font color is #70A896.


Background Color

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

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

This div background color is #70A896.


Border color

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

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

This div border color is #70A896.


Opacity

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

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

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

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

This text has shadow with #70A896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70A896 on black background.


Color preview on white background

This text has color #70A896 on white background.



Black color preview on #70A896 background

This text has black color on #70A896 background.


White color preview on #70A896 background

This text has white color on #70A896 background.