COLOR #70AC83

HEX: #70AC83
RGB: (112,172,131)

Color info

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

RGB color model

#70AC83 color RGB value is (112,172,131).

  • red value is 112;
  • green value is 172;
  • blue value is 131.
RGB:
(112,172,131)
(44%,67%,51%)

RGB channels and saturation

R 112 of 255 = 44%
G 172 of 255 = 67%
B 131 of 255 = 51%

112
172
131

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

Portions of RGB colors in percentages

R + G + B =
112 + 172 + 131 = 415 (100%)
R 112 of 415 ~ 26.99%
G 172 of 415 ~ 41.45%
B 131 of 415 ~ 31.57%

%26.99
%41.45
%31.57

CMYK color model

#70AC83 color CMYK value is (35,0,24,33).

  • cyan value is 34.88%
  • magenta value is 0.00%
  • yellow value is 23.84%
  • key color value is 32.55%
CMYK:
(35,0,24,33)
C35M0Y24K33 
(35%,0%,24%,33%)
(0.35/0.00/0.24/0.33)	

CMYK percentages

%34.88
%0
%23.84
%32.55

Codes

Color #70AC83 in popluar color models

70AC83
RGB112172131
HSL139°26.55%55.69%
HSB/HSV139°34.88%67.45%
CMYK34.88%0.00%23.84%
32.55%

Color #70AC83 in popluar number systems.

HEX70AC83
Decimal112172131
Binary11100001010110010000011
Octal160254203

Shades and tints

Shades of #70AC83

#70AC83
(112,172,131)
#669D78
(102,157,120)
#5C8E6D
(92,142,109)
#527F62
(82,127,98)
#487057
(72,112,87)
#3E614C
(62,97,76)
#345241
(52,82,65)
#2A4336
(42,67,54)
#20342B
(32,52,43)
#162520
(22,37,32)
#0C1615
(12,22,21)
#000000
(0,0,0)

Tints of #70AC83

#70AC83
(112,172,131)
#7DB38E
(125,179,142)
#8ABA99
(138,186,153)
#97C1A4
(151,193,164)
#A4C8AF
(164,200,175)
#B1CFBA
(177,207,186)
#BED6C5
(190,214,197)
#CBDDD0
(203,221,208)
#D8E4DB
(216,228,219)
#E5EBE6
(229,235,230)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70AC83 color. Also use rgb(112,172,131) instead hex code.

Text Font Color

.myTextColor { color: #70AC83; }

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

This text font color is #70AC83.


Background Color

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

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

This div background color is #70AC83.


Border color

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

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

This div border color is #70AC83.


Opacity

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

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

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

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

This text has shadow with #70AC83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70AC83 on black background.


Color preview on white background

This text has color #70AC83 on white background.



Black color preview on #70AC83 background

This text has black color on #70AC83 background.


White color preview on #70AC83 background

This text has white color on #70AC83 background.