COLOR #70AA9D

HEX: #70AA9D
RGB: (112,170,157)

Color info

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

RGB color model

#70AA9D color RGB value is (112,170,157).

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

RGB channels and saturation

R 112 of 255 = 44%
G 170 of 255 = 67%
B 157 of 255 = 62%

112
170
157

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

Portions of RGB colors in percentages

R + G + B =
112 + 170 + 157 = 439 (100%)
R 112 of 439 ~ 25.51%
G 170 of 439 ~ 38.72%
B 157 of 439 ~ 35.76%

%25.51
%38.72
%35.76

CMYK color model

#70AA9D color CMYK value is (34,0,8,33).

  • cyan value is 34.12%
  • magenta value is 0.00%
  • yellow value is 7.65%
  • key color value is 33.33%
CMYK:
(34,0,8,33)
C34M0Y8K33 
(34%,0%,8%,33%)
(0.34/0.00/0.08/0.33)	

CMYK percentages

%34.12
%0
%7.65
%33.33

Codes

Color #70AA9D in popluar color models

70AA9D
RGB112170157
HSL167°25.44%55.29%
HSB/HSV167°34.12%66.67%
CMYK34.12%0.00%7.65%
33.33%

Color #70AA9D in popluar number systems.

HEX70AA9D
Decimal112170157
Binary11100001010101010011101
Octal160252235

Shades and tints

Shades of #70AA9D

#70AA9D
(112,170,157)
#669B8F
(102,155,143)
#5C8C81
(92,140,129)
#527D73
(82,125,115)
#486E65
(72,110,101)
#3E5F57
(62,95,87)
#345049
(52,80,73)
#2A413B
(42,65,59)
#20322D
(32,50,45)
#16231F
(22,35,31)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #70AA9D

#70AA9D
(112,170,157)
#7DB1A5
(125,177,165)
#8AB8AD
(138,184,173)
#97BFB5
(151,191,181)
#A4C6BD
(164,198,189)
#B1CDC5
(177,205,197)
#BED4CD
(190,212,205)
#CBDBD5
(203,219,213)
#D8E2DD
(216,226,221)
#E5E9E5
(229,233,229)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70AA9D; }

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

This text font color is #70AA9D.


Background Color

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

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

This div background color is #70AA9D.


Border color

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

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

This div border color is #70AA9D.


Opacity

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

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

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

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

This text has shadow with #70AA9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70AA9D on black background.


Color preview on white background

This text has color #70AA9D on white background.



Black color preview on #70AA9D background

This text has black color on #70AA9D background.


White color preview on #70AA9D background

This text has white color on #70AA9D background.