COLOR #70A187

HEX: #70A187
RGB: (112,161,135)

Color info

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

RGB color model

#70A187 color RGB value is (112,161,135).

  • red value is 112;
  • green value is 161;
  • blue value is 135.
RGB:
(112,161,135)
(44%,63%,53%)

RGB channels and saturation

R 112 of 255 = 44%
G 161 of 255 = 63%
B 135 of 255 = 53%

112
161
135

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

Portions of RGB colors in percentages

R + G + B =
112 + 161 + 135 = 408 (100%)
R 112 of 408 ~ 27.45%
G 161 of 408 ~ 39.46%
B 135 of 408 ~ 33.09%

%27.45
%39.46
%33.09

CMYK color model

#70A187 color CMYK value is (30,0,16,37).

  • cyan value is 30.43%
  • magenta value is 0.00%
  • yellow value is 16.15%
  • key color value is 36.86%
CMYK:
(30,0,16,37)
C30M0Y16K37 
(30%,0%,16%,37%)
(0.30/0.00/0.16/0.37)	

CMYK percentages

%30.43
%0
%16.15
%36.86

Codes

Color #70A187 in popluar color models

70A187
RGB112161135
HSL148°20.68%53.53%
HSB/HSV148°30.43%63.14%
CMYK30.43%0.00%16.15%
36.86%

Color #70A187 in popluar number systems.

HEX70A187
Decimal112161135
Binary11100001010000110000111
Octal160241207

Shades and tints

Shades of #70A187

#70A187
(112,161,135)
#66937B
(102,147,123)
#5C856F
(92,133,111)
#527763
(82,119,99)
#486957
(72,105,87)
#3E5B4B
(62,91,75)
#344D3F
(52,77,63)
#2A3F33
(42,63,51)
#203127
(32,49,39)
#16231B
(22,35,27)
#0C150F
(12,21,15)
#000000
(0,0,0)

Tints of #70A187

#70A187
(112,161,135)
#7DA991
(125,169,145)
#8AB19B
(138,177,155)
#97B9A5
(151,185,165)
#A4C1AF
(164,193,175)
#B1C9B9
(177,201,185)
#BED1C3
(190,209,195)
#CBD9CD
(203,217,205)
#D8E1D7
(216,225,215)
#E5E9E1
(229,233,225)
#F2F1EB
(242,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70A187 color. Also use rgb(112,161,135) instead hex code.

Text Font Color

.myTextColor { color: #70A187; }

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

This text font color is #70A187.


Background Color

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

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

This div background color is #70A187.


Border color

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

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

This div border color is #70A187.


Opacity

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

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

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

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

This text has shadow with #70A187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70A187 on black background.


Color preview on white background

This text has color #70A187 on white background.



Black color preview on #70A187 background

This text has black color on #70A187 background.


White color preview on #70A187 background

This text has white color on #70A187 background.