COLOR #54A3D0

HEX: #54A3D0
RGB: (84,163,208)

Color info

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

RGB color model

#54A3D0 color RGB value is (84,163,208).

  • red value is 84;
  • green value is 163;
  • blue value is 208.
RGB:
(84,163,208)
(33%,64%,82%)

RGB channels and saturation

R 84 of 255 = 33%
G 163 of 255 = 64%
B 208 of 255 = 82%

84
163
208

R + G + B ~ 60%. #54A3D0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 163 + 208 = 455 (100%)
R 84 of 455 ~ 18.46%
G 163 of 455 ~ 35.82%
B 208 of 455 ~ 45.71%

%18.46
%35.82
%45.71

CMYK color model

#54A3D0 color CMYK value is (60,22,0,18).

  • cyan value is 59.62%
  • magenta value is 21.63%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(60,22,0,18)
C60M22Y0K18 
(60%,22%,0%,18%)
(0.60/0.22/0.00/0.18)	

CMYK percentages

%59.62
%21.63
%0
%18.43

Codes

Color #54A3D0 in popluar color models

54A3D0
RGB84163208
HSL202°56.88%57.25%
HSB/HSV202°59.62%81.57%
CMYK59.62%21.63%0.00%
18.43%

Color #54A3D0 in popluar number systems.

HEX54A3D0
Decimal84163208
Binary10101001010001111010000
Octal124243320

Shades and tints

Shades of #54A3D0

#54A3D0
(84,163,208)
#4D95BE
(77,149,190)
#4687AC
(70,135,172)
#3F799A
(63,121,154)
#386B88
(56,107,136)
#315D76
(49,93,118)
#2A4F64
(42,79,100)
#234152
(35,65,82)
#1C3340
(28,51,64)
#15252E
(21,37,46)
#0E171C
(14,23,28)
#000000
(0,0,0)

Tints of #54A3D0

#54A3D0
(84,163,208)
#63ABD4
(99,171,212)
#72B3D8
(114,179,216)
#81BBDC
(129,187,220)
#90C3E0
(144,195,224)
#9FCBE4
(159,203,228)
#AED3E8
(174,211,232)
#BDDBEC
(189,219,236)
#CCE3F0
(204,227,240)
#DBEBF4
(219,235,244)
#EAF3F8
(234,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54A3D0 color. Also use rgb(84,163,208) instead hex code.

Text Font Color

.myTextColor { color: #54A3D0; }

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

This text font color is #54A3D0.


Background Color

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

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

This div background color is #54A3D0.


Border color

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

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

This div border color is #54A3D0.


Opacity

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

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

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

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

This text has shadow with #54A3D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54A3D0 on black background.


Color preview on white background

This text has color #54A3D0 on white background.



Black color preview on #54A3D0 background

This text has black color on #54A3D0 background.


White color preview on #54A3D0 background

This text has white color on #54A3D0 background.