COLOR #70A9BE

HEX: #70A9BE
RGB: (112,169,190)

Color info

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

RGB color model

#70A9BE color RGB value is (112,169,190).

  • red value is 112;
  • green value is 169;
  • blue value is 190.
RGB:
(112,169,190)
(44%,66%,75%)

RGB channels and saturation

R 112 of 255 = 44%
G 169 of 255 = 66%
B 190 of 255 = 75%

112
169
190

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

Portions of RGB colors in percentages

R + G + B =
112 + 169 + 190 = 471 (100%)
R 112 of 471 ~ 23.78%
G 169 of 471 ~ 35.88%
B 190 of 471 ~ 40.34%

%23.78
%35.88
%40.34

CMYK color model

#70A9BE color CMYK value is (41,11,0,25).

  • cyan value is 41.05%
  • magenta value is 11.05%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(41,11,0,25)
C41M11Y0K25 
(41%,11%,0%,25%)
(0.41/0.11/0.00/0.25)	

CMYK percentages

%41.05
%11.05
%0
%25.49

Codes

Color #70A9BE in popluar color models

70A9BE
RGB112169190
HSL196°37.50%59.22%
HSB/HSV196°41.05%74.51%
CMYK41.05%11.05%0.00%
25.49%

Color #70A9BE in popluar number systems.

HEX70A9BE
Decimal112169190
Binary11100001010100110111110
Octal160251276

Shades and tints

Shades of #70A9BE

#70A9BE
(112,169,190)
#669AAD
(102,154,173)
#5C8B9C
(92,139,156)
#527C8B
(82,124,139)
#486D7A
(72,109,122)
#3E5E69
(62,94,105)
#344F58
(52,79,88)
#2A4047
(42,64,71)
#203136
(32,49,54)
#162225
(22,34,37)
#0C1314
(12,19,20)
#000000
(0,0,0)

Tints of #70A9BE

#70A9BE
(112,169,190)
#7DB0C3
(125,176,195)
#8AB7C8
(138,183,200)
#97BECD
(151,190,205)
#A4C5D2
(164,197,210)
#B1CCD7
(177,204,215)
#BED3DC
(190,211,220)
#CBDAE1
(203,218,225)
#D8E1E6
(216,225,230)
#E5E8EB
(229,232,235)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70A9BE color. Also use rgb(112,169,190) instead hex code.

Text Font Color

.myTextColor { color: #70A9BE; }

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

This text font color is #70A9BE.


Background Color

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

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

This div background color is #70A9BE.


Border color

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

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

This div border color is #70A9BE.


Opacity

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

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

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

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

This text has shadow with #70A9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70A9BE on black background.


Color preview on white background

This text has color #70A9BE on white background.



Black color preview on #70A9BE background

This text has black color on #70A9BE background.


White color preview on #70A9BE background

This text has white color on #70A9BE background.