COLOR #5CA7D2

HEX: #5CA7D2
RGB: (92,167,210)

Color info

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

RGB color model

#5CA7D2 color RGB value is (92,167,210).

  • red value is 92;
  • green value is 167;
  • blue value is 210.
RGB:
(92,167,210)
(36%,65%,82%)

RGB channels and saturation

R 92 of 255 = 36%
G 167 of 255 = 65%
B 210 of 255 = 82%

92
167
210

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

Portions of RGB colors in percentages

R + G + B =
92 + 167 + 210 = 469 (100%)
R 92 of 469 ~ 19.62%
G 167 of 469 ~ 35.61%
B 210 of 469 ~ 44.78%

%19.62
%35.61
%44.78

CMYK color model

#5CA7D2 color CMYK value is (56,20,0,18).

  • cyan value is 56.19%
  • magenta value is 20.48%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(56,20,0,18)
C56M20Y0K18 
(56%,20%,0%,18%)
(0.56/0.20/0.00/0.18)	

CMYK percentages

%56.19
%20.48
%0
%17.65

Codes

Color #5CA7D2 in popluar color models

5CA7D2
RGB92167210
HSL202°56.73%59.22%
HSB/HSV202°56.19%82.35%
CMYK56.19%20.48%0.00%
17.65%

Color #5CA7D2 in popluar number systems.

HEX5CA7D2
Decimal92167210
Binary10111001010011111010010
Octal134247322

Shades and tints

Shades of #5CA7D2

#5CA7D2
(92,167,210)
#5498BF
(84,152,191)
#4C89AC
(76,137,172)
#447A99
(68,122,153)
#3C6B86
(60,107,134)
#345C73
(52,92,115)
#2C4D60
(44,77,96)
#243E4D
(36,62,77)
#1C2F3A
(28,47,58)
#142027
(20,32,39)
#0C1114
(12,17,20)
#000000
(0,0,0)

Tints of #5CA7D2

#5CA7D2
(92,167,210)
#6AAFD6
(106,175,214)
#78B7DA
(120,183,218)
#86BFDE
(134,191,222)
#94C7E2
(148,199,226)
#A2CFE6
(162,207,230)
#B0D7EA
(176,215,234)
#BEDFEE
(190,223,238)
#CCE7F2
(204,231,242)
#DAEFF6
(218,239,246)
#E8F7FA
(232,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CA7D2 color. Also use rgb(92,167,210) instead hex code.

Text Font Color

.myTextColor { color: #5CA7D2; }

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

This text font color is #5CA7D2.


Background Color

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

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

This div background color is #5CA7D2.


Border color

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

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

This div border color is #5CA7D2.


Opacity

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

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

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

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

This text has shadow with #5CA7D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CA7D2 on black background.


Color preview on white background

This text has color #5CA7D2 on white background.



Black color preview on #5CA7D2 background

This text has black color on #5CA7D2 background.


White color preview on #5CA7D2 background

This text has white color on #5CA7D2 background.