COLOR #5DABB8

HEX: #5DABB8
RGB: (93,171,184)

Color info

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

RGB color model

#5DABB8 color RGB value is (93,171,184).

  • red value is 93;
  • green value is 171;
  • blue value is 184.
RGB:
(93,171,184)
(36%,67%,72%)

RGB channels and saturation

R 93 of 255 = 36%
G 171 of 255 = 67%
B 184 of 255 = 72%

93
171
184

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

Portions of RGB colors in percentages

R + G + B =
93 + 171 + 184 = 448 (100%)
R 93 of 448 ~ 20.76%
G 171 of 448 ~ 38.17%
B 184 of 448 ~ 41.07%

%20.76
%38.17
%41.07

CMYK color model

#5DABB8 color CMYK value is (49,7,0,28).

  • cyan value is 49.46%
  • magenta value is 7.07%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(49,7,0,28)
C49M7Y0K28 
(49%,7%,0%,28%)
(0.49/0.07/0.00/0.28)	

CMYK percentages

%49.46
%7.07
%0
%27.84

Codes

Color #5DABB8 in popluar color models

5DABB8
RGB93171184
HSL189°39.06%54.31%
HSB/HSV189°49.46%72.16%
CMYK49.46%7.07%0.00%
27.84%

Color #5DABB8 in popluar number systems.

HEX5DABB8
Decimal93171184
Binary10111011010101110111000
Octal135253270

Shades and tints

Shades of #5DABB8

#5DABB8
(93,171,184)
#559CA8
(85,156,168)
#4D8D98
(77,141,152)
#457E88
(69,126,136)
#3D6F78
(61,111,120)
#356068
(53,96,104)
#2D5158
(45,81,88)
#254248
(37,66,72)
#1D3338
(29,51,56)
#152428
(21,36,40)
#0D1518
(13,21,24)
#000000
(0,0,0)

Tints of #5DABB8

#5DABB8
(93,171,184)
#6BB2BE
(107,178,190)
#79B9C4
(121,185,196)
#87C0CA
(135,192,202)
#95C7D0
(149,199,208)
#A3CED6
(163,206,214)
#B1D5DC
(177,213,220)
#BFDCE2
(191,220,226)
#CDE3E8
(205,227,232)
#DBEAEE
(219,234,238)
#E9F1F4
(233,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DABB8 color. Also use rgb(93,171,184) instead hex code.

Text Font Color

.myTextColor { color: #5DABB8; }

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

This text font color is #5DABB8.


Background Color

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

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

This div background color is #5DABB8.


Border color

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

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

This div border color is #5DABB8.


Opacity

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

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

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

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

This text has shadow with #5DABB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DABB8 on black background.


Color preview on white background

This text has color #5DABB8 on white background.



Black color preview on #5DABB8 background

This text has black color on #5DABB8 background.


White color preview on #5DABB8 background

This text has white color on #5DABB8 background.