COLOR #60ACDB

HEX: #60ACDB
RGB: (96,172,219)

Color info

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

RGB color model

#60ACDB color RGB value is (96,172,219).

  • red value is 96;
  • green value is 172;
  • blue value is 219.
RGB:
(96,172,219)
(38%,67%,86%)

RGB channels and saturation

R 96 of 255 = 38%
G 172 of 255 = 67%
B 219 of 255 = 86%

96
172
219

R + G + B ~ 64%. #60ACDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
96 + 172 + 219 = 487 (100%)
R 96 of 487 ~ 19.71%
G 172 of 487 ~ 35.32%
B 219 of 487 ~ 44.97%

%19.71
%35.32
%44.97

CMYK color model

#60ACDB color CMYK value is (56,21,0,14).

  • cyan value is 56.16%
  • magenta value is 21.46%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(56,21,0,14)
C56M21Y0K14 
(56%,21%,0%,14%)
(0.56/0.21/0.00/0.14)	

CMYK percentages

%56.16
%21.46
%0
%14.12

Codes

Color #60ACDB in popluar color models

60ACDB
RGB96172219
HSL203°63.08%61.76%
HSB/HSV203°56.16%85.88%
CMYK56.16%21.46%0.00%
14.12%

Color #60ACDB in popluar number systems.

HEX60ACDB
Decimal96172219
Binary11000001010110011011011
Octal140254333

Shades and tints

Shades of #60ACDB

#60ACDB
(96,172,219)
#589DC8
(88,157,200)
#508EB5
(80,142,181)
#487FA2
(72,127,162)
#40708F
(64,112,143)
#38617C
(56,97,124)
#305269
(48,82,105)
#284356
(40,67,86)
#203443
(32,52,67)
#182530
(24,37,48)
#10161D
(16,22,29)
#000000
(0,0,0)

Tints of #60ACDB

#60ACDB
(96,172,219)
#6EB3DE
(110,179,222)
#7CBAE1
(124,186,225)
#8AC1E4
(138,193,228)
#98C8E7
(152,200,231)
#A6CFEA
(166,207,234)
#B4D6ED
(180,214,237)
#C2DDF0
(194,221,240)
#D0E4F3
(208,228,243)
#DEEBF6
(222,235,246)
#ECF2F9
(236,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60ACDB color. Also use rgb(96,172,219) instead hex code.

Text Font Color

.myTextColor { color: #60ACDB; }

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

This text font color is #60ACDB.


Background Color

.myBgColor { background-color: #60ACDB; }

<div style="background-color:#60ACDB">Inner text</div>

This div background color is #60ACDB.


Border color

.myBorderColor { border: 1px solid #60ACDB; }

<div style="border:3px solid #60ACDB">Div</div>

This div border color is #60ACDB.


Opacity

.myOpacity80 { color: #60ACDB; opacity: 0.8; }

<p style="color:#60ACDB;opacity:0.8;">80%</p>

Text with #60ACDB 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 #60ACDB;}

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

This text has shadow with #60ACDB color.

.textShadow {text-shadow: 3px 3px 1px #60ACDB, 3px 3px 1px red;}

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

This text has shadow with #60ACDB primary color and red secondary color.


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

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

This text has shadow with #60ACDB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60ACDB on black background.


Color preview on white background

This text has color #60ACDB on white background.



Black color preview on #60ACDB background

This text has black color on #60ACDB background.


White color preview on #60ACDB background

This text has white color on #60ACDB background.