COLOR #57AAC4

HEX: #57AAC4
RGB: (87,170,196)

Color info

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

RGB color model

#57AAC4 color RGB value is (87,170,196).

  • red value is 87;
  • green value is 170;
  • blue value is 196.
RGB:
(87,170,196)
(34%,67%,77%)

RGB channels and saturation

R 87 of 255 = 34%
G 170 of 255 = 67%
B 196 of 255 = 77%

87
170
196

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

Portions of RGB colors in percentages

R + G + B =
87 + 170 + 196 = 453 (100%)
R 87 of 453 ~ 19.21%
G 170 of 453 ~ 37.53%
B 196 of 453 ~ 43.27%

%19.21
%37.53
%43.27

CMYK color model

#57AAC4 color CMYK value is (56,13,0,23).

  • cyan value is 55.61%
  • magenta value is 13.27%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(56,13,0,23)
C56M13Y0K23 
(56%,13%,0%,23%)
(0.56/0.13/0.00/0.23)	

CMYK percentages

%55.61
%13.27
%0
%23.14

Codes

Color #57AAC4 in popluar color models

57AAC4
RGB87170196
HSL194°48.02%55.49%
HSB/HSV194°55.61%76.86%
CMYK55.61%13.27%0.00%
23.14%

Color #57AAC4 in popluar number systems.

HEX57AAC4
Decimal87170196
Binary10101111010101011000100
Octal127252304

Shades and tints

Shades of #57AAC4

#57AAC4
(87,170,196)
#509BB3
(80,155,179)
#498CA2
(73,140,162)
#427D91
(66,125,145)
#3B6E80
(59,110,128)
#345F6F
(52,95,111)
#2D505E
(45,80,94)
#26414D
(38,65,77)
#1F323C
(31,50,60)
#18232B
(24,35,43)
#11141A
(17,20,26)
#000000
(0,0,0)

Tints of #57AAC4

#57AAC4
(87,170,196)
#66B1C9
(102,177,201)
#75B8CE
(117,184,206)
#84BFD3
(132,191,211)
#93C6D8
(147,198,216)
#A2CDDD
(162,205,221)
#B1D4E2
(177,212,226)
#C0DBE7
(192,219,231)
#CFE2EC
(207,226,236)
#DEE9F1
(222,233,241)
#EDF0F6
(237,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57AAC4 color. Also use rgb(87,170,196) instead hex code.

Text Font Color

.myTextColor { color: #57AAC4; }

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

This text font color is #57AAC4.


Background Color

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

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

This div background color is #57AAC4.


Border color

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

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

This div border color is #57AAC4.


Opacity

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

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

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

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

This text has shadow with #57AAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57AAC4 on black background.


Color preview on white background

This text has color #57AAC4 on white background.



Black color preview on #57AAC4 background

This text has black color on #57AAC4 background.


White color preview on #57AAC4 background

This text has white color on #57AAC4 background.