COLOR #70A08D

HEX: #70A08D RGB: (112,160,141)

Color info

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

RGB color model

#70A08D color RGB value is (112,160,141).

RGB: (112,160,141) (44%, 63%, 55%)

RGB channels and saturation

R 112 of 255 = 44%
G 160 of 255 = 63%
B 141 of 255 = 55%

112
160
141

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

Portions of RGB colors in percentages

R + G + B = 112 + 160 + 141 = 413 (100%)
R 112 of 413 ~ 27.12%
G 160 of 413 ~ 38.74%
B 141 of 413 ~ 34.14'%

%27.12
%38.74
%34.14

CMYK color model

#70A08D color CMYK value is (30,0,12,37).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 11.88%
  • key color value is 37.25%

CMYK: (30,0,12,37)
C30M0Y12K37 (30%, 0%, 12%, 37%)
(0.30 / 0.00 / 0.12 / 0.37)

CMYK percentages

%30
%0
%11.88
%37.25

Codes

Color #70A08D in popluar color models

70 A0 8D
RGB 112 160 141
HSL 156° 20.17% 53.33%
HSB/HSV 156° 30.00% 62.75%
CMYK 30.00% 0.00% 11.88%
37.25%

Color #70A08D in popluar number systems.

HEX 70 A0 8D
Decimal 112 160 141
Binary 1110000 10100000 10001101
Octal 160 240 215

Shades and tints

Shades of #70A08D

#70A08D
(112,160,141)
#669281
(102,146,129)
#5C8475
(92,132,117)
#527669
(82,118,105)
#48685D
(72,104,93)
#3E5A51
(62,90,81)
#344C45
(52,76,69)
#2A3E39
(42,62,57)
#20302D
(32,48,45)
#162221
(22,34,33)
#0C1415
(12,20,21)
#000000
(0,0,0)

Tints of #70A08D

#70A08D
(112,160,141)
#7DA897
(125,168,151)
#8AB0A1
(138,176,161)
#97B8AB
(151,184,171)
#A4C0B5
(164,192,181)
#B1C8BF
(177,200,191)
#BED0C9
(190,208,201)
#CBD8D3
(203,216,211)
#D8E0DD
(216,224,221)
#E5E8E7
(229,232,231)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70A08D; }

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

This text font color is #70A08D.

Background Color

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

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

This div background color is #70A08D.

Border color

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

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

This div border color is #70A08D.

Opacity

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

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

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

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

This text has shadow with #70A08D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70A08D.

Preview

Color preview on black background

This text has color #70A08D on black background.


Color preview on white background

This text has color #70A08D on white background.


Black color preview on #70A08D background

This text has black color on #70A08D background.


White color preview on #70A08D background

This text has white color on #70A08D background.


Related colors

Complementary color

Complementary color for #hex is #8F5F72.


I love getcolorcode.com

Triadic colors

1 #8D70A0 and #A08D70 with #70A08D are triadic colors.

2 #8DA070 and #A0708D with #70A08D are triadic colors.