COLOR #5DAAC2

HEX: #5DAAC2
RGB: (93,170,194)

Color info

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

RGB color model

#5DAAC2 color RGB value is (93,170,194).

  • red value is 93;
  • green value is 170;
  • blue value is 194.
RGB:
(93,170,194)
(36%,67%,76%)

RGB channels and saturation

R 93 of 255 = 36%
G 170 of 255 = 67%
B 194 of 255 = 76%

93
170
194

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

Portions of RGB colors in percentages

R + G + B =
93 + 170 + 194 = 457 (100%)
R 93 of 457 ~ 20.35%
G 170 of 457 ~ 37.2%
B 194 of 457 ~ 42.45%

%20.35
%37.2
%42.45

CMYK color model

#5DAAC2 color CMYK value is (52,12,0,24).

  • cyan value is 52.06%
  • magenta value is 12.37%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(52,12,0,24)
C52M12Y0K24 
(52%,12%,0%,24%)
(0.52/0.12/0.00/0.24)	

CMYK percentages

%52.06
%12.37
%0
%23.92

Codes

Color #5DAAC2 in popluar color models

5DAAC2
RGB93170194
HSL194°45.29%56.27%
HSB/HSV194°52.06%76.08%
CMYK52.06%12.37%0.00%
23.92%

Color #5DAAC2 in popluar number systems.

HEX5DAAC2
Decimal93170194
Binary10111011010101011000010
Octal135252302

Shades and tints

Shades of #5DAAC2

#5DAAC2
(93,170,194)
#559BB1
(85,155,177)
#4D8CA0
(77,140,160)
#457D8F
(69,125,143)
#3D6E7E
(61,110,126)
#355F6D
(53,95,109)
#2D505C
(45,80,92)
#25414B
(37,65,75)
#1D323A
(29,50,58)
#152329
(21,35,41)
#0D1418
(13,20,24)
#000000
(0,0,0)

Tints of #5DAAC2

#5DAAC2
(93,170,194)
#6BB1C7
(107,177,199)
#79B8CC
(121,184,204)
#87BFD1
(135,191,209)
#95C6D6
(149,198,214)
#A3CDDB
(163,205,219)
#B1D4E0
(177,212,224)
#BFDBE5
(191,219,229)
#CDE2EA
(205,226,234)
#DBE9EF
(219,233,239)
#E9F0F4
(233,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DAAC2 color. Also use rgb(93,170,194) instead hex code.

Text Font Color

.myTextColor { color: #5DAAC2; }

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

This text font color is #5DAAC2.


Background Color

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

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

This div background color is #5DAAC2.


Border color

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

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

This div border color is #5DAAC2.


Opacity

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

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

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

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

This text has shadow with #5DAAC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DAAC2 on black background.


Color preview on white background

This text has color #5DAAC2 on white background.



Black color preview on #5DAAC2 background

This text has black color on #5DAAC2 background.


White color preview on #5DAAC2 background

This text has white color on #5DAAC2 background.