COLOR #70A0C5

HEX: #70A0C5
RGB: (112,160,197)

Color info

#70A0C5 contains mainly green and blue colors. Web safe color of #70A0C5 is #6699CC (or #69C).

RGB color model

#70A0C5 color RGB value is (112,160,197).

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

RGB channels and saturation

R 112 of 255 = 44%
G 160 of 255 = 63%
B 197 of 255 = 77%

112
160
197

R + G + B ~ 61%. #70A0C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 160 + 197 = 469 (100%)
R 112 of 469 ~ 23.88%
G 160 of 469 ~ 34.12%
B 197 of 469 ~ 42%

%23.88
%34.12
%42

CMYK color model

#70A0C5 color CMYK value is (43,19,0,23).

  • cyan value is 43.15%
  • magenta value is 18.78%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(43,19,0,23)
C43M19Y0K23 
(43%,19%,0%,23%)
(0.43/0.19/0.00/0.23)	

CMYK percentages

%43.15
%18.78
%0
%22.75

Codes

Color #70A0C5 in popluar color models

70A0C5
RGB112160197
HSL206°42.29%60.59%
HSB/HSV206°43.15%77.25%
CMYK43.15%18.78%0.00%
22.75%

Color #70A0C5 in popluar number systems.

HEX70A0C5
Decimal112160197
Binary11100001010000011000101
Octal160240305

Shades and tints

Shades of #70A0C5

#70A0C5
(112,160,197)
#6692B4
(102,146,180)
#5C84A3
(92,132,163)
#527692
(82,118,146)
#486881
(72,104,129)
#3E5A70
(62,90,112)
#344C5F
(52,76,95)
#2A3E4E
(42,62,78)
#20303D
(32,48,61)
#16222C
(22,34,44)
#0C141B
(12,20,27)
#000000
(0,0,0)

Tints of #70A0C5

#70A0C5
(112,160,197)
#7DA8CA
(125,168,202)
#8AB0CF
(138,176,207)
#97B8D4
(151,184,212)
#A4C0D9
(164,192,217)
#B1C8DE
(177,200,222)
#BED0E3
(190,208,227)
#CBD8E8
(203,216,232)
#D8E0ED
(216,224,237)
#E5E8F2
(229,232,242)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70A0C5; }

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

This text font color is #70A0C5.


Background Color

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

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

This div background color is #70A0C5.


Border color

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

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

This div border color is #70A0C5.


Opacity

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

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

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

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

This text has shadow with #70A0C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70A0C5 on black background.


Color preview on white background

This text has color #70A0C5 on white background.



Black color preview on #70A0C5 background

This text has black color on #70A0C5 background.


White color preview on #70A0C5 background

This text has white color on #70A0C5 background.