COLOR #70DB93

HEX: #70DB93
RGB: (112,219,147)

Color info

#70DB93 contains mainly green color. Web safe color of #70DB93 is #66CC99 (or #6C9).

RGB color model

#70DB93 color RGB value is (112,219,147).

  • red value is 112;
  • green value is 219;
  • blue value is 147.
RGB:
(112,219,147)
(44%,86%,58%)

RGB channels and saturation

R 112 of 255 = 44%
G 219 of 255 = 86%
B 147 of 255 = 58%

112
219
147

R + G + B ~ 63%. #70DB93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 219 + 147 = 478 (100%)
R 112 of 478 ~ 23.43%
G 219 of 478 ~ 45.82%
B 147 of 478 ~ 30.75%

%23.43
%45.82
%30.75

CMYK color model

#70DB93 color CMYK value is (49,0,33,14).

  • cyan value is 48.86%
  • magenta value is 0.00%
  • yellow value is 32.88%
  • key color value is 14.12%
CMYK:
(49,0,33,14)
C49M0Y33K14 
(49%,0%,33%,14%)
(0.49/0.00/0.33/0.14)	

CMYK percentages

%48.86
%0
%32.88
%14.12

Codes

Color #70DB93 in popluar color models

70DB93
RGB112219147
HSL140°59.78%64.90%
HSB/HSV140°48.86%85.88%
CMYK48.86%0.00%32.88%
14.12%

Color #70DB93 in popluar number systems.

HEX70DB93
Decimal112219147
Binary11100001101101110010011
Octal160333223

Shades and tints

Shades of #70DB93

#70DB93
(112,219,147)
#66C886
(102,200,134)
#5CB579
(92,181,121)
#52A26C
(82,162,108)
#488F5F
(72,143,95)
#3E7C52
(62,124,82)
#346945
(52,105,69)
#2A5638
(42,86,56)
#20432B
(32,67,43)
#16301E
(22,48,30)
#0C1D11
(12,29,17)
#000000
(0,0,0)

Tints of #70DB93

#70DB93
(112,219,147)
#7DDE9C
(125,222,156)
#8AE1A5
(138,225,165)
#97E4AE
(151,228,174)
#A4E7B7
(164,231,183)
#B1EAC0
(177,234,192)
#BEEDC9
(190,237,201)
#CBF0D2
(203,240,210)
#D8F3DB
(216,243,219)
#E5F6E4
(229,246,228)
#F2F9ED
(242,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70DB93 color. Also use rgb(112,219,147) instead hex code.

Text Font Color

.myTextColor { color: #70DB93; }

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

This text font color is #70DB93.


Background Color

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

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

This div background color is #70DB93.


Border color

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

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

This div border color is #70DB93.


Opacity

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

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

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

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

This text has shadow with #70DB93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70DB93 on black background.


Color preview on white background

This text has color #70DB93 on white background.



Black color preview on #70DB93 background

This text has black color on #70DB93 background.


White color preview on #70DB93 background

This text has white color on #70DB93 background.