COLOR #70AA8D

HEX: #70AA8D
RGB: (112,170,141)

Color info

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

RGB color model

#70AA8D color RGB value is (112,170,141).

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

RGB channels and saturation

R 112 of 255 = 44%
G 170 of 255 = 67%
B 141 of 255 = 55%

112
170
141

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

Portions of RGB colors in percentages

R + G + B =
112 + 170 + 141 = 423 (100%)
R 112 of 423 ~ 26.48%
G 170 of 423 ~ 40.19%
B 141 of 423 ~ 33.33%

%26.48
%40.19
%33.33

CMYK color model

#70AA8D color CMYK value is (34,0,17,33).

  • cyan value is 34.12%
  • magenta value is 0.00%
  • yellow value is 17.06%
  • key color value is 33.33%
CMYK:
(34,0,17,33)
C34M0Y17K33 
(34%,0%,17%,33%)
(0.34/0.00/0.17/0.33)	

CMYK percentages

%34.12
%0
%17.06
%33.33

Codes

Color #70AA8D in popluar color models

70AA8D
RGB112170141
HSL150°25.44%55.29%
HSB/HSV150°34.12%66.67%
CMYK34.12%0.00%17.06%
33.33%

Color #70AA8D in popluar number systems.

HEX70AA8D
Decimal112170141
Binary11100001010101010001101
Octal160252215

Shades and tints

Shades of #70AA8D

#70AA8D
(112,170,141)
#669B81
(102,155,129)
#5C8C75
(92,140,117)
#527D69
(82,125,105)
#486E5D
(72,110,93)
#3E5F51
(62,95,81)
#345045
(52,80,69)
#2A4139
(42,65,57)
#20322D
(32,50,45)
#162321
(22,35,33)
#0C1415
(12,20,21)
#000000
(0,0,0)

Tints of #70AA8D

#70AA8D
(112,170,141)
#7DB197
(125,177,151)
#8AB8A1
(138,184,161)
#97BFAB
(151,191,171)
#A4C6B5
(164,198,181)
#B1CDBF
(177,205,191)
#BED4C9
(190,212,201)
#CBDBD3
(203,219,211)
#D8E2DD
(216,226,221)
#E5E9E7
(229,233,231)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70AA8D; }

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

This text font color is #70AA8D.


Background Color

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

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

This div background color is #70AA8D.


Border color

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

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

This div border color is #70AA8D.


Opacity

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

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

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

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

This text has shadow with #70AA8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70AA8D on black background.


Color preview on white background

This text has color #70AA8D on white background.



Black color preview on #70AA8D background

This text has black color on #70AA8D background.


White color preview on #70AA8D background

This text has white color on #70AA8D background.