COLOR #70A8AF

HEX: #70A8AF RGB: (112,168,175)

Color info

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

RGB color model

#70A8AF color RGB value is (112,168,175).

RGB: (112,168,175) (44%, 66%, 69%)

RGB channels and saturation

R 112 of 255 = 44%
G 168 of 255 = 66%
B 175 of 255 = 69%

112
168
175

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

Portions of RGB colors in percentages

R + G + B = 112 + 168 + 175 = 455 (100%)
R 112 of 455 ~ 24.62%
G 168 of 455 ~ 36.92%
B 175 of 455 ~ 38.46'%

%24.62
%36.92
%38.46

CMYK color model

#70A8AF color CMYK value is (36,4,0,31).

  • cyan value is 36.00%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (36,4,0,31)
C36M4Y0K31 (36%, 4%, 0%, 31%)
(0.36 / 0.04 / 0.00 / 0.31)

CMYK percentages

%36
%4
%0
%31.37

Codes

Color #70A8AF in popluar color models

70 A8 AF
RGB 112 168 175
HSL 187° 28.25% 56.27%
HSB/HSV 187° 36.00% 68.63%
CMYK 36.00% 4.00% 0.00%
31.37%

Color #70A8AF in popluar number systems.

HEX 70 A8 AF
Decimal 112 168 175
Binary 1110000 10101000 10101111
Octal 160 250 257

Shades and tints

Shades of #70A8AF

#70A8AF
(112,168,175)
#6699A0
(102,153,160)
#5C8A91
(92,138,145)
#527B82
(82,123,130)
#486C73
(72,108,115)
#3E5D64
(62,93,100)
#344E55
(52,78,85)
#2A3F46
(42,63,70)
#203037
(32,48,55)
#162128
(22,33,40)
#0C1219
(12,18,25)
#000000
(0,0,0)

Tints of #70A8AF

#70A8AF
(112,168,175)
#7DAFB6
(125,175,182)
#8AB6BD
(138,182,189)
#97BDC4
(151,189,196)
#A4C4CB
(164,196,203)
#B1CBD2
(177,203,210)
#BED2D9
(190,210,217)
#CBD9E0
(203,217,224)
#D8E0E7
(216,224,231)
#E5E7EE
(229,231,238)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70A8AF color. Also use rgb(112,168,175) instead hex code.

Text Font Color

.myTextColor { color: #70A8AF; }

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

This text font color is #70A8AF.

Background Color

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

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

This div background color is #70A8AF.

Border color

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

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

This div border color is #70A8AF.

Opacity

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

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

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

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

This text has shadow with #70A8AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70A8AF.

Preview

Color preview on black background

This text has color #70A8AF on black background.


Color preview on white background

This text has color #70A8AF on white background.


Black color preview on #70A8AF background

This text has black color on #70A8AF background.


White color preview on #70A8AF background

This text has white color on #70A8AF background.


Related colors

Complementary color

Complementary color for #hex is #8F5750.


I love getcolorcode.com

Triadic colors

1 #AF70A8 and #A8AF70 with #70A8AF are triadic colors.

2 #AFA870 and #A870AF with #70A8AF are triadic colors.