COLOR #70ABBC

HEX: #70ABBC
RGB: (112,171,188)

Color info

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

RGB color model

#70ABBC color RGB value is (112,171,188).

  • red value is 112;
  • green value is 171;
  • blue value is 188.
RGB:
(112,171,188)
(44%,67%,74%)

RGB channels and saturation

R 112 of 255 = 44%
G 171 of 255 = 67%
B 188 of 255 = 74%

112
171
188

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

Portions of RGB colors in percentages

R + G + B =
112 + 171 + 188 = 471 (100%)
R 112 of 471 ~ 23.78%
G 171 of 471 ~ 36.31%
B 188 of 471 ~ 39.92%

%23.78
%36.31
%39.92

CMYK color model

#70ABBC color CMYK value is (40,9,0,26).

  • cyan value is 40.43%
  • magenta value is 9.04%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(40,9,0,26)
C40M9Y0K26 
(40%,9%,0%,26%)
(0.40/0.09/0.00/0.26)	

CMYK percentages

%40.43
%9.04
%0
%26.27

Codes

Color #70ABBC in popluar color models

70ABBC
RGB112171188
HSL193°36.19%58.82%
HSB/HSV193°40.43%73.73%
CMYK40.43%9.04%0.00%
26.27%

Color #70ABBC in popluar number systems.

HEX70ABBC
Decimal112171188
Binary11100001010101110111100
Octal160253274

Shades and tints

Shades of #70ABBC

#70ABBC
(112,171,188)
#669CAB
(102,156,171)
#5C8D9A
(92,141,154)
#527E89
(82,126,137)
#486F78
(72,111,120)
#3E6067
(62,96,103)
#345156
(52,81,86)
#2A4245
(42,66,69)
#203334
(32,51,52)
#162423
(22,36,35)
#0C1512
(12,21,18)
#000000
(0,0,0)

Tints of #70ABBC

#70ABBC
(112,171,188)
#7DB2C2
(125,178,194)
#8AB9C8
(138,185,200)
#97C0CE
(151,192,206)
#A4C7D4
(164,199,212)
#B1CEDA
(177,206,218)
#BED5E0
(190,213,224)
#CBDCE6
(203,220,230)
#D8E3EC
(216,227,236)
#E5EAF2
(229,234,242)
#F2F1F8
(242,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70ABBC color. Also use rgb(112,171,188) instead hex code.

Text Font Color

.myTextColor { color: #70ABBC; }

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

This text font color is #70ABBC.


Background Color

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

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

This div background color is #70ABBC.


Border color

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

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

This div border color is #70ABBC.


Opacity

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

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

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

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

This text has shadow with #70ABBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70ABBC on black background.


Color preview on white background

This text has color #70ABBC on white background.



Black color preview on #70ABBC background

This text has black color on #70ABBC background.


White color preview on #70ABBC background

This text has white color on #70ABBC background.