COLOR #70A5AD

HEX: #70A5AD
RGB: (112,165,173)

Color info

#70A5AD contains mainly green and blue colors. Web safe color of #70A5AD is #669999 (or #699).

RGB color model

#70A5AD color RGB value is (112,165,173).

  • red value is 112;
  • green value is 165;
  • blue value is 173.
RGB:
(112,165,173)
(44%,65%,68%)

RGB channels and saturation

R 112 of 255 = 44%
G 165 of 255 = 65%
B 173 of 255 = 68%

112
165
173

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

Portions of RGB colors in percentages

R + G + B =
112 + 165 + 173 = 450 (100%)
R 112 of 450 ~ 24.89%
G 165 of 450 ~ 36.67%
B 173 of 450 ~ 38.44%

%24.89
%36.67
%38.44

CMYK color model

#70A5AD color CMYK value is (35,5,0,32).

  • cyan value is 35.26%
  • magenta value is 4.62%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(35,5,0,32)
C35M5Y0K32 
(35%,5%,0%,32%)
(0.35/0.05/0.00/0.32)	

CMYK percentages

%35.26
%4.62
%0
%32.16

Codes

Color #70A5AD in popluar color models

70A5AD
RGB112165173
HSL188°27.11%55.88%
HSB/HSV188°35.26%67.84%
CMYK35.26%4.62%0.00%
32.16%

Color #70A5AD in popluar number systems.

HEX70A5AD
Decimal112165173
Binary11100001010010110101101
Octal160245255

Shades and tints

Shades of #70A5AD

#70A5AD
(112,165,173)
#66969E
(102,150,158)
#5C878F
(92,135,143)
#527880
(82,120,128)
#486971
(72,105,113)
#3E5A62
(62,90,98)
#344B53
(52,75,83)
#2A3C44
(42,60,68)
#202D35
(32,45,53)
#161E26
(22,30,38)
#0C0F17
(12,15,23)
#000000
(0,0,0)

Tints of #70A5AD

#70A5AD
(112,165,173)
#7DADB4
(125,173,180)
#8AB5BB
(138,181,187)
#97BDC2
(151,189,194)
#A4C5C9
(164,197,201)
#B1CDD0
(177,205,208)
#BED5D7
(190,213,215)
#CBDDDE
(203,221,222)
#D8E5E5
(216,229,229)
#E5EDEC
(229,237,236)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70A5AD color. Also use rgb(112,165,173) instead hex code.

Text Font Color

.myTextColor { color: #70A5AD; }

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

This text font color is #70A5AD.


Background Color

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

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

This div background color is #70A5AD.


Border color

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

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

This div border color is #70A5AD.


Opacity

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

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

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

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

This text has shadow with #70A5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70A5AD on black background.


Color preview on white background

This text has color #70A5AD on white background.



Black color preview on #70A5AD background

This text has black color on #70A5AD background.


White color preview on #70A5AD background

This text has white color on #70A5AD background.