COLOR #A4E4FC

HEX: #A4E4FC
RGB: (164,228,252)

Color info

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

RGB color model

#A4E4FC color RGB value is (164,228,252).

  • red value is 164;
  • green value is 228;
  • blue value is 252.
RGB:
(164,228,252)
(64%,89%,99%)

RGB channels and saturation

R 164 of 255 = 64%
G 228 of 255 = 89%
B 252 of 255 = 99%

164
228
252

R + G + B ~ 84%. #A4E4FC is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 228 + 252 = 644 (100%)
R 164 of 644 ~ 25.47%
G 228 of 644 ~ 35.4%
B 252 of 644 ~ 39.13%

%25.47
%35.4
%39.13

CMYK color model

#A4E4FC color CMYK value is (35,10,0,1).

  • cyan value is 34.92%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(35,10,0,1)
C35M10Y0K1 
(35%,10%,0%,1%)
(0.35/0.10/0.00/0.01)	

CMYK percentages

%34.92
%9.52
%0
%1.18

Codes

Color #A4E4FC in popluar color models

A4E4FC
RGB164228252
HSL196°93.62%81.57%
HSB/HSV196°34.92%98.82%
CMYK34.92%9.52%0.00%
1.18%

Color #A4E4FC in popluar number systems.

HEXA4E4FC
Decimal164228252
Binary101001001110010011111100
Octal244344374

Shades and tints

Shades of #A4E4FC

#A4E4FC
(164,228,252)
#96D0E6
(150,208,230)
#88BCD0
(136,188,208)
#7AA8BA
(122,168,186)
#6C94A4
(108,148,164)
#5E808E
(94,128,142)
#506C78
(80,108,120)
#425862
(66,88,98)
#34444C
(52,68,76)
#263036
(38,48,54)
#181C20
(24,28,32)
#000000
(0,0,0)

Tints of #A4E4FC

#A4E4FC
(164,228,252)
#ACE6FC
(172,230,252)
#B4E8FC
(180,232,252)
#BCEAFC
(188,234,252)
#C4ECFC
(196,236,252)
#CCEEFC
(204,238,252)
#D4F0FC
(212,240,252)
#DCF2FC
(220,242,252)
#E4F4FC
(228,244,252)
#ECF6FC
(236,246,252)
#F4F8FC
(244,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E4FC color. Also use rgb(164,228,252) instead hex code.

Text Font Color

.myTextColor { color: #A4E4FC; }

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

This text font color is #A4E4FC.


Background Color

.myBgColor { background-color: #A4E4FC; }

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

This div background color is #A4E4FC.


Border color

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

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

This div border color is #A4E4FC.


Opacity

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

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

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

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

This text has shadow with #A4E4FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E4FC on black background.


Color preview on white background

This text has color #A4E4FC on white background.



Black color preview on #A4E4FC background

This text has black color on #A4E4FC background.


White color preview on #A4E4FC background

This text has white color on #A4E4FC background.