COLOR #57ABB3

HEX: #57ABB3
RGB: (87,171,179)

Color info

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

RGB color model

#57ABB3 color RGB value is (87,171,179).

  • red value is 87;
  • green value is 171;
  • blue value is 179.
RGB:
(87,171,179)
(34%,67%,70%)

RGB channels and saturation

R 87 of 255 = 34%
G 171 of 255 = 67%
B 179 of 255 = 70%

87
171
179

R + G + B ~ 57%. #57ABB3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 171 + 179 = 437 (100%)
R 87 of 437 ~ 19.91%
G 171 of 437 ~ 39.13%
B 179 of 437 ~ 40.96%

%19.91
%39.13
%40.96

CMYK color model

#57ABB3 color CMYK value is (51,4,0,30).

  • cyan value is 51.40%
  • magenta value is 4.47%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(51,4,0,30)
C51M4Y0K30 
(51%,4%,0%,30%)
(0.51/0.04/0.00/0.30)	

CMYK percentages

%51.4
%4.47
%0
%29.8

Codes

Color #57ABB3 in popluar color models

57ABB3
RGB87171179
HSL185°37.70%52.16%
HSB/HSV185°51.40%70.20%
CMYK51.40%4.47%0.00%
29.80%

Color #57ABB3 in popluar number systems.

HEX57ABB3
Decimal87171179
Binary10101111010101110110011
Octal127253263

Shades and tints

Shades of #57ABB3

#57ABB3
(87,171,179)
#509CA3
(80,156,163)
#498D93
(73,141,147)
#427E83
(66,126,131)
#3B6F73
(59,111,115)
#346063
(52,96,99)
#2D5153
(45,81,83)
#264243
(38,66,67)
#1F3333
(31,51,51)
#182423
(24,36,35)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #57ABB3

#57ABB3
(87,171,179)
#66B2B9
(102,178,185)
#75B9BF
(117,185,191)
#84C0C5
(132,192,197)
#93C7CB
(147,199,203)
#A2CED1
(162,206,209)
#B1D5D7
(177,213,215)
#C0DCDD
(192,220,221)
#CFE3E3
(207,227,227)
#DEEAE9
(222,234,233)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57ABB3 color. Also use rgb(87,171,179) instead hex code.

Text Font Color

.myTextColor { color: #57ABB3; }

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

This text font color is #57ABB3.


Background Color

.myBgColor { background-color: #57ABB3; }

<div style="background-color:#57ABB3">Inner text</div>

This div background color is #57ABB3.


Border color

.myBorderColor { border: 1px solid #57ABB3; }

<div style="border:3px solid #57ABB3">Div</div>

This div border color is #57ABB3.


Opacity

.myOpacity80 { color: #57ABB3; opacity: 0.8; }

<p style="color:#57ABB3;opacity:0.8;">80%</p>

Text with #57ABB3 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 #57ABB3;}

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

This text has shadow with #57ABB3 color.

.textShadow {text-shadow: 3px 3px 1px #57ABB3, 3px 3px 1px red;}

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

This text has shadow with #57ABB3 primary color and red secondary color.


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

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

This text has shadow with #57ABB3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57ABB3 on black background.


Color preview on white background

This text has color #57ABB3 on white background.



Black color preview on #57ABB3 background

This text has black color on #57ABB3 background.


White color preview on #57ABB3 background

This text has white color on #57ABB3 background.