COLOR #54AEC7

HEX: #54AEC7
RGB: (84,174,199)

Color info

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

RGB color model

#54AEC7 color RGB value is (84,174,199).

  • red value is 84;
  • green value is 174;
  • blue value is 199.
RGB:
(84,174,199)
(33%,68%,78%)

RGB channels and saturation

R 84 of 255 = 33%
G 174 of 255 = 68%
B 199 of 255 = 78%

84
174
199

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

Portions of RGB colors in percentages

R + G + B =
84 + 174 + 199 = 457 (100%)
R 84 of 457 ~ 18.38%
G 174 of 457 ~ 38.07%
B 199 of 457 ~ 43.54%

%18.38
%38.07
%43.54

CMYK color model

#54AEC7 color CMYK value is (58,13,0,22).

  • cyan value is 57.79%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(58,13,0,22)
C58M13Y0K22 
(58%,13%,0%,22%)
(0.58/0.13/0.00/0.22)	

CMYK percentages

%57.79
%12.56
%0
%21.96

Codes

Color #54AEC7 in popluar color models

54AEC7
RGB84174199
HSL193°50.66%55.49%
HSB/HSV193°57.79%78.04%
CMYK57.79%12.56%0.00%
21.96%

Color #54AEC7 in popluar number systems.

HEX54AEC7
Decimal84174199
Binary10101001010111011000111
Octal124256307

Shades and tints

Shades of #54AEC7

#54AEC7
(84,174,199)
#4D9FB5
(77,159,181)
#4690A3
(70,144,163)
#3F8191
(63,129,145)
#38727F
(56,114,127)
#31636D
(49,99,109)
#2A545B
(42,84,91)
#234549
(35,69,73)
#1C3637
(28,54,55)
#152725
(21,39,37)
#0E1813
(14,24,19)
#000000
(0,0,0)

Tints of #54AEC7

#54AEC7
(84,174,199)
#63B5CC
(99,181,204)
#72BCD1
(114,188,209)
#81C3D6
(129,195,214)
#90CADB
(144,202,219)
#9FD1E0
(159,209,224)
#AED8E5
(174,216,229)
#BDDFEA
(189,223,234)
#CCE6EF
(204,230,239)
#DBEDF4
(219,237,244)
#EAF4F9
(234,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54AEC7 color. Also use rgb(84,174,199) instead hex code.

Text Font Color

.myTextColor { color: #54AEC7; }

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

This text font color is #54AEC7.


Background Color

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

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

This div background color is #54AEC7.


Border color

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

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

This div border color is #54AEC7.


Opacity

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

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

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

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

This text has shadow with #54AEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54AEC7 on black background.


Color preview on white background

This text has color #54AEC7 on white background.



Black color preview on #54AEC7 background

This text has black color on #54AEC7 background.


White color preview on #54AEC7 background

This text has white color on #54AEC7 background.