COLOR #5CBDA0

HEX: #5CBDA0
RGB: (92,189,160)

Color info

#5CBDA0 contains mainly green and blue colors. Web safe color of #5CBDA0 is #66CC99 (or #6C9).

RGB color model

#5CBDA0 color RGB value is (92,189,160).

  • red value is 92;
  • green value is 189;
  • blue value is 160.
RGB:
(92,189,160)
(36%,74%,63%)

RGB channels and saturation

R 92 of 255 = 36%
G 189 of 255 = 74%
B 160 of 255 = 63%

92
189
160

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

Portions of RGB colors in percentages

R + G + B =
92 + 189 + 160 = 441 (100%)
R 92 of 441 ~ 20.86%
G 189 of 441 ~ 42.86%
B 160 of 441 ~ 36.28%

%20.86
%42.86
%36.28

CMYK color model

#5CBDA0 color CMYK value is (51,0,15,26).

  • cyan value is 51.32%
  • magenta value is 0.00%
  • yellow value is 15.34%
  • key color value is 25.88%
CMYK:
(51,0,15,26)
C51M0Y15K26 
(51%,0%,15%,26%)
(0.51/0.00/0.15/0.26)	

CMYK percentages

%51.32
%0
%15.34
%25.88

Codes

Color #5CBDA0 in popluar color models

5CBDA0
RGB92189160
HSL162°42.36%55.10%
HSB/HSV162°51.32%74.12%
CMYK51.32%0.00%15.34%
25.88%

Color #5CBDA0 in popluar number systems.

HEX5CBDA0
Decimal92189160
Binary10111001011110110100000
Octal134275240

Shades and tints

Shades of #5CBDA0

#5CBDA0
(92,189,160)
#54AC92
(84,172,146)
#4C9B84
(76,155,132)
#448A76
(68,138,118)
#3C7968
(60,121,104)
#34685A
(52,104,90)
#2C574C
(44,87,76)
#24463E
(36,70,62)
#1C3530
(28,53,48)
#142422
(20,36,34)
#0C1314
(12,19,20)
#000000
(0,0,0)

Tints of #5CBDA0

#5CBDA0
(92,189,160)
#6AC3A8
(106,195,168)
#78C9B0
(120,201,176)
#86CFB8
(134,207,184)
#94D5C0
(148,213,192)
#A2DBC8
(162,219,200)
#B0E1D0
(176,225,208)
#BEE7D8
(190,231,216)
#CCEDE0
(204,237,224)
#DAF3E8
(218,243,232)
#E8F9F0
(232,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CBDA0 color. Also use rgb(92,189,160) instead hex code.

Text Font Color

.myTextColor { color: #5CBDA0; }

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

This text font color is #5CBDA0.


Background Color

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

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

This div background color is #5CBDA0.


Border color

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

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

This div border color is #5CBDA0.


Opacity

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

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

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

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

This text has shadow with #5CBDA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CBDA0 on black background.


Color preview on white background

This text has color #5CBDA0 on white background.



Black color preview on #5CBDA0 background

This text has black color on #5CBDA0 background.


White color preview on #5CBDA0 background

This text has white color on #5CBDA0 background.