COLOR #5DAEB0

HEX: #5DAEB0
RGB: (93,174,176)

Color info

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

RGB color model

#5DAEB0 color RGB value is (93,174,176).

  • red value is 93;
  • green value is 174;
  • blue value is 176.
RGB:
(93,174,176)
(36%,68%,69%)

RGB channels and saturation

R 93 of 255 = 36%
G 174 of 255 = 68%
B 176 of 255 = 69%

93
174
176

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

Portions of RGB colors in percentages

R + G + B =
93 + 174 + 176 = 443 (100%)
R 93 of 443 ~ 20.99%
G 174 of 443 ~ 39.28%
B 176 of 443 ~ 39.73%

%20.99
%39.28
%39.73

CMYK color model

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

  • cyan value is 47.16%
  • magenta value is 1.14%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(47,1,0,31)
C47M1Y0K31 
(47%,1%,0%,31%)
(0.47/0.01/0.00/0.31)	

CMYK percentages

%47.16
%1.14
%0
%30.98

Codes

Color #5DAEB0 in popluar color models

5DAEB0
RGB93174176
HSL181°34.44%52.75%
HSB/HSV181°47.16%69.02%
CMYK47.16%1.14%0.00%
30.98%

Color #5DAEB0 in popluar number systems.

HEX5DAEB0
Decimal93174176
Binary10111011010111010110000
Octal135256260

Shades and tints

Shades of #5DAEB0

#5DAEB0
(93,174,176)
#559FA0
(85,159,160)
#4D9090
(77,144,144)
#458180
(69,129,128)
#3D7270
(61,114,112)
#356360
(53,99,96)
#2D5450
(45,84,80)
#254540
(37,69,64)
#1D3630
(29,54,48)
#152720
(21,39,32)
#0D1810
(13,24,16)
#000000
(0,0,0)

Tints of #5DAEB0

#5DAEB0
(93,174,176)
#6BB5B7
(107,181,183)
#79BCBE
(121,188,190)
#87C3C5
(135,195,197)
#95CACC
(149,202,204)
#A3D1D3
(163,209,211)
#B1D8DA
(177,216,218)
#BFDFE1
(191,223,225)
#CDE6E8
(205,230,232)
#DBEDEF
(219,237,239)
#E9F4F6
(233,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DAEB0 color. Also use rgb(93,174,176) instead hex code.

Text Font Color

.myTextColor { color: #5DAEB0; }

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

This text font color is #5DAEB0.


Background Color

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

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

This div background color is #5DAEB0.


Border color

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

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

This div border color is #5DAEB0.


Opacity

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

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

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

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

This text has shadow with #5DAEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DAEB0 on black background.


Color preview on white background

This text has color #5DAEB0 on white background.



Black color preview on #5DAEB0 background

This text has black color on #5DAEB0 background.


White color preview on #5DAEB0 background

This text has white color on #5DAEB0 background.