COLOR #70B98C

HEX: #70B98C RGB: (112,185,140)

Color info

#70B98C contains mainly green and blue colors. Web safe color of #70B98C is #66CC99 (or #6C9).

RGB color model

#70B98C color RGB value is (112,185,140).

RGB: (112,185,140) (44%, 73%, 55%)

RGB channels and saturation

R 112 of 255 = 44%
G 185 of 255 = 73%
B 140 of 255 = 55%

112
185
140

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

Portions of RGB colors in percentages

R + G + B = 112 + 185 + 140 = 437 (100%)
R 112 of 437 ~ 25.63%
G 185 of 437 ~ 42.33%
B 140 of 437 ~ 32.04'%

%25.63
%42.33
%32.04

CMYK color model

#70B98C color CMYK value is (39,0,24,27).

  • cyan value is 39.46%
  • magenta value is 0.00%
  • yellow value is 24.32%
  • key color value is 27.45%

CMYK: (39,0,24,27)
C39M0Y24K27 (39%, 0%, 24%, 27%)
(0.39 / 0.00 / 0.24 / 0.27)

CMYK percentages

%39.46
%0
%24.32
%27.45

Codes

Color #70B98C in popluar color models

70 B9 8C
RGB 112 185 140
HSL 143° 34.27% 58.24%
HSB/HSV 143° 39.46% 72.55%
CMYK 39.46% 0.00% 24.32%
27.45%

Color #70B98C in popluar number systems.

HEX 70 B9 8C
Decimal 112 185 140
Binary 1110000 10111001 10001100
Octal 160 271 214

Shades and tints

Shades of #70B98C

#70B98C
(112,185,140)
#66A980
(102,169,128)
#5C9974
(92,153,116)
#528968
(82,137,104)
#48795C
(72,121,92)
#3E6950
(62,105,80)
#345944
(52,89,68)
#2A4938
(42,73,56)
#20392C
(32,57,44)
#162920
(22,41,32)
#0C1914
(12,25,20)
#000000
(0,0,0)

Tints of #70B98C

#70B98C
(112,185,140)
#7DBF96
(125,191,150)
#8AC5A0
(138,197,160)
#97CBAA
(151,203,170)
#A4D1B4
(164,209,180)
#B1D7BE
(177,215,190)
#BEDDC8
(190,221,200)
#CBE3D2
(203,227,210)
#D8E9DC
(216,233,220)
#E5EFE6
(229,239,230)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70B98C color. Also use rgb(112,185,140) instead hex code.

Text Font Color

.myTextColor { color: #70B98C; }

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

This text font color is #70B98C.

Background Color

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

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

This div background color is #70B98C.

Border color

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

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

This div border color is #70B98C.

Opacity

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

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

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

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

This text has shadow with #70B98C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70B98C.

Preview

Color preview on black background

This text has color #70B98C on black background.


Color preview on white background

This text has color #70B98C on white background.


Black color preview on #70B98C background

This text has black color on #70B98C background.


White color preview on #70B98C background

This text has white color on #70B98C background.


Related colors

Complementary color

Complementary color for #hex is #8F4673.


I love getcolorcode.com

Triadic colors

1 #8C70B9 and #B98C70 with #70B98C are triadic colors.

2 #8CB970 and #B9708C with #70B98C are triadic colors.