COLOR #70AE83

HEX: #70AE83
RGB: (112,174,131)

Color info

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

RGB color model

#70AE83 color RGB value is (112,174,131).

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

RGB channels and saturation

R 112 of 255 = 44%
G 174 of 255 = 68%
B 131 of 255 = 51%

112
174
131

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

Portions of RGB colors in percentages

R + G + B =
112 + 174 + 131 = 417 (100%)
R 112 of 417 ~ 26.86%
G 174 of 417 ~ 41.73%
B 131 of 417 ~ 31.41%

%26.86
%41.73
%31.41

CMYK color model

#70AE83 color CMYK value is (36,0,25,32).

  • cyan value is 35.63%
  • magenta value is 0.00%
  • yellow value is 24.71%
  • key color value is 31.76%
CMYK:
(36,0,25,32)
C36M0Y25K32 
(36%,0%,25%,32%)
(0.36/0.00/0.25/0.32)	

CMYK percentages

%35.63
%0
%24.71
%31.76

Codes

Color #70AE83 in popluar color models

70AE83
RGB112174131
HSL138°27.68%56.08%
HSB/HSV138°35.63%68.24%
CMYK35.63%0.00%24.71%
31.76%

Color #70AE83 in popluar number systems.

HEX70AE83
Decimal112174131
Binary11100001010111010000011
Octal160256203

Shades and tints

Shades of #70AE83

#70AE83
(112,174,131)
#669F78
(102,159,120)
#5C906D
(92,144,109)
#528162
(82,129,98)
#487257
(72,114,87)
#3E634C
(62,99,76)
#345441
(52,84,65)
#2A4536
(42,69,54)
#20362B
(32,54,43)
#162720
(22,39,32)
#0C1815
(12,24,21)
#000000
(0,0,0)

Tints of #70AE83

#70AE83
(112,174,131)
#7DB58E
(125,181,142)
#8ABC99
(138,188,153)
#97C3A4
(151,195,164)
#A4CAAF
(164,202,175)
#B1D1BA
(177,209,186)
#BED8C5
(190,216,197)
#CBDFD0
(203,223,208)
#D8E6DB
(216,230,219)
#E5EDE6
(229,237,230)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70AE83; }

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

This text font color is #70AE83.


Background Color

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

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

This div background color is #70AE83.


Border color

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

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

This div border color is #70AE83.


Opacity

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

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

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

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

This text has shadow with #70AE83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70AE83 on black background.


Color preview on white background

This text has color #70AE83 on white background.



Black color preview on #70AE83 background

This text has black color on #70AE83 background.


White color preview on #70AE83 background

This text has white color on #70AE83 background.