COLOR #70A4B4

HEX: #70A4B4 RGB: (112,164,180)

Color info

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

RGB color model

#70A4B4 color RGB value is (112,164,180).

RGB: (112,164,180) (44%, 64%, 71%)

RGB channels and saturation

R 112 of 255 = 44%
G 164 of 255 = 64%
B 180 of 255 = 71%

112
164
180

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

Portions of RGB colors in percentages

R + G + B = 112 + 164 + 180 = 456 (100%)
R 112 of 456 ~ 24.56%
G 164 of 456 ~ 35.96%
B 180 of 456 ~ 39.47'%

%24.56
%35.96
%39.47

CMYK color model

#70A4B4 color CMYK value is (38,9,0,29).

  • cyan value is 37.78%
  • magenta value is 8.89%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (38,9,0,29)
C38M9Y0K29 (38%, 9%, 0%, 29%)
(0.38 / 0.09 / 0.00 / 0.29)

CMYK percentages

%37.78
%8.89
%0
%29.41

Codes

Color #70A4B4 in popluar color models

70 A4 B4
RGB 112 164 180
HSL 194° 31.19% 57.25%
HSB/HSV 194° 37.78% 70.59%
CMYK 37.78% 8.89% 0.00%
29.41%

Color #70A4B4 in popluar number systems.

HEX 70 A4 B4
Decimal 112 164 180
Binary 1110000 10100100 10110100
Octal 160 244 264

Shades and tints

Shades of #70A4B4

#70A4B4
(112,164,180)
#6696A4
(102,150,164)
#5C8894
(92,136,148)
#527A84
(82,122,132)
#486C74
(72,108,116)
#3E5E64
(62,94,100)
#345054
(52,80,84)
#2A4244
(42,66,68)
#203434
(32,52,52)
#162624
(22,38,36)
#0C1814
(12,24,20)
#000000
(0,0,0)

Tints of #70A4B4

#70A4B4
(112,164,180)
#7DACBA
(125,172,186)
#8AB4C0
(138,180,192)
#97BCC6
(151,188,198)
#A4C4CC
(164,196,204)
#B1CCD2
(177,204,210)
#BED4D8
(190,212,216)
#CBDCDE
(203,220,222)
#D8E4E4
(216,228,228)
#E5ECEA
(229,236,234)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70A4B4; }

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

This text font color is #70A4B4.

Background Color

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

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

This div background color is #70A4B4.

Border color

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

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

This div border color is #70A4B4.

Opacity

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

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

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

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

This text has shadow with #70A4B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70A4B4.

Preview

Color preview on black background

This text has color #70A4B4 on black background.


Color preview on white background

This text has color #70A4B4 on white background.


Black color preview on #70A4B4 background

This text has black color on #70A4B4 background.


White color preview on #70A4B4 background

This text has white color on #70A4B4 background.


Related colors

Complementary color

Complementary color for #hex is #8F5B4B.


I love getcolorcode.com

Triadic colors

1 #B470A4 and #A4B470 with #70A4B4 are triadic colors.

2 #B4A470 and #A470B4 with #70A4B4 are triadic colors.