COLOR #70A0AA

HEX: #70A0AA RGB: (112,160,170)

Color info

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

RGB color model

#70A0AA color RGB value is (112,160,170).

RGB: (112,160,170) (44%, 63%, 67%)

RGB channels and saturation

R 112 of 255 = 44%
G 160 of 255 = 63%
B 170 of 255 = 67%

112
160
170

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

Portions of RGB colors in percentages

R + G + B = 112 + 160 + 170 = 442 (100%)
R 112 of 442 ~ 25.34%
G 160 of 442 ~ 36.2%
B 170 of 442 ~ 38.46'%

%25.34
%36.2
%38.46

CMYK color model

#70A0AA color CMYK value is (34,6,0,33).

  • cyan value is 34.12%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (34,6,0,33)
C34M6Y0K33 (34%, 6%, 0%, 33%)
(0.34 / 0.06 / 0.00 / 0.33)

CMYK percentages

%34.12
%5.88
%0
%33.33

Codes

Color #70A0AA in popluar color models

70 A0 AA
RGB 112 160 170
HSL 190° 25.44% 55.29%
HSB/HSV 190° 34.12% 66.67%
CMYK 34.12% 5.88% 0.00%
33.33%

Color #70A0AA in popluar number systems.

HEX 70 A0 AA
Decimal 112 160 170
Binary 1110000 10100000 10101010
Octal 160 240 252

Shades and tints

Shades of #70A0AA

#70A0AA
(112,160,170)
#66929B
(102,146,155)
#5C848C
(92,132,140)
#52767D
(82,118,125)
#48686E
(72,104,110)
#3E5A5F
(62,90,95)
#344C50
(52,76,80)
#2A3E41
(42,62,65)
#203032
(32,48,50)
#162223
(22,34,35)
#0C1414
(12,20,20)
#000000
(0,0,0)

Tints of #70A0AA

#70A0AA
(112,160,170)
#7DA8B1
(125,168,177)
#8AB0B8
(138,176,184)
#97B8BF
(151,184,191)
#A4C0C6
(164,192,198)
#B1C8CD
(177,200,205)
#BED0D4
(190,208,212)
#CBD8DB
(203,216,219)
#D8E0E2
(216,224,226)
#E5E8E9
(229,232,233)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70A0AA; }

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

This text font color is #70A0AA.

Background Color

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

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

This div background color is #70A0AA.

Border color

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

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

This div border color is #70A0AA.

Opacity

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

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

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

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

This text has shadow with #70A0AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70A0AA.

Preview

Color preview on black background

This text has color #70A0AA on black background.


Color preview on white background

This text has color #70A0AA on white background.


Black color preview on #70A0AA background

This text has black color on #70A0AA background.


White color preview on #70A0AA background

This text has white color on #70A0AA background.


Related colors

Complementary color

Complementary color for #hex is #8F5F55.


I love getcolorcode.com

Triadic colors

1 #AA70A0 and #A0AA70 with #70A0AA are triadic colors.

2 #AAA070 and #A070AA with #70A0AA are triadic colors.