COLOR #5DABB6

HEX: #5DABB6
RGB: (93,171,182)

Color info

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

RGB color model

#5DABB6 color RGB value is (93,171,182).

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

RGB channels and saturation

R 93 of 255 = 36%
G 171 of 255 = 67%
B 182 of 255 = 71%

93
171
182

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

Portions of RGB colors in percentages

R + G + B =
93 + 171 + 182 = 446 (100%)
R 93 of 446 ~ 20.85%
G 171 of 446 ~ 38.34%
B 182 of 446 ~ 40.81%

%20.85
%38.34
%40.81

CMYK color model

#5DABB6 color CMYK value is (49,6,0,29).

  • cyan value is 48.90%
  • magenta value is 6.04%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(49,6,0,29)
C49M6Y0K29 
(49%,6%,0%,29%)
(0.49/0.06/0.00/0.29)	

CMYK percentages

%48.9
%6.04
%0
%28.63

Codes

Color #5DABB6 in popluar color models

5DABB6
RGB93171182
HSL187°37.87%53.92%
HSB/HSV187°48.90%71.37%
CMYK48.90%6.04%0.00%
28.63%

Color #5DABB6 in popluar number systems.

HEX5DABB6
Decimal93171182
Binary10111011010101110110110
Octal135253266

Shades and tints

Shades of #5DABB6

#5DABB6
(93,171,182)
#559CA6
(85,156,166)
#4D8D96
(77,141,150)
#457E86
(69,126,134)
#3D6F76
(61,111,118)
#356066
(53,96,102)
#2D5156
(45,81,86)
#254246
(37,66,70)
#1D3336
(29,51,54)
#152426
(21,36,38)
#0D1516
(13,21,22)
#000000
(0,0,0)

Tints of #5DABB6

#5DABB6
(93,171,182)
#6BB2BC
(107,178,188)
#79B9C2
(121,185,194)
#87C0C8
(135,192,200)
#95C7CE
(149,199,206)
#A3CED4
(163,206,212)
#B1D5DA
(177,213,218)
#BFDCE0
(191,220,224)
#CDE3E6
(205,227,230)
#DBEAEC
(219,234,236)
#E9F1F2
(233,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DABB6; }

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

This text font color is #5DABB6.


Background Color

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

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

This div background color is #5DABB6.


Border color

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

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

This div border color is #5DABB6.


Opacity

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

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

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

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

This text has shadow with #5DABB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DABB6 on black background.


Color preview on white background

This text has color #5DABB6 on white background.



Black color preview on #5DABB6 background

This text has black color on #5DABB6 background.


White color preview on #5DABB6 background

This text has white color on #5DABB6 background.