COLOR #70BDC0

HEX: #70BDC0
RGB: (112,189,192)

Color info

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

RGB color model

#70BDC0 color RGB value is (112,189,192).

  • red value is 112;
  • green value is 189;
  • blue value is 192.
RGB:
(112,189,192)
(44%,74%,75%)

RGB channels and saturation

R 112 of 255 = 44%
G 189 of 255 = 74%
B 192 of 255 = 75%

112
189
192

R + G + B ~ 64%. #70BDC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 189 + 192 = 493 (100%)
R 112 of 493 ~ 22.72%
G 189 of 493 ~ 38.34%
B 192 of 493 ~ 38.95%

%22.72
%38.34
%38.95

CMYK color model

#70BDC0 color CMYK value is (42,2,0,25).

  • cyan value is 41.67%
  • magenta value is 1.56%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(42,2,0,25)
C42M2Y0K25 
(42%,2%,0%,25%)
(0.42/0.02/0.00/0.25)	

CMYK percentages

%41.67
%1.56
%0
%24.71

Codes

Color #70BDC0 in popluar color models

70BDC0
RGB112189192
HSL182°38.83%59.61%
HSB/HSV182°41.67%75.29%
CMYK41.67%1.56%0.00%
24.71%

Color #70BDC0 in popluar number systems.

HEX70BDC0
Decimal112189192
Binary11100001011110111000000
Octal160275300

Shades and tints

Shades of #70BDC0

#70BDC0
(112,189,192)
#66ACAF
(102,172,175)
#5C9B9E
(92,155,158)
#528A8D
(82,138,141)
#48797C
(72,121,124)
#3E686B
(62,104,107)
#34575A
(52,87,90)
#2A4649
(42,70,73)
#203538
(32,53,56)
#162427
(22,36,39)
#0C1316
(12,19,22)
#000000
(0,0,0)

Tints of #70BDC0

#70BDC0
(112,189,192)
#7DC3C5
(125,195,197)
#8AC9CA
(138,201,202)
#97CFCF
(151,207,207)
#A4D5D4
(164,213,212)
#B1DBD9
(177,219,217)
#BEE1DE
(190,225,222)
#CBE7E3
(203,231,227)
#D8EDE8
(216,237,232)
#E5F3ED
(229,243,237)
#F2F9F2
(242,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70BDC0 color. Also use rgb(112,189,192) instead hex code.

Text Font Color

.myTextColor { color: #70BDC0; }

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

This text font color is #70BDC0.


Background Color

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

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

This div background color is #70BDC0.


Border color

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

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

This div border color is #70BDC0.


Opacity

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

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

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

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

This text has shadow with #70BDC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70BDC0 on black background.


Color preview on white background

This text has color #70BDC0 on white background.



Black color preview on #70BDC0 background

This text has black color on #70BDC0 background.


White color preview on #70BDC0 background

This text has white color on #70BDC0 background.