COLOR #70A97E

HEX: #70A97E
RGB: (112,169,126)

Color info

#70A97E contains red, green and blue colors in about the same proportion. Web safe color of #70A97E is #669966 (or #696).

RGB color model

#70A97E color RGB value is (112,169,126).

  • red value is 112;
  • green value is 169;
  • blue value is 126.
RGB:
(112,169,126)
(44%,66%,49%)

RGB channels and saturation

R 112 of 255 = 44%
G 169 of 255 = 66%
B 126 of 255 = 49%

112
169
126

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

Portions of RGB colors in percentages

R + G + B =
112 + 169 + 126 = 407 (100%)
R 112 of 407 ~ 27.52%
G 169 of 407 ~ 41.52%
B 126 of 407 ~ 30.96%

%27.52
%41.52
%30.96

CMYK color model

#70A97E color CMYK value is (34,0,25,34).

  • cyan value is 33.73%
  • magenta value is 0.00%
  • yellow value is 25.44%
  • key color value is 33.73%
CMYK:
(34,0,25,34)
C34M0Y25K34 
(34%,0%,25%,34%)
(0.34/0.00/0.25/0.34)	

CMYK percentages

%33.73
%0
%25.44
%33.73

Codes

Color #70A97E in popluar color models

70A97E
RGB112169126
HSL135°24.89%55.10%
HSB/HSV135°33.73%66.27%
CMYK33.73%0.00%25.44%
33.73%

Color #70A97E in popluar number systems.

HEX70A97E
Decimal112169126
Binary1110000101010011111110
Octal160251176

Shades and tints

Shades of #70A97E

#70A97E
(112,169,126)
#669A73
(102,154,115)
#5C8B68
(92,139,104)
#527C5D
(82,124,93)
#486D52
(72,109,82)
#3E5E47
(62,94,71)
#344F3C
(52,79,60)
#2A4031
(42,64,49)
#203126
(32,49,38)
#16221B
(22,34,27)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #70A97E

#70A97E
(112,169,126)
#7DB089
(125,176,137)
#8AB794
(138,183,148)
#97BE9F
(151,190,159)
#A4C5AA
(164,197,170)
#B1CCB5
(177,204,181)
#BED3C0
(190,211,192)
#CBDACB
(203,218,203)
#D8E1D6
(216,225,214)
#E5E8E1
(229,232,225)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70A97E color. Also use rgb(112,169,126) instead hex code.

Text Font Color

.myTextColor { color: #70A97E; }

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

This text font color is #70A97E.


Background Color

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

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

This div background color is #70A97E.


Border color

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

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

This div border color is #70A97E.


Opacity

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

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

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

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

This text has shadow with #70A97E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70A97E on black background.


Color preview on white background

This text has color #70A97E on white background.



Black color preview on #70A97E background

This text has black color on #70A97E background.


White color preview on #70A97E background

This text has white color on #70A97E background.