COLOR #5CACCB

HEX: #5CACCB
RGB: (92,172,203)

Color info

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

RGB color model

#5CACCB color RGB value is (92,172,203).

  • red value is 92;
  • green value is 172;
  • blue value is 203.
RGB:
(92,172,203)
(36%,67%,80%)

RGB channels and saturation

R 92 of 255 = 36%
G 172 of 255 = 67%
B 203 of 255 = 80%

92
172
203

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

Portions of RGB colors in percentages

R + G + B =
92 + 172 + 203 = 467 (100%)
R 92 of 467 ~ 19.7%
G 172 of 467 ~ 36.83%
B 203 of 467 ~ 43.47%

%19.7
%36.83
%43.47

CMYK color model

#5CACCB color CMYK value is (55,15,0,20).

  • cyan value is 54.68%
  • magenta value is 15.27%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(55,15,0,20)
C55M15Y0K20 
(55%,15%,0%,20%)
(0.55/0.15/0.00/0.20)	

CMYK percentages

%54.68
%15.27
%0
%20.39

Codes

Color #5CACCB in popluar color models

5CACCB
RGB92172203
HSL197°51.63%57.84%
HSB/HSV197°54.68%79.61%
CMYK54.68%15.27%0.00%
20.39%

Color #5CACCB in popluar number systems.

HEX5CACCB
Decimal92172203
Binary10111001010110011001011
Octal134254313

Shades and tints

Shades of #5CACCB

#5CACCB
(92,172,203)
#549DB9
(84,157,185)
#4C8EA7
(76,142,167)
#447F95
(68,127,149)
#3C7083
(60,112,131)
#346171
(52,97,113)
#2C525F
(44,82,95)
#24434D
(36,67,77)
#1C343B
(28,52,59)
#142529
(20,37,41)
#0C1617
(12,22,23)
#000000
(0,0,0)

Tints of #5CACCB

#5CACCB
(92,172,203)
#6AB3CF
(106,179,207)
#78BAD3
(120,186,211)
#86C1D7
(134,193,215)
#94C8DB
(148,200,219)
#A2CFDF
(162,207,223)
#B0D6E3
(176,214,227)
#BEDDE7
(190,221,231)
#CCE4EB
(204,228,235)
#DAEBEF
(218,235,239)
#E8F2F3
(232,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CACCB color. Also use rgb(92,172,203) instead hex code.

Text Font Color

.myTextColor { color: #5CACCB; }

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

This text font color is #5CACCB.


Background Color

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

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

This div background color is #5CACCB.


Border color

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

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

This div border color is #5CACCB.


Opacity

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

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

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

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

This text has shadow with #5CACCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CACCB on black background.


Color preview on white background

This text has color #5CACCB on white background.



Black color preview on #5CACCB background

This text has black color on #5CACCB background.


White color preview on #5CACCB background

This text has white color on #5CACCB background.