COLOR #70B2BB

HEX: #70B2BB
RGB: (112,178,187)

Color info

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

RGB color model

#70B2BB color RGB value is (112,178,187).

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

RGB channels and saturation

R 112 of 255 = 44%
G 178 of 255 = 70%
B 187 of 255 = 73%

112
178
187

R + G + B ~ 62%. #70B2BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 178 + 187 = 477 (100%)
R 112 of 477 ~ 23.48%
G 178 of 477 ~ 37.32%
B 187 of 477 ~ 39.2%

%23.48
%37.32
%39.2

CMYK color model

#70B2BB color CMYK value is (40,5,0,27).

  • cyan value is 40.11%
  • magenta value is 4.81%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(40,5,0,27)
C40M5Y0K27 
(40%,5%,0%,27%)
(0.40/0.05/0.00/0.27)	

CMYK percentages

%40.11
%4.81
%0
%26.67

Codes

Color #70B2BB in popluar color models

70B2BB
RGB112178187
HSL187°35.55%58.63%
HSB/HSV187°40.11%73.33%
CMYK40.11%4.81%0.00%
26.67%

Color #70B2BB in popluar number systems.

HEX70B2BB
Decimal112178187
Binary11100001011001010111011
Octal160262273

Shades and tints

Shades of #70B2BB

#70B2BB
(112,178,187)
#66A2AA
(102,162,170)
#5C9299
(92,146,153)
#528288
(82,130,136)
#487277
(72,114,119)
#3E6266
(62,98,102)
#345255
(52,82,85)
#2A4244
(42,66,68)
#203233
(32,50,51)
#162222
(22,34,34)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #70B2BB

#70B2BB
(112,178,187)
#7DB9C1
(125,185,193)
#8AC0C7
(138,192,199)
#97C7CD
(151,199,205)
#A4CED3
(164,206,211)
#B1D5D9
(177,213,217)
#BEDCDF
(190,220,223)
#CBE3E5
(203,227,229)
#D8EAEB
(216,234,235)
#E5F1F1
(229,241,241)
#F2F8F7
(242,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70B2BB; }

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

This text font color is #70B2BB.


Background Color

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

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

This div background color is #70B2BB.


Border color

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

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

This div border color is #70B2BB.


Opacity

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

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

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

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

This text has shadow with #70B2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70B2BB on black background.


Color preview on white background

This text has color #70B2BB on white background.



Black color preview on #70B2BB background

This text has black color on #70B2BB background.


White color preview on #70B2BB background

This text has white color on #70B2BB background.