COLOR #60AEC2

HEX: #60AEC2
RGB: (96,174,194)

Color info

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

RGB color model

#60AEC2 color RGB value is (96,174,194).

  • red value is 96;
  • green value is 174;
  • blue value is 194.
RGB:
(96,174,194)
(38%,68%,76%)

RGB channels and saturation

R 96 of 255 = 38%
G 174 of 255 = 68%
B 194 of 255 = 76%

96
174
194

R + G + B ~ 61%. #60AEC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
96 + 174 + 194 = 464 (100%)
R 96 of 464 ~ 20.69%
G 174 of 464 ~ 37.5%
B 194 of 464 ~ 41.81%

%20.69
%37.5
%41.81

CMYK color model

#60AEC2 color CMYK value is (51,10,0,24).

  • cyan value is 50.52%
  • magenta value is 10.31%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(51,10,0,24)
C51M10Y0K24 
(51%,10%,0%,24%)
(0.51/0.10/0.00/0.24)	

CMYK percentages

%50.52
%10.31
%0
%23.92

Codes

Color #60AEC2 in popluar color models

60AEC2
RGB96174194
HSL192°44.55%56.86%
HSB/HSV192°50.52%76.08%
CMYK50.52%10.31%0.00%
23.92%

Color #60AEC2 in popluar number systems.

HEX60AEC2
Decimal96174194
Binary11000001010111011000010
Octal140256302

Shades and tints

Shades of #60AEC2

#60AEC2
(96,174,194)
#589FB1
(88,159,177)
#5090A0
(80,144,160)
#48818F
(72,129,143)
#40727E
(64,114,126)
#38636D
(56,99,109)
#30545C
(48,84,92)
#28454B
(40,69,75)
#20363A
(32,54,58)
#182729
(24,39,41)
#101818
(16,24,24)
#000000
(0,0,0)

Tints of #60AEC2

#60AEC2
(96,174,194)
#6EB5C7
(110,181,199)
#7CBCCC
(124,188,204)
#8AC3D1
(138,195,209)
#98CAD6
(152,202,214)
#A6D1DB
(166,209,219)
#B4D8E0
(180,216,224)
#C2DFE5
(194,223,229)
#D0E6EA
(208,230,234)
#DEEDEF
(222,237,239)
#ECF4F4
(236,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60AEC2 color. Also use rgb(96,174,194) instead hex code.

Text Font Color

.myTextColor { color: #60AEC2; }

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

This text font color is #60AEC2.


Background Color

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

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

This div background color is #60AEC2.


Border color

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

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

This div border color is #60AEC2.


Opacity

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

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

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

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

This text has shadow with #60AEC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60AEC2 on black background.


Color preview on white background

This text has color #60AEC2 on white background.



Black color preview on #60AEC2 background

This text has black color on #60AEC2 background.


White color preview on #60AEC2 background

This text has white color on #60AEC2 background.