COLOR #5DE7CB

HEX: #5DE7CB
RGB: (93,231,203)

Color info

#5DE7CB contains mainly green and blue colors. Web safe color of #5DE7CB is #66FFCC (or #6FC).

RGB color model

#5DE7CB color RGB value is (93,231,203).

  • red value is 93;
  • green value is 231;
  • blue value is 203.
RGB:
(93,231,203)
(36%,91%,80%)

RGB channels and saturation

R 93 of 255 = 36%
G 231 of 255 = 91%
B 203 of 255 = 80%

93
231
203

R + G + B ~ 69%. #5DE7CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
93 + 231 + 203 = 527 (100%)
R 93 of 527 ~ 17.65%
G 231 of 527 ~ 43.83%
B 203 of 527 ~ 38.52%

%17.65
%43.83
%38.52

CMYK color model

#5DE7CB color CMYK value is (60,0,12,9).

  • cyan value is 59.74%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 9.41%
CMYK:
(60,0,12,9)
C60M0Y12K9 
(60%,0%,12%,9%)
(0.60/0.00/0.12/0.09)	

CMYK percentages

%59.74
%0
%12.12
%9.41

Codes

Color #5DE7CB in popluar color models

5DE7CB
RGB93231203
HSL168°74.19%63.53%
HSB/HSV168°59.74%90.59%
CMYK59.74%0.00%12.12%
9.41%

Color #5DE7CB in popluar number systems.

HEX5DE7CB
Decimal93231203
Binary10111011110011111001011
Octal135347313

Shades and tints

Shades of #5DE7CB

#5DE7CB
(93,231,203)
#55D2B9
(85,210,185)
#4DBDA7
(77,189,167)
#45A895
(69,168,149)
#3D9383
(61,147,131)
#357E71
(53,126,113)
#2D695F
(45,105,95)
#25544D
(37,84,77)
#1D3F3B
(29,63,59)
#152A29
(21,42,41)
#0D1517
(13,21,23)
#000000
(0,0,0)

Tints of #5DE7CB

#5DE7CB
(93,231,203)
#6BE9CF
(107,233,207)
#79EBD3
(121,235,211)
#87EDD7
(135,237,215)
#95EFDB
(149,239,219)
#A3F1DF
(163,241,223)
#B1F3E3
(177,243,227)
#BFF5E7
(191,245,231)
#CDF7EB
(205,247,235)
#DBF9EF
(219,249,239)
#E9FBF3
(233,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DE7CB color. Also use rgb(93,231,203) instead hex code.

Text Font Color

.myTextColor { color: #5DE7CB; }

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

This text font color is #5DE7CB.


Background Color

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

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

This div background color is #5DE7CB.


Border color

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

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

This div border color is #5DE7CB.


Opacity

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

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

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

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

This text has shadow with #5DE7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DE7CB on black background.


Color preview on white background

This text has color #5DE7CB on white background.



Black color preview on #5DE7CB background

This text has black color on #5DE7CB background.


White color preview on #5DE7CB background

This text has white color on #5DE7CB background.