COLOR #70ABEE

HEX: #70ABEE
RGB: (112,171,238)

Color info

#70ABEE contains mainly blue color. Web safe color of #70ABEE is #6699FF (or #69F).

RGB color model

#70ABEE color RGB value is (112,171,238).

  • red value is 112;
  • green value is 171;
  • blue value is 238.
RGB:
(112,171,238)
(44%,67%,93%)

RGB channels and saturation

R 112 of 255 = 44%
G 171 of 255 = 67%
B 238 of 255 = 93%

112
171
238

R + G + B ~ 68%. #70ABEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 171 + 238 = 521 (100%)
R 112 of 521 ~ 21.5%
G 171 of 521 ~ 32.82%
B 238 of 521 ~ 45.68%

%21.5
%32.82
%45.68

CMYK color model

#70ABEE color CMYK value is (53,28,0,7).

  • cyan value is 52.94%
  • magenta value is 28.15%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(53,28,0,7)
C53M28Y0K7 
(53%,28%,0%,7%)
(0.53/0.28/0.00/0.07)	

CMYK percentages

%52.94
%28.15
%0
%6.67

Codes

Color #70ABEE in popluar color models

70ABEE
RGB112171238
HSL212°78.75%68.63%
HSB/HSV212°52.94%93.33%
CMYK52.94%28.15%0.00%
6.67%

Color #70ABEE in popluar number systems.

HEX70ABEE
Decimal112171238
Binary11100001010101111101110
Octal160253356

Shades and tints

Shades of #70ABEE

#70ABEE
(112,171,238)
#669CD9
(102,156,217)
#5C8DC4
(92,141,196)
#527EAF
(82,126,175)
#486F9A
(72,111,154)
#3E6085
(62,96,133)
#345170
(52,81,112)
#2A425B
(42,66,91)
#203346
(32,51,70)
#162431
(22,36,49)
#0C151C
(12,21,28)
#000000
(0,0,0)

Tints of #70ABEE

#70ABEE
(112,171,238)
#7DB2EF
(125,178,239)
#8AB9F0
(138,185,240)
#97C0F1
(151,192,241)
#A4C7F2
(164,199,242)
#B1CEF3
(177,206,243)
#BED5F4
(190,213,244)
#CBDCF5
(203,220,245)
#D8E3F6
(216,227,246)
#E5EAF7
(229,234,247)
#F2F1F8
(242,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70ABEE; }

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

This text font color is #70ABEE.


Background Color

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

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

This div background color is #70ABEE.


Border color

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

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

This div border color is #70ABEE.


Opacity

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

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

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

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

This text has shadow with #70ABEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70ABEE on black background.


Color preview on white background

This text has color #70ABEE on white background.



Black color preview on #70ABEE background

This text has black color on #70ABEE background.


White color preview on #70ABEE background

This text has white color on #70ABEE background.