COLOR #70A1E2

HEX: #70A1E2
RGB: (112,161,226)

Color info

#70A1E2 contains mainly blue color. Web safe color of #70A1E2 is #6699CC (or #69C).

RGB color model

#70A1E2 color RGB value is (112,161,226).

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

RGB channels and saturation

R 112 of 255 = 44%
G 161 of 255 = 63%
B 226 of 255 = 89%

112
161
226

R + G + B ~ 65%. #70A1E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 161 + 226 = 499 (100%)
R 112 of 499 ~ 22.44%
G 161 of 499 ~ 32.26%
B 226 of 499 ~ 45.29%

%22.44
%32.26
%45.29

CMYK color model

#70A1E2 color CMYK value is (50,29,0,11).

  • cyan value is 50.44%
  • magenta value is 28.76%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(50,29,0,11)
C50M29Y0K11 
(50%,29%,0%,11%)
(0.50/0.29/0.00/0.11)	

CMYK percentages

%50.44
%28.76
%0
%11.37

Codes

Color #70A1E2 in popluar color models

70A1E2
RGB112161226
HSL214°66.28%66.27%
HSB/HSV214°50.44%88.63%
CMYK50.44%28.76%0.00%
11.37%

Color #70A1E2 in popluar number systems.

HEX70A1E2
Decimal112161226
Binary11100001010000111100010
Octal160241342

Shades and tints

Shades of #70A1E2

#70A1E2
(112,161,226)
#6693CE
(102,147,206)
#5C85BA
(92,133,186)
#5277A6
(82,119,166)
#486992
(72,105,146)
#3E5B7E
(62,91,126)
#344D6A
(52,77,106)
#2A3F56
(42,63,86)
#203142
(32,49,66)
#16232E
(22,35,46)
#0C151A
(12,21,26)
#000000
(0,0,0)

Tints of #70A1E2

#70A1E2
(112,161,226)
#7DA9E4
(125,169,228)
#8AB1E6
(138,177,230)
#97B9E8
(151,185,232)
#A4C1EA
(164,193,234)
#B1C9EC
(177,201,236)
#BED1EE
(190,209,238)
#CBD9F0
(203,217,240)
#D8E1F2
(216,225,242)
#E5E9F4
(229,233,244)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70A1E2; }

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

This text font color is #70A1E2.


Background Color

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

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

This div background color is #70A1E2.


Border color

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

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

This div border color is #70A1E2.


Opacity

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

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

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

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

This text has shadow with #70A1E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70A1E2 on black background.


Color preview on white background

This text has color #70A1E2 on white background.



Black color preview on #70A1E2 background

This text has black color on #70A1E2 background.


White color preview on #70A1E2 background

This text has white color on #70A1E2 background.