COLOR #70AF8D

HEX: #70AF8D RGB: (112,175,141)

Color info

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

RGB color model

#70AF8D color RGB value is (112,175,141).

RGB: (112,175,141) (44%, 69%, 55%)

RGB channels and saturation

R 112 of 255 = 44%
G 175 of 255 = 69%
B 141 of 255 = 55%

112
175
141

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

Portions of RGB colors in percentages

R + G + B = 112 + 175 + 141 = 428 (100%)
R 112 of 428 ~ 26.17%
G 175 of 428 ~ 40.89%
B 141 of 428 ~ 32.94'%

%26.17
%40.89
%32.94

CMYK color model

#70AF8D color CMYK value is (36,0,19,31).

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

CMYK: (36,0,19,31)
C36M0Y19K31 (36%, 0%, 19%, 31%)
(0.36 / 0.00 / 0.19 / 0.31)

CMYK percentages

%36
%0
%19.43
%31.37

Codes

Color #70AF8D in popluar color models

70 AF 8D
RGB 112 175 141
HSL 148° 28.25% 56.27%
HSB/HSV 148° 36.00% 68.63%
CMYK 36.00% 0.00% 19.43%
31.37%

Color #70AF8D in popluar number systems.

HEX 70 AF 8D
Decimal 112 175 141
Binary 1110000 10101111 10001101
Octal 160 257 215

Shades and tints

Shades of #70AF8D

#70AF8D
(112,175,141)
#66A081
(102,160,129)
#5C9175
(92,145,117)
#528269
(82,130,105)
#48735D
(72,115,93)
#3E6451
(62,100,81)
#345545
(52,85,69)
#2A4639
(42,70,57)
#20372D
(32,55,45)
#162821
(22,40,33)
#0C1915
(12,25,21)
#000000
(0,0,0)

Tints of #70AF8D

#70AF8D
(112,175,141)
#7DB697
(125,182,151)
#8ABDA1
(138,189,161)
#97C4AB
(151,196,171)
#A4CBB5
(164,203,181)
#B1D2BF
(177,210,191)
#BED9C9
(190,217,201)
#CBE0D3
(203,224,211)
#D8E7DD
(216,231,221)
#E5EEE7
(229,238,231)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70AF8D; }

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

This text font color is #70AF8D.

Background Color

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

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

This div background color is #70AF8D.

Border color

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

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

This div border color is #70AF8D.

Opacity

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

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

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

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

This text has shadow with #70AF8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70AF8D.

Preview

Color preview on black background

This text has color #70AF8D on black background.


Color preview on white background

This text has color #70AF8D on white background.


Black color preview on #70AF8D background

This text has black color on #70AF8D background.


White color preview on #70AF8D background

This text has white color on #70AF8D background.


Related colors

Complementary color

Complementary color for #hex is #8F5072.


I love getcolorcode.com

Triadic colors

1 #8D70AF and #AF8D70 with #70AF8D are triadic colors.

2 #8DAF70 and #AF708D with #70AF8D are triadic colors.