COLOR #57ADBE

HEX: #57ADBE
RGB: (87,173,190)

Color info

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

RGB color model

#57ADBE color RGB value is (87,173,190).

  • red value is 87;
  • green value is 173;
  • blue value is 190.
RGB:
(87,173,190)
(34%,68%,75%)

RGB channels and saturation

R 87 of 255 = 34%
G 173 of 255 = 68%
B 190 of 255 = 75%

87
173
190

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

Portions of RGB colors in percentages

R + G + B =
87 + 173 + 190 = 450 (100%)
R 87 of 450 ~ 19.33%
G 173 of 450 ~ 38.44%
B 190 of 450 ~ 42.22%

%19.33
%38.44
%42.22

CMYK color model

#57ADBE color CMYK value is (54,9,0,25).

  • cyan value is 54.21%
  • magenta value is 8.95%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(54,9,0,25)
C54M9Y0K25 
(54%,9%,0%,25%)
(0.54/0.09/0.00/0.25)	

CMYK percentages

%54.21
%8.95
%0
%25.49

Codes

Color #57ADBE in popluar color models

57ADBE
RGB87173190
HSL190°44.21%54.31%
HSB/HSV190°54.21%74.51%
CMYK54.21%8.95%0.00%
25.49%

Color #57ADBE in popluar number systems.

HEX57ADBE
Decimal87173190
Binary10101111010110110111110
Octal127255276

Shades and tints

Shades of #57ADBE

#57ADBE
(87,173,190)
#509EAD
(80,158,173)
#498F9C
(73,143,156)
#42808B
(66,128,139)
#3B717A
(59,113,122)
#346269
(52,98,105)
#2D5358
(45,83,88)
#264447
(38,68,71)
#1F3536
(31,53,54)
#182625
(24,38,37)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #57ADBE

#57ADBE
(87,173,190)
#66B4C3
(102,180,195)
#75BBC8
(117,187,200)
#84C2CD
(132,194,205)
#93C9D2
(147,201,210)
#A2D0D7
(162,208,215)
#B1D7DC
(177,215,220)
#C0DEE1
(192,222,225)
#CFE5E6
(207,229,230)
#DEECEB
(222,236,235)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57ADBE color. Also use rgb(87,173,190) instead hex code.

Text Font Color

.myTextColor { color: #57ADBE; }

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

This text font color is #57ADBE.


Background Color

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

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

This div background color is #57ADBE.


Border color

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

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

This div border color is #57ADBE.


Opacity

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

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

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

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

This text has shadow with #57ADBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57ADBE on black background.


Color preview on white background

This text has color #57ADBE on white background.



Black color preview on #57ADBE background

This text has black color on #57ADBE background.


White color preview on #57ADBE background

This text has white color on #57ADBE background.