COLOR #70B0C1

HEX: #70B0C1 RGB: (112,176,193)

Color info

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

RGB color model

#70B0C1 color RGB value is (112,176,193).

RGB: (112,176,193) (44%, 69%, 76%)

RGB channels and saturation

R 112 of 255 = 44%
G 176 of 255 = 69%
B 193 of 255 = 76%

112
176
193

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

Portions of RGB colors in percentages

R + G + B = 112 + 176 + 193 = 481 (100%)
R 112 of 481 ~ 23.28%
G 176 of 481 ~ 36.59%
B 193 of 481 ~ 40.12'%

%23.28
%36.59
%40.12

CMYK color model

#70B0C1 color CMYK value is (42,9,0,24).

  • cyan value is 41.97%
  • magenta value is 8.81%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (42,9,0,24)
C42M9Y0K24 (42%, 9%, 0%, 24%)
(0.42 / 0.09 / 0.00 / 0.24)

CMYK percentages

%41.97
%8.81
%0
%24.31

Codes

Color #70B0C1 in popluar color models

70 B0 C1
RGB 112 176 193
HSL 193° 39.51% 59.80%
HSB/HSV 193° 41.97% 75.69%
CMYK 41.97% 8.81% 0.00%
24.31%

Color #70B0C1 in popluar number systems.

HEX 70 B0 C1
Decimal 112 176 193
Binary 1110000 10110000 11000001
Octal 160 260 301

Shades and tints

Shades of #70B0C1

#70B0C1
(112,176,193)
#66A0B0
(102,160,176)
#5C909F
(92,144,159)
#52808E
(82,128,142)
#48707D
(72,112,125)
#3E606C
(62,96,108)
#34505B
(52,80,91)
#2A404A
(42,64,74)
#203039
(32,48,57)
#162028
(22,32,40)
#0C1017
(12,16,23)
#000000
(0,0,0)

Tints of #70B0C1

#70B0C1
(112,176,193)
#7DB7C6
(125,183,198)
#8ABECB
(138,190,203)
#97C5D0
(151,197,208)
#A4CCD5
(164,204,213)
#B1D3DA
(177,211,218)
#BEDADF
(190,218,223)
#CBE1E4
(203,225,228)
#D8E8E9
(216,232,233)
#E5EFEE
(229,239,238)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70B0C1 color. Also use rgb(112,176,193) instead hex code.

Text Font Color

.myTextColor { color: #70B0C1; }

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

This text font color is #70B0C1.

Background Color

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

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

This div background color is #70B0C1.

Border color

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

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

This div border color is #70B0C1.

Opacity

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

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

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

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

This text has shadow with #70B0C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70B0C1.

Preview

Color preview on black background

This text has color #70B0C1 on black background.


Color preview on white background

This text has color #70B0C1 on white background.


Black color preview on #70B0C1 background

This text has black color on #70B0C1 background.


White color preview on #70B0C1 background

This text has white color on #70B0C1 background.


Related colors

Complementary color

Complementary color for #hex is #8F4F3E.


I love getcolorcode.com

Triadic colors

1 #C170B0 and #B0C170 with #70B0C1 are triadic colors.

2 #C1B070 and #B070C1 with #70B0C1 are triadic colors.