COLOR #5CABCA

HEX: #5CABCA
RGB: (92,171,202)

Color info

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

RGB color model

#5CABCA color RGB value is (92,171,202).

  • red value is 92;
  • green value is 171;
  • blue value is 202.
RGB:
(92,171,202)
(36%,67%,79%)

RGB channels and saturation

R 92 of 255 = 36%
G 171 of 255 = 67%
B 202 of 255 = 79%

92
171
202

R + G + B ~ 61%. #5CABCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
92 + 171 + 202 = 465 (100%)
R 92 of 465 ~ 19.78%
G 171 of 465 ~ 36.77%
B 202 of 465 ~ 43.44%

%19.78
%36.77
%43.44

CMYK color model

#5CABCA color CMYK value is (54,15,0,21).

  • cyan value is 54.46%
  • magenta value is 15.35%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(54,15,0,21)
C54M15Y0K21 
(54%,15%,0%,21%)
(0.54/0.15/0.00/0.21)	

CMYK percentages

%54.46
%15.35
%0
%20.78

Codes

Color #5CABCA in popluar color models

5CABCA
RGB92171202
HSL197°50.93%57.65%
HSB/HSV197°54.46%79.22%
CMYK54.46%15.35%0.00%
20.78%

Color #5CABCA in popluar number systems.

HEX5CABCA
Decimal92171202
Binary10111001010101111001010
Octal134253312

Shades and tints

Shades of #5CABCA

#5CABCA
(92,171,202)
#549CB8
(84,156,184)
#4C8DA6
(76,141,166)
#447E94
(68,126,148)
#3C6F82
(60,111,130)
#346070
(52,96,112)
#2C515E
(44,81,94)
#24424C
(36,66,76)
#1C333A
(28,51,58)
#142428
(20,36,40)
#0C1516
(12,21,22)
#000000
(0,0,0)

Tints of #5CABCA

#5CABCA
(92,171,202)
#6AB2CE
(106,178,206)
#78B9D2
(120,185,210)
#86C0D6
(134,192,214)
#94C7DA
(148,199,218)
#A2CEDE
(162,206,222)
#B0D5E2
(176,213,226)
#BEDCE6
(190,220,230)
#CCE3EA
(204,227,234)
#DAEAEE
(218,234,238)
#E8F1F2
(232,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CABCA color. Also use rgb(92,171,202) instead hex code.

Text Font Color

.myTextColor { color: #5CABCA; }

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

This text font color is #5CABCA.


Background Color

.myBgColor { background-color: #5CABCA; }

<div style="background-color:#5CABCA">Inner text</div>

This div background color is #5CABCA.


Border color

.myBorderColor { border: 1px solid #5CABCA; }

<div style="border:3px solid #5CABCA">Div</div>

This div border color is #5CABCA.


Opacity

.myOpacity80 { color: #5CABCA; opacity: 0.8; }

<p style="color:#5CABCA;opacity:0.8;">80%</p>

Text with #5CABCA 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 #5CABCA;}

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

This text has shadow with #5CABCA color.

.textShadow {text-shadow: 3px 3px 1px #5CABCA, 3px 3px 1px red;}

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

This text has shadow with #5CABCA primary color and red secondary color.


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

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

This text has shadow with #5CABCA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CABCA on black background.


Color preview on white background

This text has color #5CABCA on white background.



Black color preview on #5CABCA background

This text has black color on #5CABCA background.


White color preview on #5CABCA background

This text has white color on #5CABCA background.