COLOR #57ABD4

HEX: #57ABD4
RGB: (87,171,212)

Color info

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

RGB color model

#57ABD4 color RGB value is (87,171,212).

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

RGB channels and saturation

R 87 of 255 = 34%
G 171 of 255 = 67%
B 212 of 255 = 83%

87
171
212

R + G + B ~ 61%. #57ABD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
87 + 171 + 212 = 470 (100%)
R 87 of 470 ~ 18.51%
G 171 of 470 ~ 36.38%
B 212 of 470 ~ 45.11%

%18.51
%36.38
%45.11

CMYK color model

#57ABD4 color CMYK value is (59,19,0,17).

  • cyan value is 58.96%
  • magenta value is 19.34%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(59,19,0,17)
C59M19Y0K17 
(59%,19%,0%,17%)
(0.59/0.19/0.00/0.17)	

CMYK percentages

%58.96
%19.34
%0
%16.86

Codes

Color #57ABD4 in popluar color models

57ABD4
RGB87171212
HSL200°59.24%58.63%
HSB/HSV200°58.96%83.14%
CMYK58.96%19.34%0.00%
16.86%

Color #57ABD4 in popluar number systems.

HEX57ABD4
Decimal87171212
Binary10101111010101111010100
Octal127253324

Shades and tints

Shades of #57ABD4

#57ABD4
(87,171,212)
#509CC1
(80,156,193)
#498DAE
(73,141,174)
#427E9B
(66,126,155)
#3B6F88
(59,111,136)
#346075
(52,96,117)
#2D5162
(45,81,98)
#26424F
(38,66,79)
#1F333C
(31,51,60)
#182429
(24,36,41)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #57ABD4

#57ABD4
(87,171,212)
#66B2D7
(102,178,215)
#75B9DA
(117,185,218)
#84C0DD
(132,192,221)
#93C7E0
(147,199,224)
#A2CEE3
(162,206,227)
#B1D5E6
(177,213,230)
#C0DCE9
(192,220,233)
#CFE3EC
(207,227,236)
#DEEAEF
(222,234,239)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57ABD4; }

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

This text font color is #57ABD4.


Background Color

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

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

This div background color is #57ABD4.


Border color

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

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

This div border color is #57ABD4.


Opacity

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

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

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

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

This text has shadow with #57ABD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57ABD4 on black background.


Color preview on white background

This text has color #57ABD4 on white background.



Black color preview on #57ABD4 background

This text has black color on #57ABD4 background.


White color preview on #57ABD4 background

This text has white color on #57ABD4 background.