COLOR #5DB1AF

HEX: #5DB1AF
RGB: (93,177,175)

Color info

#5DB1AF contains mainly green and blue colors. Web safe color of #5DB1AF is #669999 (or #699).

RGB color model

#5DB1AF color RGB value is (93,177,175).

  • red value is 93;
  • green value is 177;
  • blue value is 175.
RGB:
(93,177,175)
(36%,69%,69%)

RGB channels and saturation

R 93 of 255 = 36%
G 177 of 255 = 69%
B 175 of 255 = 69%

93
177
175

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

Portions of RGB colors in percentages

R + G + B =
93 + 177 + 175 = 445 (100%)
R 93 of 445 ~ 20.9%
G 177 of 445 ~ 39.78%
B 175 of 445 ~ 39.33%

%20.9
%39.78
%39.33

CMYK color model

#5DB1AF color CMYK value is (47,0,1,31).

  • cyan value is 47.46%
  • magenta value is 0.00%
  • yellow value is 1.13%
  • key color value is 30.59%
CMYK:
(47,0,1,31)
C47M0Y1K31 
(47%,0%,1%,31%)
(0.47/0.00/0.01/0.31)	

CMYK percentages

%47.46
%0
%1.13
%30.59

Codes

Color #5DB1AF in popluar color models

5DB1AF
RGB93177175
HSL179°35.00%52.94%
HSB/HSV179°47.46%69.41%
CMYK47.46%0.00%1.13%
30.59%

Color #5DB1AF in popluar number systems.

HEX5DB1AF
Decimal93177175
Binary10111011011000110101111
Octal135261257

Shades and tints

Shades of #5DB1AF

#5DB1AF
(93,177,175)
#55A1A0
(85,161,160)
#4D9191
(77,145,145)
#458182
(69,129,130)
#3D7173
(61,113,115)
#356164
(53,97,100)
#2D5155
(45,81,85)
#254146
(37,65,70)
#1D3137
(29,49,55)
#152128
(21,33,40)
#0D1119
(13,17,25)
#000000
(0,0,0)

Tints of #5DB1AF

#5DB1AF
(93,177,175)
#6BB8B6
(107,184,182)
#79BFBD
(121,191,189)
#87C6C4
(135,198,196)
#95CDCB
(149,205,203)
#A3D4D2
(163,212,210)
#B1DBD9
(177,219,217)
#BFE2E0
(191,226,224)
#CDE9E7
(205,233,231)
#DBF0EE
(219,240,238)
#E9F7F5
(233,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DB1AF color. Also use rgb(93,177,175) instead hex code.

Text Font Color

.myTextColor { color: #5DB1AF; }

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

This text font color is #5DB1AF.


Background Color

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

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

This div background color is #5DB1AF.


Border color

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

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

This div border color is #5DB1AF.


Opacity

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

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

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

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

This text has shadow with #5DB1AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DB1AF on black background.


Color preview on white background

This text has color #5DB1AF on white background.



Black color preview on #5DB1AF background

This text has black color on #5DB1AF background.


White color preview on #5DB1AF background

This text has white color on #5DB1AF background.