COLOR #70BBB6

HEX: #70BBB6
RGB: (112,187,182)

Color info

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

RGB color model

#70BBB6 color RGB value is (112,187,182).

  • red value is 112;
  • green value is 187;
  • blue value is 182.
RGB:
(112,187,182)
(44%,73%,71%)

RGB channels and saturation

R 112 of 255 = 44%
G 187 of 255 = 73%
B 182 of 255 = 71%

112
187
182

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

Portions of RGB colors in percentages

R + G + B =
112 + 187 + 182 = 481 (100%)
R 112 of 481 ~ 23.28%
G 187 of 481 ~ 38.88%
B 182 of 481 ~ 37.84%

%23.28
%38.88
%37.84

CMYK color model

#70BBB6 color CMYK value is (40,0,3,27).

  • cyan value is 40.11%
  • magenta value is 0.00%
  • yellow value is 2.67%
  • key color value is 26.67%
CMYK:
(40,0,3,27)
C40M0Y3K27 
(40%,0%,3%,27%)
(0.40/0.00/0.03/0.27)	

CMYK percentages

%40.11
%0
%2.67
%26.67

Codes

Color #70BBB6 in popluar color models

70BBB6
RGB112187182
HSL176°35.55%58.63%
HSB/HSV176°40.11%73.33%
CMYK40.11%0.00%2.67%
26.67%

Color #70BBB6 in popluar number systems.

HEX70BBB6
Decimal112187182
Binary11100001011101110110110
Octal160273266

Shades and tints

Shades of #70BBB6

#70BBB6
(112,187,182)
#66AAA6
(102,170,166)
#5C9996
(92,153,150)
#528886
(82,136,134)
#487776
(72,119,118)
#3E6666
(62,102,102)
#345556
(52,85,86)
#2A4446
(42,68,70)
#203336
(32,51,54)
#162226
(22,34,38)
#0C1116
(12,17,22)
#000000
(0,0,0)

Tints of #70BBB6

#70BBB6
(112,187,182)
#7DC1BC
(125,193,188)
#8AC7C2
(138,199,194)
#97CDC8
(151,205,200)
#A4D3CE
(164,211,206)
#B1D9D4
(177,217,212)
#BEDFDA
(190,223,218)
#CBE5E0
(203,229,224)
#D8EBE6
(216,235,230)
#E5F1EC
(229,241,236)
#F2F7F2
(242,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70BBB6 color. Also use rgb(112,187,182) instead hex code.

Text Font Color

.myTextColor { color: #70BBB6; }

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

This text font color is #70BBB6.


Background Color

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

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

This div background color is #70BBB6.


Border color

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

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

This div border color is #70BBB6.


Opacity

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

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

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

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

This text has shadow with #70BBB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70BBB6 on black background.


Color preview on white background

This text has color #70BBB6 on white background.



Black color preview on #70BBB6 background

This text has black color on #70BBB6 background.


White color preview on #70BBB6 background

This text has white color on #70BBB6 background.