COLOR #5CAAB7

HEX: #5CAAB7
RGB: (92,170,183)

Color info

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

RGB color model

#5CAAB7 color RGB value is (92,170,183).

  • red value is 92;
  • green value is 170;
  • blue value is 183.
RGB:
(92,170,183)
(36%,67%,72%)

RGB channels and saturation

R 92 of 255 = 36%
G 170 of 255 = 67%
B 183 of 255 = 72%

92
170
183

R + G + B ~ 58%. #5CAAB7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
92 + 170 + 183 = 445 (100%)
R 92 of 445 ~ 20.67%
G 170 of 445 ~ 38.2%
B 183 of 445 ~ 41.12%

%20.67
%38.2
%41.12

CMYK color model

#5CAAB7 color CMYK value is (50,7,0,28).

  • cyan value is 49.73%
  • magenta value is 7.10%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(50,7,0,28)
C50M7Y0K28 
(50%,7%,0%,28%)
(0.50/0.07/0.00/0.28)	

CMYK percentages

%49.73
%7.1
%0
%28.24

Codes

Color #5CAAB7 in popluar color models

5CAAB7
RGB92170183
HSL189°38.72%53.92%
HSB/HSV189°49.73%71.76%
CMYK49.73%7.10%0.00%
28.24%

Color #5CAAB7 in popluar number systems.

HEX5CAAB7
Decimal92170183
Binary10111001010101010110111
Octal134252267

Shades and tints

Shades of #5CAAB7

#5CAAB7
(92,170,183)
#549BA7
(84,155,167)
#4C8C97
(76,140,151)
#447D87
(68,125,135)
#3C6E77
(60,110,119)
#345F67
(52,95,103)
#2C5057
(44,80,87)
#244147
(36,65,71)
#1C3237
(28,50,55)
#142327
(20,35,39)
#0C1417
(12,20,23)
#000000
(0,0,0)

Tints of #5CAAB7

#5CAAB7
(92,170,183)
#6AB1BD
(106,177,189)
#78B8C3
(120,184,195)
#86BFC9
(134,191,201)
#94C6CF
(148,198,207)
#A2CDD5
(162,205,213)
#B0D4DB
(176,212,219)
#BEDBE1
(190,219,225)
#CCE2E7
(204,226,231)
#DAE9ED
(218,233,237)
#E8F0F3
(232,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CAAB7 color. Also use rgb(92,170,183) instead hex code.

Text Font Color

.myTextColor { color: #5CAAB7; }

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

This text font color is #5CAAB7.


Background Color

.myBgColor { background-color: #5CAAB7; }

<div style="background-color:#5CAAB7">Inner text</div>

This div background color is #5CAAB7.


Border color

.myBorderColor { border: 1px solid #5CAAB7; }

<div style="border:3px solid #5CAAB7">Div</div>

This div border color is #5CAAB7.


Opacity

.myOpacity80 { color: #5CAAB7; opacity: 0.8; }

<p style="color:#5CAAB7;opacity:0.8;">80%</p>

Text with #5CAAB7 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 #5CAAB7;}

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

This text has shadow with #5CAAB7 color.

.textShadow {text-shadow: 3px 3px 1px #5CAAB7, 3px 3px 1px red;}

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

This text has shadow with #5CAAB7 primary color and red secondary color.


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

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

This text has shadow with #5CAAB7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CAAB7 on black background.


Color preview on white background

This text has color #5CAAB7 on white background.



Black color preview on #5CAAB7 background

This text has black color on #5CAAB7 background.


White color preview on #5CAAB7 background

This text has white color on #5CAAB7 background.