COLOR #5CACC6

HEX: #5CACC6 RGB: (92,172,198)

Color info

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

RGB color model

#5CACC6 color RGB value is (92,172,198).

RGB: (92,172,198) (36%, 67%, 78%)

RGB channels and saturation

R 92 of 255 = 36%
G 172 of 255 = 67%
B 198 of 255 = 78%

92
172
198

R + G + B ~ 60%. #5CACC6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 92 + 172 + 198 = 462 (100%)
R 92 of 462 ~ 19.91%
G 172 of 462 ~ 37.23%
B 198 of 462 ~ 42.86'%

%19.91
%37.23
%42.86

CMYK color model

#5CACC6 color CMYK value is (54,13,0,22).

  • cyan value is 53.54%
  • magenta value is 13.13%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (54,13,0,22)
C54M13Y0K22 (54%, 13%, 0%, 22%)
(0.54 / 0.13 / 0.00 / 0.22)

CMYK percentages

%53.54
%13.13
%0
%22.35

Codes

Color #5CACC6 in popluar color models

5C AC C6
RGB 92 172 198
HSL 195° 48.18% 56.86%
HSB/HSV 195° 53.54% 77.65%
CMYK 53.54% 13.13% 0.00%
22.35%

Color #5CACC6 in popluar number systems.

HEX 5C AC C6
Decimal 92 172 198
Binary 1011100 10101100 11000110
Octal 134 254 306

Shades and tints

Shades of #5CACC6

#5CACC6
(92,172,198)
#549DB4
(84,157,180)
#4C8EA2
(76,142,162)
#447F90
(68,127,144)
#3C707E
(60,112,126)
#34616C
(52,97,108)
#2C525A
(44,82,90)
#244348
(36,67,72)
#1C3436
(28,52,54)
#142524
(20,37,36)
#0C1612
(12,22,18)
#000000
(0,0,0)

Tints of #5CACC6

#5CACC6
(92,172,198)
#6AB3CB
(106,179,203)
#78BAD0
(120,186,208)
#86C1D5
(134,193,213)
#94C8DA
(148,200,218)
#A2CFDF
(162,207,223)
#B0D6E4
(176,214,228)
#BEDDE9
(190,221,233)
#CCE4EE
(204,228,238)
#DAEBF3
(218,235,243)
#E8F2F8
(232,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CACC6; }

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

This text font color is #5CACC6.

Background Color

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

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

This div background color is #5CACC6.

Border color

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

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

This div border color is #5CACC6.

Opacity

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

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

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

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

This text has shadow with #5CACC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5CACC6.

Preview

Color preview on black background

This text has color #5CACC6 on black background.


Color preview on white background

This text has color #5CACC6 on white background.


Black color preview on #5CACC6 background

This text has black color on #5CACC6 background.


White color preview on #5CACC6 background

This text has white color on #5CACC6 background.


Related colors

Complementary color

Complementary color for #hex is #A35339.


I love getcolorcode.com

Triadic colors

1 #C65CAC and #ACC65C with #5CACC6 are triadic colors.

2 #C6AC5C and #AC5CC6 with #5CACC6 are triadic colors.