COLOR #70A3AD

HEX: #70A3AD RGB: (112,163,173)

Color info

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

RGB color model

#70A3AD color RGB value is (112,163,173).

RGB: (112,163,173) (44%, 64%, 68%)

RGB channels and saturation

R 112 of 255 = 44%
G 163 of 255 = 64%
B 173 of 255 = 68%

112
163
173

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

Portions of RGB colors in percentages

R + G + B = 112 + 163 + 173 = 448 (100%)
R 112 of 448 ~ 25%
G 163 of 448 ~ 36.38%
B 173 of 448 ~ 38.62'%

%25
%36.38
%38.62

CMYK color model

#70A3AD color CMYK value is (35,6,0,32).

  • cyan value is 35.26%
  • magenta value is 5.78%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (35,6,0,32)
C35M6Y0K32 (35%, 6%, 0%, 32%)
(0.35 / 0.06 / 0.00 / 0.32)

CMYK percentages

%35.26
%5.78
%0
%32.16

Codes

Color #70A3AD in popluar color models

70 A3 AD
RGB 112 163 173
HSL 190° 27.11% 55.88%
HSB/HSV 190° 35.26% 67.84%
CMYK 35.26% 5.78% 0.00%
32.16%

Color #70A3AD in popluar number systems.

HEX 70 A3 AD
Decimal 112 163 173
Binary 1110000 10100011 10101101
Octal 160 243 255

Shades and tints

Shades of #70A3AD

#70A3AD
(112,163,173)
#66959E
(102,149,158)
#5C878F
(92,135,143)
#527980
(82,121,128)
#486B71
(72,107,113)
#3E5D62
(62,93,98)
#344F53
(52,79,83)
#2A4144
(42,65,68)
#203335
(32,51,53)
#162526
(22,37,38)
#0C1717
(12,23,23)
#000000
(0,0,0)

Tints of #70A3AD

#70A3AD
(112,163,173)
#7DABB4
(125,171,180)
#8AB3BB
(138,179,187)
#97BBC2
(151,187,194)
#A4C3C9
(164,195,201)
#B1CBD0
(177,203,208)
#BED3D7
(190,211,215)
#CBDBDE
(203,219,222)
#D8E3E5
(216,227,229)
#E5EBEC
(229,235,236)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70A3AD; }

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

This text font color is #70A3AD.

Background Color

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

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

This div background color is #70A3AD.

Border color

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

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

This div border color is #70A3AD.

Opacity

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

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

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

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

This text has shadow with #70A3AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70A3AD.

Preview

Color preview on black background

This text has color #70A3AD on black background.


Color preview on white background

This text has color #70A3AD on white background.


Black color preview on #70A3AD background

This text has black color on #70A3AD background.


White color preview on #70A3AD background

This text has white color on #70A3AD background.


Related colors

Complementary color

Complementary color for #hex is #8F5C52.


I love getcolorcode.com

Triadic colors

1 #AD70A3 and #A3AD70 with #70A3AD are triadic colors.

2 #ADA370 and #A370AD with #70A3AD are triadic colors.