COLOR #70AAA3

HEX: #70AAA3
RGB: (112,170,163)

Color info

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

RGB color model

#70AAA3 color RGB value is (112,170,163).

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

RGB channels and saturation

R 112 of 255 = 44%
G 170 of 255 = 67%
B 163 of 255 = 64%

112
170
163

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

Portions of RGB colors in percentages

R + G + B =
112 + 170 + 163 = 445 (100%)
R 112 of 445 ~ 25.17%
G 170 of 445 ~ 38.2%
B 163 of 445 ~ 36.63%

%25.17
%38.2
%36.63

CMYK color model

#70AAA3 color CMYK value is (34,0,4,33).

  • cyan value is 34.12%
  • magenta value is 0.00%
  • yellow value is 4.12%
  • key color value is 33.33%
CMYK:
(34,0,4,33)
C34M0Y4K33 
(34%,0%,4%,33%)
(0.34/0.00/0.04/0.33)	

CMYK percentages

%34.12
%0
%4.12
%33.33

Codes

Color #70AAA3 in popluar color models

70AAA3
RGB112170163
HSL173°25.44%55.29%
HSB/HSV173°34.12%66.67%
CMYK34.12%0.00%4.12%
33.33%

Color #70AAA3 in popluar number systems.

HEX70AAA3
Decimal112170163
Binary11100001010101010100011
Octal160252243

Shades and tints

Shades of #70AAA3

#70AAA3
(112,170,163)
#669B95
(102,155,149)
#5C8C87
(92,140,135)
#527D79
(82,125,121)
#486E6B
(72,110,107)
#3E5F5D
(62,95,93)
#34504F
(52,80,79)
#2A4141
(42,65,65)
#203233
(32,50,51)
#162325
(22,35,37)
#0C1417
(12,20,23)
#000000
(0,0,0)

Tints of #70AAA3

#70AAA3
(112,170,163)
#7DB1AB
(125,177,171)
#8AB8B3
(138,184,179)
#97BFBB
(151,191,187)
#A4C6C3
(164,198,195)
#B1CDCB
(177,205,203)
#BED4D3
(190,212,211)
#CBDBDB
(203,219,219)
#D8E2E3
(216,226,227)
#E5E9EB
(229,233,235)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70AAA3; }

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

This text font color is #70AAA3.


Background Color

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

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

This div background color is #70AAA3.


Border color

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

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

This div border color is #70AAA3.


Opacity

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

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

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

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

This text has shadow with #70AAA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70AAA3 on black background.


Color preview on white background

This text has color #70AAA3 on white background.



Black color preview on #70AAA3 background

This text has black color on #70AAA3 background.


White color preview on #70AAA3 background

This text has white color on #70AAA3 background.