COLOR #70A1B9

HEX: #70A1B9
RGB: (112,161,185)

Color info

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

RGB color model

#70A1B9 color RGB value is (112,161,185).

  • red value is 112;
  • green value is 161;
  • blue value is 185.
RGB:
(112,161,185)
(44%,63%,73%)

RGB channels and saturation

R 112 of 255 = 44%
G 161 of 255 = 63%
B 185 of 255 = 73%

112
161
185

R + G + B ~ 60%. #70A1B9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 161 + 185 = 458 (100%)
R 112 of 458 ~ 24.45%
G 161 of 458 ~ 35.15%
B 185 of 458 ~ 40.39%

%24.45
%35.15
%40.39

CMYK color model

#70A1B9 color CMYK value is (39,13,0,27).

  • cyan value is 39.46%
  • magenta value is 12.97%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(39,13,0,27)
C39M13Y0K27 
(39%,13%,0%,27%)
(0.39/0.13/0.00/0.27)	

CMYK percentages

%39.46
%12.97
%0
%27.45

Codes

Color #70A1B9 in popluar color models

70A1B9
RGB112161185
HSL200°34.27%58.24%
HSB/HSV200°39.46%72.55%
CMYK39.46%12.97%0.00%
27.45%

Color #70A1B9 in popluar number systems.

HEX70A1B9
Decimal112161185
Binary11100001010000110111001
Octal160241271

Shades and tints

Shades of #70A1B9

#70A1B9
(112,161,185)
#6693A9
(102,147,169)
#5C8599
(92,133,153)
#527789
(82,119,137)
#486979
(72,105,121)
#3E5B69
(62,91,105)
#344D59
(52,77,89)
#2A3F49
(42,63,73)
#203139
(32,49,57)
#162329
(22,35,41)
#0C1519
(12,21,25)
#000000
(0,0,0)

Tints of #70A1B9

#70A1B9
(112,161,185)
#7DA9BF
(125,169,191)
#8AB1C5
(138,177,197)
#97B9CB
(151,185,203)
#A4C1D1
(164,193,209)
#B1C9D7
(177,201,215)
#BED1DD
(190,209,221)
#CBD9E3
(203,217,227)
#D8E1E9
(216,225,233)
#E5E9EF
(229,233,239)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70A1B9 color. Also use rgb(112,161,185) instead hex code.

Text Font Color

.myTextColor { color: #70A1B9; }

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

This text font color is #70A1B9.


Background Color

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

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

This div background color is #70A1B9.


Border color

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

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

This div border color is #70A1B9.


Opacity

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

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

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

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

This text has shadow with #70A1B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70A1B9 on black background.


Color preview on white background

This text has color #70A1B9 on white background.



Black color preview on #70A1B9 background

This text has black color on #70A1B9 background.


White color preview on #70A1B9 background

This text has white color on #70A1B9 background.