COLOR #57A6AD

HEX: #57A6AD
RGB: (87,166,173)

Color info

#57A6AD contains mainly green and blue colors. Web safe color of #57A6AD is #669999 (or #699).

RGB color model

#57A6AD color RGB value is (87,166,173).

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

RGB channels and saturation

R 87 of 255 = 34%
G 166 of 255 = 65%
B 173 of 255 = 68%

87
166
173

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

Portions of RGB colors in percentages

R + G + B =
87 + 166 + 173 = 426 (100%)
R 87 of 426 ~ 20.42%
G 166 of 426 ~ 38.97%
B 173 of 426 ~ 40.61%

%20.42
%38.97
%40.61

CMYK color model

#57A6AD color CMYK value is (50,4,0,32).

  • cyan value is 49.71%
  • magenta value is 4.05%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(50,4,0,32)
C50M4Y0K32 
(50%,4%,0%,32%)
(0.50/0.04/0.00/0.32)	

CMYK percentages

%49.71
%4.05
%0
%32.16

Codes

Color #57A6AD in popluar color models

57A6AD
RGB87166173
HSL185°34.40%50.98%
HSB/HSV185°49.71%67.84%
CMYK49.71%4.05%0.00%
32.16%

Color #57A6AD in popluar number systems.

HEX57A6AD
Decimal87166173
Binary10101111010011010101101
Octal127246255

Shades and tints

Shades of #57A6AD

#57A6AD
(87,166,173)
#50979E
(80,151,158)
#49888F
(73,136,143)
#427980
(66,121,128)
#3B6A71
(59,106,113)
#345B62
(52,91,98)
#2D4C53
(45,76,83)
#263D44
(38,61,68)
#1F2E35
(31,46,53)
#181F26
(24,31,38)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #57A6AD

#57A6AD
(87,166,173)
#66AEB4
(102,174,180)
#75B6BB
(117,182,187)
#84BEC2
(132,190,194)
#93C6C9
(147,198,201)
#A2CED0
(162,206,208)
#B1D6D7
(177,214,215)
#C0DEDE
(192,222,222)
#CFE6E5
(207,230,229)
#DEEEEC
(222,238,236)
#EDF6F3
(237,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57A6AD; }

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

This text font color is #57A6AD.


Background Color

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

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

This div background color is #57A6AD.


Border color

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

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

This div border color is #57A6AD.


Opacity

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

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

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

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

This text has shadow with #57A6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57A6AD on black background.


Color preview on white background

This text has color #57A6AD on white background.



Black color preview on #57A6AD background

This text has black color on #57A6AD background.


White color preview on #57A6AD background

This text has white color on #57A6AD background.