COLOR #70ABAD

HEX: #70ABAD
RGB: (112,171,173)

Color info

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

RGB color model

#70ABAD color RGB value is (112,171,173).

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

RGB channels and saturation

R 112 of 255 = 44%
G 171 of 255 = 67%
B 173 of 255 = 68%

112
171
173

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

Portions of RGB colors in percentages

R + G + B =
112 + 171 + 173 = 456 (100%)
R 112 of 456 ~ 24.56%
G 171 of 456 ~ 37.5%
B 173 of 456 ~ 37.94%

%24.56
%37.5
%37.94

CMYK color model

#70ABAD color CMYK value is (35,1,0,32).

  • cyan value is 35.26%
  • magenta value is 1.16%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(35,1,0,32)
C35M1Y0K32 
(35%,1%,0%,32%)
(0.35/0.01/0.00/0.32)	

CMYK percentages

%35.26
%1.16
%0
%32.16

Codes

Color #70ABAD in popluar color models

70ABAD
RGB112171173
HSL182°27.11%55.88%
HSB/HSV182°35.26%67.84%
CMYK35.26%1.16%0.00%
32.16%

Color #70ABAD in popluar number systems.

HEX70ABAD
Decimal112171173
Binary11100001010101110101101
Octal160253255

Shades and tints

Shades of #70ABAD

#70ABAD
(112,171,173)
#669C9E
(102,156,158)
#5C8D8F
(92,141,143)
#527E80
(82,126,128)
#486F71
(72,111,113)
#3E6062
(62,96,98)
#345153
(52,81,83)
#2A4244
(42,66,68)
#203335
(32,51,53)
#162426
(22,36,38)
#0C1517
(12,21,23)
#000000
(0,0,0)

Tints of #70ABAD

#70ABAD
(112,171,173)
#7DB2B4
(125,178,180)
#8AB9BB
(138,185,187)
#97C0C2
(151,192,194)
#A4C7C9
(164,199,201)
#B1CED0
(177,206,208)
#BED5D7
(190,213,215)
#CBDCDE
(203,220,222)
#D8E3E5
(216,227,229)
#E5EAEC
(229,234,236)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70ABAD; }

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

This text font color is #70ABAD.


Background Color

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

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

This div background color is #70ABAD.


Border color

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

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

This div border color is #70ABAD.


Opacity

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

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

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

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

This text has shadow with #70ABAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70ABAD on black background.


Color preview on white background

This text has color #70ABAD on white background.



Black color preview on #70ABAD background

This text has black color on #70ABAD background.


White color preview on #70ABAD background

This text has white color on #70ABAD background.