COLOR #A4C5F5

HEX: #A4C5F5 RGB: (164,197,245)

Color info

#A4C5F5 contains mainly green and blue colors. Web safe color of #A4C5F5 is #99CCFF (or #9CF).

RGB color model

#A4C5F5 color RGB value is (164,197,245).

RGB: (164,197,245) (64%, 77%, 96%)

RGB channels and saturation

R 164 of 255 = 64%
G 197 of 255 = 77%
B 245 of 255 = 96%

164
197
245

R + G + B ~ 79%. #A4C5F5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 197 + 245 = 606 (100%)
R 164 of 606 ~ 27.06%
G 197 of 606 ~ 32.51%
B 245 of 606 ~ 40.43'%

%27.06
%32.51
%40.43

CMYK color model

#A4C5F5 color CMYK value is (33,20,0,4).

  • cyan value is 33.06%
  • magenta value is 19.59%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (33,20,0,4)
C33M20Y0K4 (33%, 20%, 0%, 4%)
(0.33 / 0.20 / 0.00 / 0.04)

CMYK percentages

%33.06
%19.59
%0
%3.92

Codes

Color #A4C5F5 in popluar color models

A4 C5 F5
RGB 164 197 245
HSL 216° 80.20% 80.20%
HSB/HSV 216° 33.06% 96.08%
CMYK 33.06% 19.59% 0.00%
3.92%

Color #A4C5F5 in popluar number systems.

HEX A4 C5 F5
Decimal 164 197 245
Binary 10100100 11000101 11110101
Octal 244 305 365

Shades and tints

Shades of #A4C5F5

#A4C5F5
(164,197,245)
#96B4DF
(150,180,223)
#88A3C9
(136,163,201)
#7A92B3
(122,146,179)
#6C819D
(108,129,157)
#5E7087
(94,112,135)
#505F71
(80,95,113)
#424E5B
(66,78,91)
#343D45
(52,61,69)
#262C2F
(38,44,47)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #A4C5F5

#A4C5F5
(164,197,245)
#ACCAF5
(172,202,245)
#B4CFF5
(180,207,245)
#BCD4F5
(188,212,245)
#C4D9F5
(196,217,245)
#CCDEF5
(204,222,245)
#D4E3F5
(212,227,245)
#DCE8F5
(220,232,245)
#E4EDF5
(228,237,245)
#ECF2F5
(236,242,245)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C5F5 color. Also use rgb(164,197,245) instead hex code.

Text Font Color

.myTextColor { color: #A4C5F5; }

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

This text font color is #A4C5F5.

Background Color

.myBgColor { background-color: #A4C5F5; }

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

This div background color is #A4C5F5.

Border color

.myBorderColor { border: 1px solid #A4C5F5; }

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

This div border color is #A4C5F5.

Opacity

.myOpacity80 { color: #A4C5F5; opacity: 0.8; }

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

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

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

This text has shadow with #A4C5F5 color.


.textShadow {text-shadow: 3px 3px 1px #A4C5F5', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A4C5F5; -webkit-box-shadow: 1px 1px 3px 2px #A4C5F5; box-shadow:1px 1px 3px 2px #A4C5F5;">
Div content here
</div>

This div box has shadow with color #A4C5F5.

Preview

Color preview on black background

This text has color #A4C5F5 on black background.


Color preview on white background

This text has color #A4C5F5 on white background.


Black color preview on #A4C5F5 background

This text has black color on #A4C5F5 background.


White color preview on #A4C5F5 background

This text has white color on #A4C5F5 background.


Related colors

Complementary color

Complementary color for #hex is #5B3A0A.


I love getcolorcode.com

Triadic colors

1 #F5A4C5 and #C5F5A4 with #A4C5F5 are triadic colors.

2 #F5C5A4 and #C5A4F5 with #A4C5F5 are triadic colors.