COLOR #5DBEC7

HEX: #5DBEC7
RGB: (93,190,199)

Color info

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

RGB color model

#5DBEC7 color RGB value is (93,190,199).

  • red value is 93;
  • green value is 190;
  • blue value is 199.
RGB:
(93,190,199)
(36%,75%,78%)

RGB channels and saturation

R 93 of 255 = 36%
G 190 of 255 = 75%
B 199 of 255 = 78%

93
190
199

R + G + B ~ 63%. #5DBEC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
93 + 190 + 199 = 482 (100%)
R 93 of 482 ~ 19.29%
G 190 of 482 ~ 39.42%
B 199 of 482 ~ 41.29%

%19.29
%39.42
%41.29

CMYK color model

#5DBEC7 color CMYK value is (53,5,0,22).

  • cyan value is 53.27%
  • magenta value is 4.52%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(53,5,0,22)
C53M5Y0K22 
(53%,5%,0%,22%)
(0.53/0.05/0.00/0.22)	

CMYK percentages

%53.27
%4.52
%0
%21.96

Codes

Color #5DBEC7 in popluar color models

5DBEC7
RGB93190199
HSL185°48.62%57.25%
HSB/HSV185°53.27%78.04%
CMYK53.27%4.52%0.00%
21.96%

Color #5DBEC7 in popluar number systems.

HEX5DBEC7
Decimal93190199
Binary10111011011111011000111
Octal135276307

Shades and tints

Shades of #5DBEC7

#5DBEC7
(93,190,199)
#55ADB5
(85,173,181)
#4D9CA3
(77,156,163)
#458B91
(69,139,145)
#3D7A7F
(61,122,127)
#35696D
(53,105,109)
#2D585B
(45,88,91)
#254749
(37,71,73)
#1D3637
(29,54,55)
#152525
(21,37,37)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #5DBEC7

#5DBEC7
(93,190,199)
#6BC3CC
(107,195,204)
#79C8D1
(121,200,209)
#87CDD6
(135,205,214)
#95D2DB
(149,210,219)
#A3D7E0
(163,215,224)
#B1DCE5
(177,220,229)
#BFE1EA
(191,225,234)
#CDE6EF
(205,230,239)
#DBEBF4
(219,235,244)
#E9F0F9
(233,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DBEC7 color. Also use rgb(93,190,199) instead hex code.

Text Font Color

.myTextColor { color: #5DBEC7; }

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

This text font color is #5DBEC7.


Background Color

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

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

This div background color is #5DBEC7.


Border color

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

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

This div border color is #5DBEC7.


Opacity

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

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

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

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

This text has shadow with #5DBEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DBEC7 on black background.


Color preview on white background

This text has color #5DBEC7 on white background.



Black color preview on #5DBEC7 background

This text has black color on #5DBEC7 background.


White color preview on #5DBEC7 background

This text has white color on #5DBEC7 background.