COLOR #5DBDB5

HEX: #5DBDB5
RGB: (93,189,181)

Color info

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

RGB color model

#5DBDB5 color RGB value is (93,189,181).

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

RGB channels and saturation

R 93 of 255 = 36%
G 189 of 255 = 74%
B 181 of 255 = 71%

93
189
181

R + G + B ~ 60%. #5DBDB5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
93 + 189 + 181 = 463 (100%)
R 93 of 463 ~ 20.09%
G 189 of 463 ~ 40.82%
B 181 of 463 ~ 39.09%

%20.09
%40.82
%39.09

CMYK color model

#5DBDB5 color CMYK value is (51,0,4,26).

  • cyan value is 50.79%
  • magenta value is 0.00%
  • yellow value is 4.23%
  • key color value is 25.88%
CMYK:
(51,0,4,26)
C51M0Y4K26 
(51%,0%,4%,26%)
(0.51/0.00/0.04/0.26)	

CMYK percentages

%50.79
%0
%4.23
%25.88

Codes

Color #5DBDB5 in popluar color models

5DBDB5
RGB93189181
HSL175°42.11%55.29%
HSB/HSV175°50.79%74.12%
CMYK50.79%0.00%4.23%
25.88%

Color #5DBDB5 in popluar number systems.

HEX5DBDB5
Decimal93189181
Binary10111011011110110110101
Octal135275265

Shades and tints

Shades of #5DBDB5

#5DBDB5
(93,189,181)
#55ACA5
(85,172,165)
#4D9B95
(77,155,149)
#458A85
(69,138,133)
#3D7975
(61,121,117)
#356865
(53,104,101)
#2D5755
(45,87,85)
#254645
(37,70,69)
#1D3535
(29,53,53)
#152425
(21,36,37)
#0D1315
(13,19,21)
#000000
(0,0,0)

Tints of #5DBDB5

#5DBDB5
(93,189,181)
#6BC3BB
(107,195,187)
#79C9C1
(121,201,193)
#87CFC7
(135,207,199)
#95D5CD
(149,213,205)
#A3DBD3
(163,219,211)
#B1E1D9
(177,225,217)
#BFE7DF
(191,231,223)
#CDEDE5
(205,237,229)
#DBF3EB
(219,243,235)
#E9F9F1
(233,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DBDB5; }

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

This text font color is #5DBDB5.


Background Color

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

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

This div background color is #5DBDB5.


Border color

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

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

This div border color is #5DBDB5.


Opacity

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

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

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

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

This text has shadow with #5DBDB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DBDB5 on black background.


Color preview on white background

This text has color #5DBDB5 on white background.



Black color preview on #5DBDB5 background

This text has black color on #5DBDB5 background.


White color preview on #5DBDB5 background

This text has white color on #5DBDB5 background.