COLOR #70B0C3

HEX: #70B0C3
RGB: (112,176,195)

Color info

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

RGB color model

#70B0C3 color RGB value is (112,176,195).

  • red value is 112;
  • green value is 176;
  • blue value is 195.
RGB:
(112,176,195)
(44%,69%,76%)

RGB channels and saturation

R 112 of 255 = 44%
G 176 of 255 = 69%
B 195 of 255 = 76%

112
176
195

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

Portions of RGB colors in percentages

R + G + B =
112 + 176 + 195 = 483 (100%)
R 112 of 483 ~ 23.19%
G 176 of 483 ~ 36.44%
B 195 of 483 ~ 40.37%

%23.19
%36.44
%40.37

CMYK color model

#70B0C3 color CMYK value is (43,10,0,24).

  • cyan value is 42.56%
  • magenta value is 9.74%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(43,10,0,24)
C43M10Y0K24 
(43%,10%,0%,24%)
(0.43/0.10/0.00/0.24)	

CMYK percentages

%42.56
%9.74
%0
%23.53

Codes

Color #70B0C3 in popluar color models

70B0C3
RGB112176195
HSL194°40.89%60.20%
HSB/HSV194°42.56%76.47%
CMYK42.56%9.74%0.00%
23.53%

Color #70B0C3 in popluar number systems.

HEX70B0C3
Decimal112176195
Binary11100001011000011000011
Octal160260303

Shades and tints

Shades of #70B0C3

#70B0C3
(112,176,195)
#66A0B2
(102,160,178)
#5C90A1
(92,144,161)
#528090
(82,128,144)
#48707F
(72,112,127)
#3E606E
(62,96,110)
#34505D
(52,80,93)
#2A404C
(42,64,76)
#20303B
(32,48,59)
#16202A
(22,32,42)
#0C1019
(12,16,25)
#000000
(0,0,0)

Tints of #70B0C3

#70B0C3
(112,176,195)
#7DB7C8
(125,183,200)
#8ABECD
(138,190,205)
#97C5D2
(151,197,210)
#A4CCD7
(164,204,215)
#B1D3DC
(177,211,220)
#BEDAE1
(190,218,225)
#CBE1E6
(203,225,230)
#D8E8EB
(216,232,235)
#E5EFF0
(229,239,240)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70B0C3 color. Also use rgb(112,176,195) instead hex code.

Text Font Color

.myTextColor { color: #70B0C3; }

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

This text font color is #70B0C3.


Background Color

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

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

This div background color is #70B0C3.


Border color

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

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

This div border color is #70B0C3.


Opacity

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

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

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

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

This text has shadow with #70B0C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70B0C3 on black background.


Color preview on white background

This text has color #70B0C3 on white background.



Black color preview on #70B0C3 background

This text has black color on #70B0C3 background.


White color preview on #70B0C3 background

This text has white color on #70B0C3 background.