COLOR #A4C5FB

HEX: #A4C5FB RGB: (164,197,251)

Color info

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

RGB color model

#A4C5FB color RGB value is (164,197,251).

RGB: (164,197,251) (64%, 77%, 98%)

RGB channels and saturation

R 164 of 255 = 64%
G 197 of 255 = 77%
B 251 of 255 = 98%

164
197
251

R + G + B ~ 80%. #A4C5FB is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 197 + 251 = 612 (100%)
R 164 of 612 ~ 26.8%
G 197 of 612 ~ 32.19%
B 251 of 612 ~ 41.01'%

%26.8
%32.19
%41.01

CMYK color model

#A4C5FB color CMYK value is (35,22,0,2).

  • cyan value is 34.66%
  • magenta value is 21.51%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (35,22,0,2)
C35M22Y0K2 (35%, 22%, 0%, 2%)
(0.35 / 0.22 / 0.00 / 0.02)

CMYK percentages

%34.66
%21.51
%0
%1.57

Codes

Color #A4C5FB in popluar color models

A4 C5 FB
RGB 164 197 251
HSL 217° 91.58% 81.37%
HSB/HSV 217° 34.66% 98.43%
CMYK 34.66% 21.51% 0.00%
1.57%

Color #A4C5FB in popluar number systems.

HEX A4 C5 FB
Decimal 164 197 251
Binary 10100100 11000101 11111011
Octal 244 305 373

Shades and tints

Shades of #A4C5FB

#A4C5FB
(164,197,251)
#96B4E5
(150,180,229)
#88A3CF
(136,163,207)
#7A92B9
(122,146,185)
#6C81A3
(108,129,163)
#5E708D
(94,112,141)
#505F77
(80,95,119)
#424E61
(66,78,97)
#343D4B
(52,61,75)
#262C35
(38,44,53)
#181B1F
(24,27,31)
#000000
(0,0,0)

Tints of #A4C5FB

#A4C5FB
(164,197,251)
#ACCAFB
(172,202,251)
#B4CFFB
(180,207,251)
#BCD4FB
(188,212,251)
#C4D9FB
(196,217,251)
#CCDEFB
(204,222,251)
#D4E3FB
(212,227,251)
#DCE8FB
(220,232,251)
#E4EDFB
(228,237,251)
#ECF2FB
(236,242,251)
#F4F7FB
(244,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4C5FB; }

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

This text font color is #A4C5FB.

Background Color

.myBgColor { background-color: #A4C5FB; }

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

This div background color is #A4C5FB.

Border color

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

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

This div border color is #A4C5FB.

Opacity

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

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

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

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

This text has shadow with #A4C5FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4C5FB.

Preview

Color preview on black background

This text has color #A4C5FB on black background.


Color preview on white background

This text has color #A4C5FB on white background.


Black color preview on #A4C5FB background

This text has black color on #A4C5FB background.


White color preview on #A4C5FB background

This text has white color on #A4C5FB background.


Related colors

Complementary color

Complementary color for #hex is #5B3A04.


I love getcolorcode.com

Triadic colors

1 #FBA4C5 and #C5FBA4 with #A4C5FB are triadic colors.

2 #FBC5A4 and #C5A4FB with #A4C5FB are triadic colors.