COLOR #54B7C8

HEX: #54B7C8
RGB: (84,183,200)

Color info

#54B7C8 contains mainly green and blue colors. Web safe color of #54B7C8 is #66CCCC (or #6CC).

RGB color model

#54B7C8 color RGB value is (84,183,200).

  • red value is 84;
  • green value is 183;
  • blue value is 200.
RGB:
(84,183,200)
(33%,72%,78%)

RGB channels and saturation

R 84 of 255 = 33%
G 183 of 255 = 72%
B 200 of 255 = 78%

84
183
200

R + G + B ~ 61%. #54B7C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
84 + 183 + 200 = 467 (100%)
R 84 of 467 ~ 17.99%
G 183 of 467 ~ 39.19%
B 200 of 467 ~ 42.83%

%17.99
%39.19
%42.83

CMYK color model

#54B7C8 color CMYK value is (58,9,0,22).

  • cyan value is 58.00%
  • magenta value is 8.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(58,9,0,22)
C58M9Y0K22 
(58%,9%,0%,22%)
(0.58/0.09/0.00/0.22)	

CMYK percentages

%58
%8.5
%0
%21.57

Codes

Color #54B7C8 in popluar color models

54B7C8
RGB84183200
HSL189°51.33%55.69%
HSB/HSV189°58.00%78.43%
CMYK58.00%8.50%0.00%
21.57%

Color #54B7C8 in popluar number systems.

HEX54B7C8
Decimal84183200
Binary10101001011011111001000
Octal124267310

Shades and tints

Shades of #54B7C8

#54B7C8
(84,183,200)
#4DA7B6
(77,167,182)
#4697A4
(70,151,164)
#3F8792
(63,135,146)
#387780
(56,119,128)
#31676E
(49,103,110)
#2A575C
(42,87,92)
#23474A
(35,71,74)
#1C3738
(28,55,56)
#152726
(21,39,38)
#0E1714
(14,23,20)
#000000
(0,0,0)

Tints of #54B7C8

#54B7C8
(84,183,200)
#63BDCD
(99,189,205)
#72C3D2
(114,195,210)
#81C9D7
(129,201,215)
#90CFDC
(144,207,220)
#9FD5E1
(159,213,225)
#AEDBE6
(174,219,230)
#BDE1EB
(189,225,235)
#CCE7F0
(204,231,240)
#DBEDF5
(219,237,245)
#EAF3FA
(234,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54B7C8 color. Also use rgb(84,183,200) instead hex code.

Text Font Color

.myTextColor { color: #54B7C8; }

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

This text font color is #54B7C8.


Background Color

.myBgColor { background-color: #54B7C8; }

<div style="background-color:#54B7C8">Inner text</div>

This div background color is #54B7C8.


Border color

.myBorderColor { border: 1px solid #54B7C8; }

<div style="border:3px solid #54B7C8">Div</div>

This div border color is #54B7C8.


Opacity

.myOpacity80 { color: #54B7C8; opacity: 0.8; }

<p style="color:#54B7C8;opacity:0.8;">80%</p>

Text with #54B7C8 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 #54B7C8;}

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

This text has shadow with #54B7C8 color.

.textShadow {text-shadow: 3px 3px 1px #54B7C8, 3px 3px 1px red;}

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

This text has shadow with #54B7C8 primary color and red secondary color.


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

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

This text has shadow with #54B7C8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54B7C8 on black background.


Color preview on white background

This text has color #54B7C8 on white background.



Black color preview on #54B7C8 background

This text has black color on #54B7C8 background.


White color preview on #54B7C8 background

This text has white color on #54B7C8 background.