COLOR #57ABC5

HEX: #57ABC5
RGB: (87,171,197)

Color info

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

RGB color model

#57ABC5 color RGB value is (87,171,197).

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

RGB channels and saturation

R 87 of 255 = 34%
G 171 of 255 = 67%
B 197 of 255 = 77%

87
171
197

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

Portions of RGB colors in percentages

R + G + B =
87 + 171 + 197 = 455 (100%)
R 87 of 455 ~ 19.12%
G 171 of 455 ~ 37.58%
B 197 of 455 ~ 43.3%

%19.12
%37.58
%43.3

CMYK color model

#57ABC5 color CMYK value is (56,13,0,23).

  • cyan value is 55.84%
  • magenta value is 13.20%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(56,13,0,23)
C56M13Y0K23 
(56%,13%,0%,23%)
(0.56/0.13/0.00/0.23)	

CMYK percentages

%55.84
%13.2
%0
%22.75

Codes

Color #57ABC5 in popluar color models

57ABC5
RGB87171197
HSL194°48.67%55.69%
HSB/HSV194°55.84%77.25%
CMYK55.84%13.20%0.00%
22.75%

Color #57ABC5 in popluar number systems.

HEX57ABC5
Decimal87171197
Binary10101111010101111000101
Octal127253305

Shades and tints

Shades of #57ABC5

#57ABC5
(87,171,197)
#509CB4
(80,156,180)
#498DA3
(73,141,163)
#427E92
(66,126,146)
#3B6F81
(59,111,129)
#346070
(52,96,112)
#2D515F
(45,81,95)
#26424E
(38,66,78)
#1F333D
(31,51,61)
#18242C
(24,36,44)
#11151B
(17,21,27)
#000000
(0,0,0)

Tints of #57ABC5

#57ABC5
(87,171,197)
#66B2CA
(102,178,202)
#75B9CF
(117,185,207)
#84C0D4
(132,192,212)
#93C7D9
(147,199,217)
#A2CEDE
(162,206,222)
#B1D5E3
(177,213,227)
#C0DCE8
(192,220,232)
#CFE3ED
(207,227,237)
#DEEAF2
(222,234,242)
#EDF1F7
(237,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57ABC5; }

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

This text font color is #57ABC5.


Background Color

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

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

This div background color is #57ABC5.


Border color

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

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

This div border color is #57ABC5.


Opacity

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

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

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

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

This text has shadow with #57ABC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57ABC5 on black background.


Color preview on white background

This text has color #57ABC5 on white background.



Black color preview on #57ABC5 background

This text has black color on #57ABC5 background.


White color preview on #57ABC5 background

This text has white color on #57ABC5 background.