COLOR #60ABD3

HEX: #60ABD3
RGB: (96,171,211)

Color info

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

RGB color model

#60ABD3 color RGB value is (96,171,211).

  • red value is 96;
  • green value is 171;
  • blue value is 211.
RGB:
(96,171,211)
(38%,67%,83%)

RGB channels and saturation

R 96 of 255 = 38%
G 171 of 255 = 67%
B 211 of 255 = 83%

96
171
211

R + G + B ~ 63%. #60ABD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
96 + 171 + 211 = 478 (100%)
R 96 of 478 ~ 20.08%
G 171 of 478 ~ 35.77%
B 211 of 478 ~ 44.14%

%20.08
%35.77
%44.14

CMYK color model

#60ABD3 color CMYK value is (55,19,0,17).

  • cyan value is 54.50%
  • magenta value is 18.96%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(55,19,0,17)
C55M19Y0K17 
(55%,19%,0%,17%)
(0.55/0.19/0.00/0.17)	

CMYK percentages

%54.5
%18.96
%0
%17.25

Codes

Color #60ABD3 in popluar color models

60ABD3
RGB96171211
HSL201°56.65%60.20%
HSB/HSV201°54.50%82.75%
CMYK54.50%18.96%0.00%
17.25%

Color #60ABD3 in popluar number systems.

HEX60ABD3
Decimal96171211
Binary11000001010101111010011
Octal140253323

Shades and tints

Shades of #60ABD3

#60ABD3
(96,171,211)
#589CC0
(88,156,192)
#508DAD
(80,141,173)
#487E9A
(72,126,154)
#406F87
(64,111,135)
#386074
(56,96,116)
#305161
(48,81,97)
#28424E
(40,66,78)
#20333B
(32,51,59)
#182428
(24,36,40)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #60ABD3

#60ABD3
(96,171,211)
#6EB2D7
(110,178,215)
#7CB9DB
(124,185,219)
#8AC0DF
(138,192,223)
#98C7E3
(152,199,227)
#A6CEE7
(166,206,231)
#B4D5EB
(180,213,235)
#C2DCEF
(194,220,239)
#D0E3F3
(208,227,243)
#DEEAF7
(222,234,247)
#ECF1FB
(236,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60ABD3 color. Also use rgb(96,171,211) instead hex code.

Text Font Color

.myTextColor { color: #60ABD3; }

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

This text font color is #60ABD3.


Background Color

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

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

This div background color is #60ABD3.


Border color

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

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

This div border color is #60ABD3.


Opacity

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

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

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

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

This text has shadow with #60ABD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60ABD3 on black background.


Color preview on white background

This text has color #60ABD3 on white background.



Black color preview on #60ABD3 background

This text has black color on #60ABD3 background.


White color preview on #60ABD3 background

This text has white color on #60ABD3 background.