COLOR #70A882

HEX: #70A882
RGB: (112,168,130)

Color info

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

RGB color model

#70A882 color RGB value is (112,168,130).

  • red value is 112;
  • green value is 168;
  • blue value is 130.
RGB:
(112,168,130)
(44%,66%,51%)

RGB channels and saturation

R 112 of 255 = 44%
G 168 of 255 = 66%
B 130 of 255 = 51%

112
168
130

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

Portions of RGB colors in percentages

R + G + B =
112 + 168 + 130 = 410 (100%)
R 112 of 410 ~ 27.32%
G 168 of 410 ~ 40.98%
B 130 of 410 ~ 31.71%

%27.32
%40.98
%31.71

CMYK color model

#70A882 color CMYK value is (33,0,23,34).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 22.62%
  • key color value is 34.12%
CMYK:
(33,0,23,34)
C33M0Y23K34 
(33%,0%,23%,34%)
(0.33/0.00/0.23/0.34)	

CMYK percentages

%33.33
%0
%22.62
%34.12

Codes

Color #70A882 in popluar color models

70A882
RGB112168130
HSL139°24.35%54.90%
HSB/HSV139°33.33%65.88%
CMYK33.33%0.00%22.62%
34.12%

Color #70A882 in popluar number systems.

HEX70A882
Decimal112168130
Binary11100001010100010000010
Octal160250202

Shades and tints

Shades of #70A882

#70A882
(112,168,130)
#669977
(102,153,119)
#5C8A6C
(92,138,108)
#527B61
(82,123,97)
#486C56
(72,108,86)
#3E5D4B
(62,93,75)
#344E40
(52,78,64)
#2A3F35
(42,63,53)
#20302A
(32,48,42)
#16211F
(22,33,31)
#0C1214
(12,18,20)
#000000
(0,0,0)

Tints of #70A882

#70A882
(112,168,130)
#7DAF8D
(125,175,141)
#8AB698
(138,182,152)
#97BDA3
(151,189,163)
#A4C4AE
(164,196,174)
#B1CBB9
(177,203,185)
#BED2C4
(190,210,196)
#CBD9CF
(203,217,207)
#D8E0DA
(216,224,218)
#E5E7E5
(229,231,229)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70A882 color. Also use rgb(112,168,130) instead hex code.

Text Font Color

.myTextColor { color: #70A882; }

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

This text font color is #70A882.


Background Color

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

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

This div background color is #70A882.


Border color

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

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

This div border color is #70A882.


Opacity

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

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

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

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

This text has shadow with #70A882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70A882 on black background.


Color preview on white background

This text has color #70A882 on white background.



Black color preview on #70A882 background

This text has black color on #70A882 background.


White color preview on #70A882 background

This text has white color on #70A882 background.