COLOR #5ABBD8

HEX: #5ABBD8
RGB: (90,187,216)

Color info

#5ABBD8 contains mainly green and blue colors. Web safe color of #5ABBD8 is #66CCCC (or #6CC).

RGB color model

#5ABBD8 color RGB value is (90,187,216).

  • red value is 90;
  • green value is 187;
  • blue value is 216.
RGB:
(90,187,216)
(35%,73%,85%)

RGB channels and saturation

R 90 of 255 = 35%
G 187 of 255 = 73%
B 216 of 255 = 85%

90
187
216

R + G + B ~ 64%. #5ABBD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
90 + 187 + 216 = 493 (100%)
R 90 of 493 ~ 18.26%
G 187 of 493 ~ 37.93%
B 216 of 493 ~ 43.81%

%18.26
%37.93
%43.81

CMYK color model

#5ABBD8 color CMYK value is (58,13,0,15).

  • cyan value is 58.33%
  • magenta value is 13.43%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(58,13,0,15)
C58M13Y0K15 
(58%,13%,0%,15%)
(0.58/0.13/0.00/0.15)	

CMYK percentages

%58.33
%13.43
%0
%15.29

Codes

Color #5ABBD8 in popluar color models

5ABBD8
RGB90187216
HSL194°61.76%60.00%
HSB/HSV194°58.33%84.71%
CMYK58.33%13.43%0.00%
15.29%

Color #5ABBD8 in popluar number systems.

HEX5ABBD8
Decimal90187216
Binary10110101011101111011000
Octal132273330

Shades and tints

Shades of #5ABBD8

#5ABBD8
(90,187,216)
#52AAC5
(82,170,197)
#4A99B2
(74,153,178)
#42889F
(66,136,159)
#3A778C
(58,119,140)
#326679
(50,102,121)
#2A5566
(42,85,102)
#224453
(34,68,83)
#1A3340
(26,51,64)
#12222D
(18,34,45)
#0A111A
(10,17,26)
#000000
(0,0,0)

Tints of #5ABBD8

#5ABBD8
(90,187,216)
#69C1DB
(105,193,219)
#78C7DE
(120,199,222)
#87CDE1
(135,205,225)
#96D3E4
(150,211,228)
#A5D9E7
(165,217,231)
#B4DFEA
(180,223,234)
#C3E5ED
(195,229,237)
#D2EBF0
(210,235,240)
#E1F1F3
(225,241,243)
#F0F7F6
(240,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ABBD8 color. Also use rgb(90,187,216) instead hex code.

Text Font Color

.myTextColor { color: #5ABBD8; }

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

This text font color is #5ABBD8.


Background Color

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

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

This div background color is #5ABBD8.


Border color

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

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

This div border color is #5ABBD8.


Opacity

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

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

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

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

This text has shadow with #5ABBD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ABBD8 on black background.


Color preview on white background

This text has color #5ABBD8 on white background.



Black color preview on #5ABBD8 background

This text has black color on #5ABBD8 background.


White color preview on #5ABBD8 background

This text has white color on #5ABBD8 background.