COLOR #57B2C3

HEX: #57B2C3
RGB: (87,178,195)

Color info

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

RGB color model

#57B2C3 color RGB value is (87,178,195).

  • red value is 87;
  • green value is 178;
  • blue value is 195.
RGB:
(87,178,195)
(34%,70%,76%)

RGB channels and saturation

R 87 of 255 = 34%
G 178 of 255 = 70%
B 195 of 255 = 76%

87
178
195

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

Portions of RGB colors in percentages

R + G + B =
87 + 178 + 195 = 460 (100%)
R 87 of 460 ~ 18.91%
G 178 of 460 ~ 38.7%
B 195 of 460 ~ 42.39%

%18.91
%38.7
%42.39

CMYK color model

#57B2C3 color CMYK value is (55,9,0,24).

  • cyan value is 55.38%
  • magenta value is 8.72%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(55,9,0,24)
C55M9Y0K24 
(55%,9%,0%,24%)
(0.55/0.09/0.00/0.24)	

CMYK percentages

%55.38
%8.72
%0
%23.53

Codes

Color #57B2C3 in popluar color models

57B2C3
RGB87178195
HSL189°47.37%55.29%
HSB/HSV189°55.38%76.47%
CMYK55.38%8.72%0.00%
23.53%

Color #57B2C3 in popluar number systems.

HEX57B2C3
Decimal87178195
Binary10101111011001011000011
Octal127262303

Shades and tints

Shades of #57B2C3

#57B2C3
(87,178,195)
#50A2B2
(80,162,178)
#4992A1
(73,146,161)
#428290
(66,130,144)
#3B727F
(59,114,127)
#34626E
(52,98,110)
#2D525D
(45,82,93)
#26424C
(38,66,76)
#1F323B
(31,50,59)
#18222A
(24,34,42)
#111219
(17,18,25)
#000000
(0,0,0)

Tints of #57B2C3

#57B2C3
(87,178,195)
#66B9C8
(102,185,200)
#75C0CD
(117,192,205)
#84C7D2
(132,199,210)
#93CED7
(147,206,215)
#A2D5DC
(162,213,220)
#B1DCE1
(177,220,225)
#C0E3E6
(192,227,230)
#CFEAEB
(207,234,235)
#DEF1F0
(222,241,240)
#EDF8F5
(237,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57B2C3 color. Also use rgb(87,178,195) instead hex code.

Text Font Color

.myTextColor { color: #57B2C3; }

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

This text font color is #57B2C3.


Background Color

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

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

This div background color is #57B2C3.


Border color

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

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

This div border color is #57B2C3.


Opacity

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

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

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

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

This text has shadow with #57B2C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57B2C3 on black background.


Color preview on white background

This text has color #57B2C3 on white background.



Black color preview on #57B2C3 background

This text has black color on #57B2C3 background.


White color preview on #57B2C3 background

This text has white color on #57B2C3 background.