COLOR #57BDB8

HEX: #57BDB8
RGB: (87,189,184)

Color info

#57BDB8 contains mainly green and blue colors. Web safe color of #57BDB8 is #66CCCC (or #6CC).

RGB color model

#57BDB8 color RGB value is (87,189,184).

  • red value is 87;
  • green value is 189;
  • blue value is 184.
RGB:
(87,189,184)
(34%,74%,72%)

RGB channels and saturation

R 87 of 255 = 34%
G 189 of 255 = 74%
B 184 of 255 = 72%

87
189
184

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

Portions of RGB colors in percentages

R + G + B =
87 + 189 + 184 = 460 (100%)
R 87 of 460 ~ 18.91%
G 189 of 460 ~ 41.09%
B 184 of 460 ~ 40%

%18.91
%41.09
%40

CMYK color model

#57BDB8 color CMYK value is (54,0,3,26).

  • cyan value is 53.97%
  • magenta value is 0.00%
  • yellow value is 2.65%
  • key color value is 25.88%
CMYK:
(54,0,3,26)
C54M0Y3K26 
(54%,0%,3%,26%)
(0.54/0.00/0.03/0.26)	

CMYK percentages

%53.97
%0
%2.65
%25.88

Codes

Color #57BDB8 in popluar color models

57BDB8
RGB87189184
HSL177°43.59%54.12%
HSB/HSV177°53.97%74.12%
CMYK53.97%0.00%2.65%
25.88%

Color #57BDB8 in popluar number systems.

HEX57BDB8
Decimal87189184
Binary10101111011110110111000
Octal127275270

Shades and tints

Shades of #57BDB8

#57BDB8
(87,189,184)
#50ACA8
(80,172,168)
#499B98
(73,155,152)
#428A88
(66,138,136)
#3B7978
(59,121,120)
#346868
(52,104,104)
#2D5758
(45,87,88)
#264648
(38,70,72)
#1F3538
(31,53,56)
#182428
(24,36,40)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #57BDB8

#57BDB8
(87,189,184)
#66C3BE
(102,195,190)
#75C9C4
(117,201,196)
#84CFCA
(132,207,202)
#93D5D0
(147,213,208)
#A2DBD6
(162,219,214)
#B1E1DC
(177,225,220)
#C0E7E2
(192,231,226)
#CFEDE8
(207,237,232)
#DEF3EE
(222,243,238)
#EDF9F4
(237,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57BDB8 color. Also use rgb(87,189,184) instead hex code.

Text Font Color

.myTextColor { color: #57BDB8; }

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

This text font color is #57BDB8.


Background Color

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

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

This div background color is #57BDB8.


Border color

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

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

This div border color is #57BDB8.


Opacity

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

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

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

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

This text has shadow with #57BDB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57BDB8 on black background.


Color preview on white background

This text has color #57BDB8 on white background.



Black color preview on #57BDB8 background

This text has black color on #57BDB8 background.


White color preview on #57BDB8 background

This text has white color on #57BDB8 background.