COLOR #70ACC0

HEX: #70ACC0 RGB: (112,172,192)

Color info

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

RGB color model

#70ACC0 color RGB value is (112,172,192).

RGB: (112,172,192) (44%, 67%, 75%)

RGB channels and saturation

R 112 of 255 = 44%
G 172 of 255 = 67%
B 192 of 255 = 75%

112
172
192

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

Portions of RGB colors in percentages

R + G + B = 112 + 172 + 192 = 476 (100%)
R 112 of 476 ~ 23.53%
G 172 of 476 ~ 36.13%
B 192 of 476 ~ 40.34'%

%23.53
%36.13
%40.34

CMYK color model

#70ACC0 color CMYK value is (42,10,0,25).

  • cyan value is 41.67%
  • magenta value is 10.42%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (42,10,0,25)
C42M10Y0K25 (42%, 10%, 0%, 25%)
(0.42 / 0.10 / 0.00 / 0.25)

CMYK percentages

%41.67
%10.42
%0
%24.71

Codes

Color #70ACC0 in popluar color models

70 AC C0
RGB 112 172 192
HSL 195° 38.83% 59.61%
HSB/HSV 195° 41.67% 75.29%
CMYK 41.67% 10.42% 0.00%
24.71%

Color #70ACC0 in popluar number systems.

HEX 70 AC C0
Decimal 112 172 192
Binary 1110000 10101100 11000000
Octal 160 254 300

Shades and tints

Shades of #70ACC0

#70ACC0
(112,172,192)
#669DAF
(102,157,175)
#5C8E9E
(92,142,158)
#527F8D
(82,127,141)
#48707C
(72,112,124)
#3E616B
(62,97,107)
#34525A
(52,82,90)
#2A4349
(42,67,73)
#203438
(32,52,56)
#162527
(22,37,39)
#0C1616
(12,22,22)
#000000
(0,0,0)

Tints of #70ACC0

#70ACC0
(112,172,192)
#7DB3C5
(125,179,197)
#8ABACA
(138,186,202)
#97C1CF
(151,193,207)
#A4C8D4
(164,200,212)
#B1CFD9
(177,207,217)
#BED6DE
(190,214,222)
#CBDDE3
(203,221,227)
#D8E4E8
(216,228,232)
#E5EBED
(229,235,237)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70ACC0 color. Also use rgb(112,172,192) instead hex code.

Text Font Color

.myTextColor { color: #70ACC0; }

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

This text font color is #70ACC0.

Background Color

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

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

This div background color is #70ACC0.

Border color

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

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

This div border color is #70ACC0.

Opacity

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

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

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

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

This text has shadow with #70ACC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70ACC0.

Preview

Color preview on black background

This text has color #70ACC0 on black background.


Color preview on white background

This text has color #70ACC0 on white background.


Black color preview on #70ACC0 background

This text has black color on #70ACC0 background.


White color preview on #70ACC0 background

This text has white color on #70ACC0 background.


Related colors

Complementary color

Complementary color for #hex is #8F533F.


I love getcolorcode.com

Triadic colors

1 #C070AC and #ACC070 with #70ACC0 are triadic colors.

2 #C0AC70 and #AC70C0 with #70ACC0 are triadic colors.