COLOR #70ABCB

HEX: #70ABCB RGB: (112,171,203)

Color info

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

RGB color model

#70ABCB color RGB value is (112,171,203).

RGB: (112,171,203) (44%, 67%, 80%)

RGB channels and saturation

R 112 of 255 = 44%
G 171 of 255 = 67%
B 203 of 255 = 80%

112
171
203

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

Portions of RGB colors in percentages

R + G + B = 112 + 171 + 203 = 486 (100%)
R 112 of 486 ~ 23.05%
G 171 of 486 ~ 35.19%
B 203 of 486 ~ 41.77'%

%23.05
%35.19
%41.77

CMYK color model

#70ABCB color CMYK value is (45,16,0,20).

  • cyan value is 44.83%
  • magenta value is 15.76%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (45,16,0,20)
C45M16Y0K20 (45%, 16%, 0%, 20%)
(0.45 / 0.16 / 0.00 / 0.20)

CMYK percentages

%44.83
%15.76
%0
%20.39

Codes

Color #70ABCB in popluar color models

70 AB CB
RGB 112 171 203
HSL 201° 46.67% 61.76%
HSB/HSV 201° 44.83% 79.61%
CMYK 44.83% 15.76% 0.00%
20.39%

Color #70ABCB in popluar number systems.

HEX 70 AB CB
Decimal 112 171 203
Binary 1110000 10101011 11001011
Octal 160 253 313

Shades and tints

Shades of #70ABCB

#70ABCB
(112,171,203)
#669CB9
(102,156,185)
#5C8DA7
(92,141,167)
#527E95
(82,126,149)
#486F83
(72,111,131)
#3E6071
(62,96,113)
#34515F
(52,81,95)
#2A424D
(42,66,77)
#20333B
(32,51,59)
#162429
(22,36,41)
#0C1517
(12,21,23)
#000000
(0,0,0)

Tints of #70ABCB

#70ABCB
(112,171,203)
#7DB2CF
(125,178,207)
#8AB9D3
(138,185,211)
#97C0D7
(151,192,215)
#A4C7DB
(164,199,219)
#B1CEDF
(177,206,223)
#BED5E3
(190,213,227)
#CBDCE7
(203,220,231)
#D8E3EB
(216,227,235)
#E5EAEF
(229,234,239)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70ABCB; }

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

This text font color is #70ABCB.

Background Color

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

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

This div background color is #70ABCB.

Border color

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

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

This div border color is #70ABCB.

Opacity

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

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

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

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

This text has shadow with #70ABCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70ABCB.

Preview

Color preview on black background

This text has color #70ABCB on black background.


Color preview on white background

This text has color #70ABCB on white background.


Black color preview on #70ABCB background

This text has black color on #70ABCB background.


White color preview on #70ABCB background

This text has white color on #70ABCB background.


Related colors

Complementary color

Complementary color for #hex is #8F5434.


I love getcolorcode.com

Triadic colors

1 #CB70AB and #ABCB70 with #70ABCB are triadic colors.

2 #CBAB70 and #AB70CB with #70ABCB are triadic colors.