COLOR #57ACBE

HEX: #57ACBE RGB: (87,172,190)

Color info

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

RGB color model

#57ACBE color RGB value is (87,172,190).

RGB: (87,172,190) (34%, 67%, 75%)

RGB channels and saturation

R 87 of 255 = 34%
G 172 of 255 = 67%
B 190 of 255 = 75%

87
172
190

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

Portions of RGB colors in percentages

R + G + B = 87 + 172 + 190 = 449 (100%)
R 87 of 449 ~ 19.38%
G 172 of 449 ~ 38.31%
B 190 of 449 ~ 42.32'%

%19.38
%38.31
%42.32

CMYK color model

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

  • cyan value is 54.21%
  • magenta value is 9.47%
  • 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
%9.47
%0
%25.49

Codes

Color #57ACBE in popluar color models

57 AC BE
RGB 87 172 190
HSL 190° 44.21% 54.31%
HSB/HSV 190° 54.21% 74.51%
CMYK 54.21% 9.47% 0.00%
25.49%

Color #57ACBE in popluar number systems.

HEX 57 AC BE
Decimal 87 172 190
Binary 1010111 10101100 10111110
Octal 127 254 276

Shades and tints

Shades of #57ACBE

#57ACBE
(87,172,190)
#509DAD
(80,157,173)
#498E9C
(73,142,156)
#427F8B
(66,127,139)
#3B707A
(59,112,122)
#346169
(52,97,105)
#2D5258
(45,82,88)
#264347
(38,67,71)
#1F3436
(31,52,54)
#182525
(24,37,37)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #57ACBE

#57ACBE
(87,172,190)
#66B3C3
(102,179,195)
#75BAC8
(117,186,200)
#84C1CD
(132,193,205)
#93C8D2
(147,200,210)
#A2CFD7
(162,207,215)
#B1D6DC
(177,214,220)
#C0DDE1
(192,221,225)
#CFE4E6
(207,228,230)
#DEEBEB
(222,235,235)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57ACBE; }

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

This text font color is #57ACBE.

Background Color

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

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

This div background color is #57ACBE.

Border color

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

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

This div border color is #57ACBE.

Opacity

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

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

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

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

This text has shadow with #57ACBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #57ACBE.

Preview

Color preview on black background

This text has color #57ACBE on black background.


Color preview on white background

This text has color #57ACBE on white background.


Black color preview on #57ACBE background

This text has black color on #57ACBE background.


White color preview on #57ACBE background

This text has white color on #57ACBE background.


Related colors

Complementary color

Complementary color for #hex is #A85341.


I love getcolorcode.com

Triadic colors

1 #BE57AC and #ACBE57 with #57ACBE are triadic colors.

2 #BEAC57 and #AC57BE with #57ACBE are triadic colors.