COLOR #70B8D4

HEX: #70B8D4
RGB: (112,184,212)

Color info

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

RGB color model

#70B8D4 color RGB value is (112,184,212).

  • red value is 112;
  • green value is 184;
  • blue value is 212.
RGB:
(112,184,212)
(44%,72%,83%)

RGB channels and saturation

R 112 of 255 = 44%
G 184 of 255 = 72%
B 212 of 255 = 83%

112
184
212

R + G + B ~ 66%. #70B8D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 184 + 212 = 508 (100%)
R 112 of 508 ~ 22.05%
G 184 of 508 ~ 36.22%
B 212 of 508 ~ 41.73%

%22.05
%36.22
%41.73

CMYK color model

#70B8D4 color CMYK value is (47,13,0,17).

  • cyan value is 47.17%
  • magenta value is 13.21%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(47,13,0,17)
C47M13Y0K17 
(47%,13%,0%,17%)
(0.47/0.13/0.00/0.17)	

CMYK percentages

%47.17
%13.21
%0
%16.86

Codes

Color #70B8D4 in popluar color models

70B8D4
RGB112184212
HSL197°53.76%63.53%
HSB/HSV197°47.17%83.14%
CMYK47.17%13.21%0.00%
16.86%

Color #70B8D4 in popluar number systems.

HEX70B8D4
Decimal112184212
Binary11100001011100011010100
Octal160270324

Shades and tints

Shades of #70B8D4

#70B8D4
(112,184,212)
#66A8C1
(102,168,193)
#5C98AE
(92,152,174)
#52889B
(82,136,155)
#487888
(72,120,136)
#3E6875
(62,104,117)
#345862
(52,88,98)
#2A484F
(42,72,79)
#20383C
(32,56,60)
#162829
(22,40,41)
#0C1816
(12,24,22)
#000000
(0,0,0)

Tints of #70B8D4

#70B8D4
(112,184,212)
#7DBED7
(125,190,215)
#8AC4DA
(138,196,218)
#97CADD
(151,202,221)
#A4D0E0
(164,208,224)
#B1D6E3
(177,214,227)
#BEDCE6
(190,220,230)
#CBE2E9
(203,226,233)
#D8E8EC
(216,232,236)
#E5EEEF
(229,238,239)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70B8D4 color. Also use rgb(112,184,212) instead hex code.

Text Font Color

.myTextColor { color: #70B8D4; }

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

This text font color is #70B8D4.


Background Color

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

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

This div background color is #70B8D4.


Border color

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

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

This div border color is #70B8D4.


Opacity

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

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

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

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

This text has shadow with #70B8D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70B8D4 on black background.


Color preview on white background

This text has color #70B8D4 on white background.



Black color preview on #70B8D4 background

This text has black color on #70B8D4 background.


White color preview on #70B8D4 background

This text has white color on #70B8D4 background.