COLOR #57B0C5

HEX: #57B0C5
RGB: (87,176,197)

Color info

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

RGB color model

#57B0C5 color RGB value is (87,176,197).

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

RGB channels and saturation

R 87 of 255 = 34%
G 176 of 255 = 69%
B 197 of 255 = 77%

87
176
197

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

Portions of RGB colors in percentages

R + G + B =
87 + 176 + 197 = 460 (100%)
R 87 of 460 ~ 18.91%
G 176 of 460 ~ 38.26%
B 197 of 460 ~ 42.83%

%18.91
%38.26
%42.83

CMYK color model

#57B0C5 color CMYK value is (56,11,0,23).

  • cyan value is 55.84%
  • magenta value is 10.66%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(56,11,0,23)
C56M11Y0K23 
(56%,11%,0%,23%)
(0.56/0.11/0.00/0.23)	

CMYK percentages

%55.84
%10.66
%0
%22.75

Codes

Color #57B0C5 in popluar color models

57B0C5
RGB87176197
HSL191°48.67%55.69%
HSB/HSV191°55.84%77.25%
CMYK55.84%10.66%0.00%
22.75%

Color #57B0C5 in popluar number systems.

HEX57B0C5
Decimal87176197
Binary10101111011000011000101
Octal127260305

Shades and tints

Shades of #57B0C5

#57B0C5
(87,176,197)
#50A0B4
(80,160,180)
#4990A3
(73,144,163)
#428092
(66,128,146)
#3B7081
(59,112,129)
#346070
(52,96,112)
#2D505F
(45,80,95)
#26404E
(38,64,78)
#1F303D
(31,48,61)
#18202C
(24,32,44)
#11101B
(17,16,27)
#000000
(0,0,0)

Tints of #57B0C5

#57B0C5
(87,176,197)
#66B7CA
(102,183,202)
#75BECF
(117,190,207)
#84C5D4
(132,197,212)
#93CCD9
(147,204,217)
#A2D3DE
(162,211,222)
#B1DAE3
(177,218,227)
#C0E1E8
(192,225,232)
#CFE8ED
(207,232,237)
#DEEFF2
(222,239,242)
#EDF6F7
(237,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57B0C5; }

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

This text font color is #57B0C5.


Background Color

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

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

This div background color is #57B0C5.


Border color

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

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

This div border color is #57B0C5.


Opacity

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

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

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

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

This text has shadow with #57B0C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57B0C5 on black background.


Color preview on white background

This text has color #57B0C5 on white background.



Black color preview on #57B0C5 background

This text has black color on #57B0C5 background.


White color preview on #57B0C5 background

This text has white color on #57B0C5 background.