COLOR #70AAB7

HEX: #70AAB7
RGB: (112,170,183)

Color info

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

RGB color model

#70AAB7 color RGB value is (112,170,183).

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

RGB channels and saturation

R 112 of 255 = 44%
G 170 of 255 = 67%
B 183 of 255 = 72%

112
170
183

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

Portions of RGB colors in percentages

R + G + B =
112 + 170 + 183 = 465 (100%)
R 112 of 465 ~ 24.09%
G 170 of 465 ~ 36.56%
B 183 of 465 ~ 39.35%

%24.09
%36.56
%39.35

CMYK color model

#70AAB7 color CMYK value is (39,7,0,28).

  • cyan value is 38.80%
  • magenta value is 7.10%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(39,7,0,28)
C39M7Y0K28 
(39%,7%,0%,28%)
(0.39/0.07/0.00/0.28)	

CMYK percentages

%38.8
%7.1
%0
%28.24

Codes

Color #70AAB7 in popluar color models

70AAB7
RGB112170183
HSL191°33.02%57.84%
HSB/HSV191°38.80%71.76%
CMYK38.80%7.10%0.00%
28.24%

Color #70AAB7 in popluar number systems.

HEX70AAB7
Decimal112170183
Binary11100001010101010110111
Octal160252267

Shades and tints

Shades of #70AAB7

#70AAB7
(112,170,183)
#669BA7
(102,155,167)
#5C8C97
(92,140,151)
#527D87
(82,125,135)
#486E77
(72,110,119)
#3E5F67
(62,95,103)
#345057
(52,80,87)
#2A4147
(42,65,71)
#203237
(32,50,55)
#162327
(22,35,39)
#0C1417
(12,20,23)
#000000
(0,0,0)

Tints of #70AAB7

#70AAB7
(112,170,183)
#7DB1BD
(125,177,189)
#8AB8C3
(138,184,195)
#97BFC9
(151,191,201)
#A4C6CF
(164,198,207)
#B1CDD5
(177,205,213)
#BED4DB
(190,212,219)
#CBDBE1
(203,219,225)
#D8E2E7
(216,226,231)
#E5E9ED
(229,233,237)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70AAB7; }

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

This text font color is #70AAB7.


Background Color

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

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

This div background color is #70AAB7.


Border color

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

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

This div border color is #70AAB7.


Opacity

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

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

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

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

This text has shadow with #70AAB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70AAB7 on black background.


Color preview on white background

This text has color #70AAB7 on white background.



Black color preview on #70AAB7 background

This text has black color on #70AAB7 background.


White color preview on #70AAB7 background

This text has white color on #70AAB7 background.