COLOR #5ABACB

HEX: #5ABACB
RGB: (90,186,203)

Color info

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

RGB color model

#5ABACB color RGB value is (90,186,203).

  • red value is 90;
  • green value is 186;
  • blue value is 203.
RGB:
(90,186,203)
(35%,73%,80%)

RGB channels and saturation

R 90 of 255 = 35%
G 186 of 255 = 73%
B 203 of 255 = 80%

90
186
203

R + G + B ~ 63%. #5ABACB is quite light color.

Portions of RGB colors in percentages

R + G + B =
90 + 186 + 203 = 479 (100%)
R 90 of 479 ~ 18.79%
G 186 of 479 ~ 38.83%
B 203 of 479 ~ 42.38%

%18.79
%38.83
%42.38

CMYK color model

#5ABACB color CMYK value is (56,8,0,20).

  • cyan value is 55.67%
  • magenta value is 8.37%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(56,8,0,20)
C56M8Y0K20 
(56%,8%,0%,20%)
(0.56/0.08/0.00/0.20)	

CMYK percentages

%55.67
%8.37
%0
%20.39

Codes

Color #5ABACB in popluar color models

5ABACB
RGB90186203
HSL189°52.07%57.45%
HSB/HSV189°55.67%79.61%
CMYK55.67%8.37%0.00%
20.39%

Color #5ABACB in popluar number systems.

HEX5ABACB
Decimal90186203
Binary10110101011101011001011
Octal132272313

Shades and tints

Shades of #5ABACB

#5ABACB
(90,186,203)
#52AAB9
(82,170,185)
#4A9AA7
(74,154,167)
#428A95
(66,138,149)
#3A7A83
(58,122,131)
#326A71
(50,106,113)
#2A5A5F
(42,90,95)
#224A4D
(34,74,77)
#1A3A3B
(26,58,59)
#122A29
(18,42,41)
#0A1A17
(10,26,23)
#000000
(0,0,0)

Tints of #5ABACB

#5ABACB
(90,186,203)
#69C0CF
(105,192,207)
#78C6D3
(120,198,211)
#87CCD7
(135,204,215)
#96D2DB
(150,210,219)
#A5D8DF
(165,216,223)
#B4DEE3
(180,222,227)
#C3E4E7
(195,228,231)
#D2EAEB
(210,234,235)
#E1F0EF
(225,240,239)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ABACB color. Also use rgb(90,186,203) instead hex code.

Text Font Color

.myTextColor { color: #5ABACB; }

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

This text font color is #5ABACB.


Background Color

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

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

This div background color is #5ABACB.


Border color

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

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

This div border color is #5ABACB.


Opacity

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

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

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

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

This text has shadow with #5ABACB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ABACB on black background.


Color preview on white background

This text has color #5ABACB on white background.



Black color preview on #5ABACB background

This text has black color on #5ABACB background.


White color preview on #5ABACB background

This text has white color on #5ABACB background.