COLOR #5ABBC9

HEX: #5ABBC9
RGB: (90,187,201)

Color info

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

RGB color model

#5ABBC9 color RGB value is (90,187,201).

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

RGB channels and saturation

R 90 of 255 = 35%
G 187 of 255 = 73%
B 201 of 255 = 79%

90
187
201

R + G + B ~ 62%. #5ABBC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
90 + 187 + 201 = 478 (100%)
R 90 of 478 ~ 18.83%
G 187 of 478 ~ 39.12%
B 201 of 478 ~ 42.05%

%18.83
%39.12
%42.05

CMYK color model

#5ABBC9 color CMYK value is (55,7,0,21).

  • cyan value is 55.22%
  • magenta value is 6.97%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(55,7,0,21)
C55M7Y0K21 
(55%,7%,0%,21%)
(0.55/0.07/0.00/0.21)	

CMYK percentages

%55.22
%6.97
%0
%21.18

Codes

Color #5ABBC9 in popluar color models

5ABBC9
RGB90187201
HSL188°50.68%57.06%
HSB/HSV188°55.22%78.82%
CMYK55.22%6.97%0.00%
21.18%

Color #5ABBC9 in popluar number systems.

HEX5ABBC9
Decimal90187201
Binary10110101011101111001001
Octal132273311

Shades and tints

Shades of #5ABBC9

#5ABBC9
(90,187,201)
#52AAB7
(82,170,183)
#4A99A5
(74,153,165)
#428893
(66,136,147)
#3A7781
(58,119,129)
#32666F
(50,102,111)
#2A555D
(42,85,93)
#22444B
(34,68,75)
#1A3339
(26,51,57)
#122227
(18,34,39)
#0A1115
(10,17,21)
#000000
(0,0,0)

Tints of #5ABBC9

#5ABBC9
(90,187,201)
#69C1CD
(105,193,205)
#78C7D1
(120,199,209)
#87CDD5
(135,205,213)
#96D3D9
(150,211,217)
#A5D9DD
(165,217,221)
#B4DFE1
(180,223,225)
#C3E5E5
(195,229,229)
#D2EBE9
(210,235,233)
#E1F1ED
(225,241,237)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5ABBC9; }

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

This text font color is #5ABBC9.


Background Color

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

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

This div background color is #5ABBC9.


Border color

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

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

This div border color is #5ABBC9.


Opacity

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

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

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

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

This text has shadow with #5ABBC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ABBC9 on black background.


Color preview on white background

This text has color #5ABBC9 on white background.



Black color preview on #5ABBC9 background

This text has black color on #5ABBC9 background.


White color preview on #5ABBC9 background

This text has white color on #5ABBC9 background.