COLOR #70C5D2

HEX: #70C5D2
RGB: (112,197,210)

Color info

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

RGB color model

#70C5D2 color RGB value is (112,197,210).

  • red value is 112;
  • green value is 197;
  • blue value is 210.
RGB:
(112,197,210)
(44%,77%,82%)

RGB channels and saturation

R 112 of 255 = 44%
G 197 of 255 = 77%
B 210 of 255 = 82%

112
197
210

R + G + B ~ 68%. #70C5D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 197 + 210 = 519 (100%)
R 112 of 519 ~ 21.58%
G 197 of 519 ~ 37.96%
B 210 of 519 ~ 40.46%

%21.58
%37.96
%40.46

CMYK color model

#70C5D2 color CMYK value is (47,6,0,18).

  • cyan value is 46.67%
  • magenta value is 6.19%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(47,6,0,18)
C47M6Y0K18 
(47%,6%,0%,18%)
(0.47/0.06/0.00/0.18)	

CMYK percentages

%46.67
%6.19
%0
%17.65

Codes

Color #70C5D2 in popluar color models

70C5D2
RGB112197210
HSL188°52.13%63.14%
HSB/HSV188°46.67%82.35%
CMYK46.67%6.19%0.00%
17.65%

Color #70C5D2 in popluar number systems.

HEX70C5D2
Decimal112197210
Binary11100001100010111010010
Octal160305322

Shades and tints

Shades of #70C5D2

#70C5D2
(112,197,210)
#66B4BF
(102,180,191)
#5CA3AC
(92,163,172)
#529299
(82,146,153)
#488186
(72,129,134)
#3E7073
(62,112,115)
#345F60
(52,95,96)
#2A4E4D
(42,78,77)
#203D3A
(32,61,58)
#162C27
(22,44,39)
#0C1B14
(12,27,20)
#000000
(0,0,0)

Tints of #70C5D2

#70C5D2
(112,197,210)
#7DCAD6
(125,202,214)
#8ACFDA
(138,207,218)
#97D4DE
(151,212,222)
#A4D9E2
(164,217,226)
#B1DEE6
(177,222,230)
#BEE3EA
(190,227,234)
#CBE8EE
(203,232,238)
#D8EDF2
(216,237,242)
#E5F2F6
(229,242,246)
#F2F7FA
(242,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70C5D2 color. Also use rgb(112,197,210) instead hex code.

Text Font Color

.myTextColor { color: #70C5D2; }

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

This text font color is #70C5D2.


Background Color

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

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

This div background color is #70C5D2.


Border color

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

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

This div border color is #70C5D2.


Opacity

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

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

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

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

This text has shadow with #70C5D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70C5D2 on black background.


Color preview on white background

This text has color #70C5D2 on white background.



Black color preview on #70C5D2 background

This text has black color on #70C5D2 background.


White color preview on #70C5D2 background

This text has white color on #70C5D2 background.