COLOR #70DAD6

HEX: #70DAD6
RGB: (112,218,214)

Color info

#70DAD6 contains mainly green and blue colors. Web safe color of #70DAD6 is #66CCCC (or #6CC).

RGB color model

#70DAD6 color RGB value is (112,218,214).

  • red value is 112;
  • green value is 218;
  • blue value is 214.
RGB:
(112,218,214)
(44%,85%,84%)

RGB channels and saturation

R 112 of 255 = 44%
G 218 of 255 = 85%
B 214 of 255 = 84%

112
218
214

R + G + B ~ 71%. #70DAD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 218 + 214 = 544 (100%)
R 112 of 544 ~ 20.59%
G 218 of 544 ~ 40.07%
B 214 of 544 ~ 39.34%

%20.59
%40.07
%39.34

CMYK color model

#70DAD6 color CMYK value is (49,0,2,15).

  • cyan value is 48.62%
  • magenta value is 0.00%
  • yellow value is 1.83%
  • key color value is 14.51%
CMYK:
(49,0,2,15)
C49M0Y2K15 
(49%,0%,2%,15%)
(0.49/0.00/0.02/0.15)	

CMYK percentages

%48.62
%0
%1.83
%14.51

Codes

Color #70DAD6 in popluar color models

70DAD6
RGB112218214
HSL178°58.89%64.71%
HSB/HSV178°48.62%85.49%
CMYK48.62%0.00%1.83%
14.51%

Color #70DAD6 in popluar number systems.

HEX70DAD6
Decimal112218214
Binary11100001101101011010110
Octal160332326

Shades and tints

Shades of #70DAD6

#70DAD6
(112,218,214)
#66C7C3
(102,199,195)
#5CB4B0
(92,180,176)
#52A19D
(82,161,157)
#488E8A
(72,142,138)
#3E7B77
(62,123,119)
#346864
(52,104,100)
#2A5551
(42,85,81)
#20423E
(32,66,62)
#162F2B
(22,47,43)
#0C1C18
(12,28,24)
#000000
(0,0,0)

Tints of #70DAD6

#70DAD6
(112,218,214)
#7DDDD9
(125,221,217)
#8AE0DC
(138,224,220)
#97E3DF
(151,227,223)
#A4E6E2
(164,230,226)
#B1E9E5
(177,233,229)
#BEECE8
(190,236,232)
#CBEFEB
(203,239,235)
#D8F2EE
(216,242,238)
#E5F5F1
(229,245,241)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70DAD6 color. Also use rgb(112,218,214) instead hex code.

Text Font Color

.myTextColor { color: #70DAD6; }

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

This text font color is #70DAD6.


Background Color

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

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

This div background color is #70DAD6.


Border color

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

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

This div border color is #70DAD6.


Opacity

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

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

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

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

This text has shadow with #70DAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70DAD6 on black background.


Color preview on white background

This text has color #70DAD6 on white background.



Black color preview on #70DAD6 background

This text has black color on #70DAD6 background.


White color preview on #70DAD6 background

This text has white color on #70DAD6 background.