COLOR #5CB7D7

HEX: #5CB7D7
RGB: (92,183,215)

Color info

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

RGB color model

#5CB7D7 color RGB value is (92,183,215).

  • red value is 92;
  • green value is 183;
  • blue value is 215.
RGB:
(92,183,215)
(36%,72%,84%)

RGB channels and saturation

R 92 of 255 = 36%
G 183 of 255 = 72%
B 215 of 255 = 84%

92
183
215

R + G + B ~ 64%. #5CB7D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
92 + 183 + 215 = 490 (100%)
R 92 of 490 ~ 18.78%
G 183 of 490 ~ 37.35%
B 215 of 490 ~ 43.88%

%18.78
%37.35
%43.88

CMYK color model

#5CB7D7 color CMYK value is (57,15,0,16).

  • cyan value is 57.21%
  • magenta value is 14.88%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(57,15,0,16)
C57M15Y0K16 
(57%,15%,0%,16%)
(0.57/0.15/0.00/0.16)	

CMYK percentages

%57.21
%14.88
%0
%15.69

Codes

Color #5CB7D7 in popluar color models

5CB7D7
RGB92183215
HSL196°60.59%60.20%
HSB/HSV196°57.21%84.31%
CMYK57.21%14.88%0.00%
15.69%

Color #5CB7D7 in popluar number systems.

HEX5CB7D7
Decimal92183215
Binary10111001011011111010111
Octal134267327

Shades and tints

Shades of #5CB7D7

#5CB7D7
(92,183,215)
#54A7C4
(84,167,196)
#4C97B1
(76,151,177)
#44879E
(68,135,158)
#3C778B
(60,119,139)
#346778
(52,103,120)
#2C5765
(44,87,101)
#244752
(36,71,82)
#1C373F
(28,55,63)
#14272C
(20,39,44)
#0C1719
(12,23,25)
#000000
(0,0,0)

Tints of #5CB7D7

#5CB7D7
(92,183,215)
#6ABDDA
(106,189,218)
#78C3DD
(120,195,221)
#86C9E0
(134,201,224)
#94CFE3
(148,207,227)
#A2D5E6
(162,213,230)
#B0DBE9
(176,219,233)
#BEE1EC
(190,225,236)
#CCE7EF
(204,231,239)
#DAEDF2
(218,237,242)
#E8F3F5
(232,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CB7D7 color. Also use rgb(92,183,215) instead hex code.

Text Font Color

.myTextColor { color: #5CB7D7; }

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

This text font color is #5CB7D7.


Background Color

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

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

This div background color is #5CB7D7.


Border color

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

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

This div border color is #5CB7D7.


Opacity

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

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

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

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

This text has shadow with #5CB7D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CB7D7 on black background.


Color preview on white background

This text has color #5CB7D7 on white background.



Black color preview on #5CB7D7 background

This text has black color on #5CB7D7 background.


White color preview on #5CB7D7 background

This text has white color on #5CB7D7 background.