COLOR #5CC2D3

HEX: #5CC2D3
RGB: (92,194,211)

Color info

#5CC2D3 contains mainly green and blue colors. Web safe color of #5CC2D3 is #66CCCC (or #6CC).

RGB color model

#5CC2D3 color RGB value is (92,194,211).

  • red value is 92;
  • green value is 194;
  • blue value is 211.
RGB:
(92,194,211)
(36%,76%,83%)

RGB channels and saturation

R 92 of 255 = 36%
G 194 of 255 = 76%
B 211 of 255 = 83%

92
194
211

R + G + B ~ 65%. #5CC2D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
92 + 194 + 211 = 497 (100%)
R 92 of 497 ~ 18.51%
G 194 of 497 ~ 39.03%
B 211 of 497 ~ 42.45%

%18.51
%39.03
%42.45

CMYK color model

#5CC2D3 color CMYK value is (56,8,0,17).

  • cyan value is 56.40%
  • magenta value is 8.06%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(56,8,0,17)
C56M8Y0K17 
(56%,8%,0%,17%)
(0.56/0.08/0.00/0.17)	

CMYK percentages

%56.4
%8.06
%0
%17.25

Codes

Color #5CC2D3 in popluar color models

5CC2D3
RGB92194211
HSL189°57.49%59.41%
HSB/HSV189°56.40%82.75%
CMYK56.40%8.06%0.00%
17.25%

Color #5CC2D3 in popluar number systems.

HEX5CC2D3
Decimal92194211
Binary10111001100001011010011
Octal134302323

Shades and tints

Shades of #5CC2D3

#5CC2D3
(92,194,211)
#54B1C0
(84,177,192)
#4CA0AD
(76,160,173)
#448F9A
(68,143,154)
#3C7E87
(60,126,135)
#346D74
(52,109,116)
#2C5C61
(44,92,97)
#244B4E
(36,75,78)
#1C3A3B
(28,58,59)
#142928
(20,41,40)
#0C1815
(12,24,21)
#000000
(0,0,0)

Tints of #5CC2D3

#5CC2D3
(92,194,211)
#6AC7D7
(106,199,215)
#78CCDB
(120,204,219)
#86D1DF
(134,209,223)
#94D6E3
(148,214,227)
#A2DBE7
(162,219,231)
#B0E0EB
(176,224,235)
#BEE5EF
(190,229,239)
#CCEAF3
(204,234,243)
#DAEFF7
(218,239,247)
#E8F4FB
(232,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CC2D3 color. Also use rgb(92,194,211) instead hex code.

Text Font Color

.myTextColor { color: #5CC2D3; }

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

This text font color is #5CC2D3.


Background Color

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

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

This div background color is #5CC2D3.


Border color

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

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

This div border color is #5CC2D3.


Opacity

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

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

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

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

This text has shadow with #5CC2D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CC2D3 on black background.


Color preview on white background

This text has color #5CC2D3 on white background.



Black color preview on #5CC2D3 background

This text has black color on #5CC2D3 background.


White color preview on #5CC2D3 background

This text has white color on #5CC2D3 background.