COLOR #5DBDCE

HEX: #5DBDCE
RGB: (93,189,206)

Color info

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

RGB color model

#5DBDCE color RGB value is (93,189,206).

  • red value is 93;
  • green value is 189;
  • blue value is 206.
RGB:
(93,189,206)
(36%,74%,81%)

RGB channels and saturation

R 93 of 255 = 36%
G 189 of 255 = 74%
B 206 of 255 = 81%

93
189
206

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

Portions of RGB colors in percentages

R + G + B =
93 + 189 + 206 = 488 (100%)
R 93 of 488 ~ 19.06%
G 189 of 488 ~ 38.73%
B 206 of 488 ~ 42.21%

%19.06
%38.73
%42.21

CMYK color model

#5DBDCE color CMYK value is (55,8,0,19).

  • cyan value is 54.85%
  • magenta value is 8.25%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(55,8,0,19)
C55M8Y0K19 
(55%,8%,0%,19%)
(0.55/0.08/0.00/0.19)	

CMYK percentages

%54.85
%8.25
%0
%19.22

Codes

Color #5DBDCE in popluar color models

5DBDCE
RGB93189206
HSL189°53.55%58.63%
HSB/HSV189°54.85%80.78%
CMYK54.85%8.25%0.00%
19.22%

Color #5DBDCE in popluar number systems.

HEX5DBDCE
Decimal93189206
Binary10111011011110111001110
Octal135275316

Shades and tints

Shades of #5DBDCE

#5DBDCE
(93,189,206)
#55ACBC
(85,172,188)
#4D9BAA
(77,155,170)
#458A98
(69,138,152)
#3D7986
(61,121,134)
#356874
(53,104,116)
#2D5762
(45,87,98)
#254650
(37,70,80)
#1D353E
(29,53,62)
#15242C
(21,36,44)
#0D131A
(13,19,26)
#000000
(0,0,0)

Tints of #5DBDCE

#5DBDCE
(93,189,206)
#6BC3D2
(107,195,210)
#79C9D6
(121,201,214)
#87CFDA
(135,207,218)
#95D5DE
(149,213,222)
#A3DBE2
(163,219,226)
#B1E1E6
(177,225,230)
#BFE7EA
(191,231,234)
#CDEDEE
(205,237,238)
#DBF3F2
(219,243,242)
#E9F9F6
(233,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DBDCE color. Also use rgb(93,189,206) instead hex code.

Text Font Color

.myTextColor { color: #5DBDCE; }

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

This text font color is #5DBDCE.


Background Color

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

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

This div background color is #5DBDCE.


Border color

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

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

This div border color is #5DBDCE.


Opacity

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

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

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

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

This text has shadow with #5DBDCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DBDCE on black background.


Color preview on white background

This text has color #5DBDCE on white background.



Black color preview on #5DBDCE background

This text has black color on #5DBDCE background.


White color preview on #5DBDCE background

This text has white color on #5DBDCE background.