COLOR #70AAB9

HEX: #70AAB9 RGB: (112,170,185)

Color info

#70AAB9 contains mainly green and blue colors. Web safe color of #70AAB9 is #6699CC (or #69C).

RGB color model

#70AAB9 color RGB value is (112,170,185).

RGB: (112,170,185) (44%, 67%, 73%)

RGB channels and saturation

R 112 of 255 = 44%
G 170 of 255 = 67%
B 185 of 255 = 73%

112
170
185

R + G + B ~ 61%. #70AAB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 112 + 170 + 185 = 467 (100%)
R 112 of 467 ~ 23.98%
G 170 of 467 ~ 36.4%
B 185 of 467 ~ 39.61'%

%23.98
%36.4
%39.61

CMYK color model

#70AAB9 color CMYK value is (39,8,0,27).

  • cyan value is 39.46%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (39,8,0,27)
C39M8Y0K27 (39%, 8%, 0%, 27%)
(0.39 / 0.08 / 0.00 / 0.27)

CMYK percentages

%39.46
%8.11
%0
%27.45

Codes

Color #70AAB9 in popluar color models

70 AA B9
RGB 112 170 185
HSL 192° 34.27% 58.24%
HSB/HSV 192° 39.46% 72.55%
CMYK 39.46% 8.11% 0.00%
27.45%

Color #70AAB9 in popluar number systems.

HEX 70 AA B9
Decimal 112 170 185
Binary 1110000 10101010 10111001
Octal 160 252 271

Shades and tints

Shades of #70AAB9

#70AAB9
(112,170,185)
#669BA9
(102,155,169)
#5C8C99
(92,140,153)
#527D89
(82,125,137)
#486E79
(72,110,121)
#3E5F69
(62,95,105)
#345059
(52,80,89)
#2A4149
(42,65,73)
#203239
(32,50,57)
#162329
(22,35,41)
#0C1419
(12,20,25)
#000000
(0,0,0)

Tints of #70AAB9

#70AAB9
(112,170,185)
#7DB1BF
(125,177,191)
#8AB8C5
(138,184,197)
#97BFCB
(151,191,203)
#A4C6D1
(164,198,209)
#B1CDD7
(177,205,215)
#BED4DD
(190,212,221)
#CBDBE3
(203,219,227)
#D8E2E9
(216,226,233)
#E5E9EF
(229,233,239)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70AAB9; }

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

This text font color is #70AAB9.

Background Color

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

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

This div background color is #70AAB9.

Border color

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

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

This div border color is #70AAB9.

Opacity

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

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

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

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

This text has shadow with #70AAB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70AAB9.

Preview

Color preview on black background

This text has color #70AAB9 on black background.


Color preview on white background

This text has color #70AAB9 on white background.


Black color preview on #70AAB9 background

This text has black color on #70AAB9 background.


White color preview on #70AAB9 background

This text has white color on #70AAB9 background.


Related colors

Complementary color

Complementary color for #hex is #8F5546.


I love getcolorcode.com

Triadic colors

1 #B970AA and #AAB970 with #70AAB9 are triadic colors.

2 #B9AA70 and #AA70B9 with #70AAB9 are triadic colors.