COLOR #70A4CC

HEX: #70A4CC RGB: (112,164,204)

Color info

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

RGB color model

#70A4CC color RGB value is (112,164,204).

RGB: (112,164,204) (44%, 64%, 80%)

RGB channels and saturation

R 112 of 255 = 44%
G 164 of 255 = 64%
B 204 of 255 = 80%

112
164
204

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

Portions of RGB colors in percentages

R + G + B = 112 + 164 + 204 = 480 (100%)
R 112 of 480 ~ 23.33%
G 164 of 480 ~ 34.17%
B 204 of 480 ~ 42.5'%

%23.33
%34.17
%42.5

CMYK color model

#70A4CC color CMYK value is (45,20,0,20).

  • cyan value is 45.10%
  • magenta value is 19.61%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (45,20,0,20) C45M20Y0K20 (45%,20%,0%,20%) (0.45/0.20/0.00/0.20) 

CMYK percentages

%45.1
%19.61
%0
%20

Codes

Color #70A4CC in popluar color models

70 A4 CC
RGB 112 164 204
HSL 206° 47.42% 61.96%
HSB/HSV 206° 45.10% 80.00%
CMYK 45.10% 19.61% 0.00%
20.00%

Color #70A4CC in popluar number systems.

HEX 70 A4 CC
Decimal 112 164 204
Binary 1110000 10100100 11001100
Octal 160 244 314

Shades and tints

Shades of #70A4CC

#70A4CC
(112,164,204)
#6696BA
(102,150,186)
#5C88A8
(92,136,168)
#527A96
(82,122,150)
#486C84
(72,108,132)
#3E5E72
(62,94,114)
#345060
(52,80,96)
#2A424E
(42,66,78)
#20343C
(32,52,60)
#16262A
(22,38,42)
#0C1818
(12,24,24)
#000000
(0,0,0)

Tints of #70A4CC

#70A4CC
(112,164,204)
#7DACD0
(125,172,208)
#8AB4D4
(138,180,212)
#97BCD8
(151,188,216)
#A4C4DC
(164,196,220)
#B1CCE0
(177,204,224)
#BED4E4
(190,212,228)
#CBDCE8
(203,220,232)
#D8E4EC
(216,228,236)
#E5ECF0
(229,236,240)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70A4CC color. Also use rgb(112,164,204) instead hex code.

Text Font Color

.myTextColor { color: #70A4CC; }

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

This text font color is #70A4CC.

Background Color

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

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

This div background color is #70A4CC.

Border color

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

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

This div border color is #70A4CC.

Opacity

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

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

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

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

This text has shadow with #70A4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70A4CC.

Preview

Color preview on black background

This text has color #70A4CC on black background.


Color preview on white background

This text has color #70A4CC on white background.


Black color preview on #70A4CC background

This text has black color on #70A4CC background.


White color preview on #70A4CC background

This text has white color on #70A4CC background.


Related colors

Complementary color

Complementary color for #hex is #8F5B33.


I love getcolorcode.com

Triadic colors

1 #CC70A4 and #A4CC70 with #70A4CC are triadic colors.

2 #CCA470 and #A470CC with #70A4CC are triadic colors.