COLOR #70988F

HEX: #70988F RGB: (112,152,143)

Color info

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

RGB color model

#70988F color RGB value is (112,152,143).

RGB: (112,152,143) (44%, 60%, 56%)

RGB channels and saturation

R 112 of 255 = 44%
G 152 of 255 = 60%
B 143 of 255 = 56%

112
152
143

R + G + B ~ 53%. #70988F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 152 + 143 = 407 (100%)
R 112 of 407 ~ 27.52%
G 152 of 407 ~ 37.35%
B 143 of 407 ~ 35.14'%

%27.52
%37.35
%35.14

CMYK color model

#70988F color CMYK value is (26,0,6,40).

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 5.92%
  • key color value is 40.39%

CMYK: (26,0,6,40)
C26M0Y6K40 (26%, 0%, 6%, 40%)
(0.26 / 0.00 / 0.06 / 0.40)

CMYK percentages

%26.32
%0
%5.92
%40.39

Codes

Color #70988F in popluar color models

70 98 8F
RGB 112 152 143
HSL 167° 16.26% 51.76%
HSB/HSV 167° 26.32% 59.61%
CMYK 26.32% 0.00% 5.92%
40.39%

Color #70988F in popluar number systems.

HEX 70 98 8F
Decimal 112 152 143
Binary 1110000 10011000 10001111
Octal 160 230 217

Shades and tints

Shades of #70988F

#70988F
(112,152,143)
#668B82
(102,139,130)
#5C7E75
(92,126,117)
#527168
(82,113,104)
#48645B
(72,100,91)
#3E574E
(62,87,78)
#344A41
(52,74,65)
#2A3D34
(42,61,52)
#203027
(32,48,39)
#16231A
(22,35,26)
#0C160D
(12,22,13)
#000000
(0,0,0)

Tints of #70988F

#70988F
(112,152,143)
#7DA199
(125,161,153)
#8AAAA3
(138,170,163)
#97B3AD
(151,179,173)
#A4BCB7
(164,188,183)
#B1C5C1
(177,197,193)
#BECECB
(190,206,203)
#CBD7D5
(203,215,213)
#D8E0DF
(216,224,223)
#E5E9E9
(229,233,233)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70988F color. Also use rgb(112,152,143) instead hex code.

Text Font Color

.myTextColor { color: #70988F; }

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

This text font color is #70988F.

Background Color

.myBgColor { background-color: #70988F; }

<div style="background-color:#70988F">Inner text</div>

This div background color is #70988F.

Border color

.myBorderColor { border: 1px solid #70988F; }

<div style="border:3px solid #70988F">Div</div>

This div border color is #70988F.

Opacity

.myOpacity80 { color: #70988F; opacity: 0.8; }

<p style="color:#70988F;opacity:0.8;">80%</p>

Text with #70988F 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 #70988F;}

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

This text has shadow with #70988F color.


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

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

This text has shadow with #70988F primary color and red secondary color.


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

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

This text has shadow with #70988F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #70988F.

Preview

Color preview on black background

This text has color #70988F on black background.


Color preview on white background

This text has color #70988F on white background.


Black color preview on #70988F background

This text has black color on #70988F background.


White color preview on #70988F background

This text has white color on #70988F background.


Related colors

Complementary color

Complementary color for #hex is #8F6770.


I love getcolorcode.com

Triadic colors

1 #8F7098 and #988F70 with #70988F are triadic colors.

2 #8F9870 and #98708F with #70988F are triadic colors.