COLOR #70A09E

HEX: #70A09E
RGB: (112,160,158)

Color info

#70A09E contains red, green and blue colors in about the same proportion. Web safe color of #70A09E is #669999 (or #699).

RGB color model

#70A09E color RGB value is (112,160,158).

  • red value is 112;
  • green value is 160;
  • blue value is 158.
RGB:
(112,160,158)
(44%,63%,62%)

RGB channels and saturation

R 112 of 255 = 44%
G 160 of 255 = 63%
B 158 of 255 = 62%

112
160
158

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

Portions of RGB colors in percentages

R + G + B =
112 + 160 + 158 = 430 (100%)
R 112 of 430 ~ 26.05%
G 160 of 430 ~ 37.21%
B 158 of 430 ~ 36.74%

%26.05
%37.21
%36.74

CMYK color model

#70A09E color CMYK value is (30,0,1,37).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 1.25%
  • key color value is 37.25%
CMYK:
(30,0,1,37)
C30M0Y1K37 
(30%,0%,1%,37%)
(0.30/0.00/0.01/0.37)	

CMYK percentages

%30
%0
%1.25
%37.25

Codes

Color #70A09E in popluar color models

70A09E
RGB112160158
HSL178°20.17%53.33%
HSB/HSV178°30.00%62.75%
CMYK30.00%0.00%1.25%
37.25%

Color #70A09E in popluar number systems.

HEX70A09E
Decimal112160158
Binary11100001010000010011110
Octal160240236

Shades and tints

Shades of #70A09E

#70A09E
(112,160,158)
#669290
(102,146,144)
#5C8482
(92,132,130)
#527674
(82,118,116)
#486866
(72,104,102)
#3E5A58
(62,90,88)
#344C4A
(52,76,74)
#2A3E3C
(42,62,60)
#20302E
(32,48,46)
#162220
(22,34,32)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #70A09E

#70A09E
(112,160,158)
#7DA8A6
(125,168,166)
#8AB0AE
(138,176,174)
#97B8B6
(151,184,182)
#A4C0BE
(164,192,190)
#B1C8C6
(177,200,198)
#BED0CE
(190,208,206)
#CBD8D6
(203,216,214)
#D8E0DE
(216,224,222)
#E5E8E6
(229,232,230)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70A09E color. Also use rgb(112,160,158) instead hex code.

Text Font Color

.myTextColor { color: #70A09E; }

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

This text font color is #70A09E.


Background Color

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

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

This div background color is #70A09E.


Border color

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

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

This div border color is #70A09E.


Opacity

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

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

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

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

This text has shadow with #70A09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70A09E on black background.


Color preview on white background

This text has color #70A09E on white background.



Black color preview on #70A09E background

This text has black color on #70A09E background.


White color preview on #70A09E background

This text has white color on #70A09E background.