COLOR #A4D1FE

HEX: #A4D1FE
RGB: (164,209,254)

Color info

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

RGB color model

#A4D1FE color RGB value is (164,209,254).

  • red value is 164;
  • green value is 209;
  • blue value is 254.
RGB:
(164,209,254)
(64%,82%,100%)

RGB channels and saturation

R 164 of 255 = 64%
G 209 of 255 = 82%
B 254 of 255 = 100%

164
209
254

R + G + B ~ 82%. #A4D1FE is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 209 + 254 = 627 (100%)
R 164 of 627 ~ 26.16%
G 209 of 627 ~ 33.33%
B 254 of 627 ~ 40.51%

%26.16
%33.33
%40.51

CMYK color model

#A4D1FE color CMYK value is (35,18,0,0).

  • cyan value is 35.43%
  • magenta value is 17.72%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(35,18,0,0)
C35M18Y0K0 
(35%,18%,0%,0%)
(0.35/0.18/0.00/0.00)	

CMYK percentages

%35.43
%17.72
%0
%0.39

Codes

Color #A4D1FE in popluar color models

A4D1FE
RGB164209254
HSL210°97.83%81.96%
HSB/HSV210°35.43%99.61%
CMYK35.43%17.72%0.00%
0.39%

Color #A4D1FE in popluar number systems.

HEXA4D1FE
Decimal164209254
Binary101001001101000111111110
Octal244321376

Shades and tints

Shades of #A4D1FE

#A4D1FE
(164,209,254)
#96BEE7
(150,190,231)
#88ABD0
(136,171,208)
#7A98B9
(122,152,185)
#6C85A2
(108,133,162)
#5E728B
(94,114,139)
#505F74
(80,95,116)
#424C5D
(66,76,93)
#343946
(52,57,70)
#26262F
(38,38,47)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #A4D1FE

#A4D1FE
(164,209,254)
#ACD5FE
(172,213,254)
#B4D9FE
(180,217,254)
#BCDDFE
(188,221,254)
#C4E1FE
(196,225,254)
#CCE5FE
(204,229,254)
#D4E9FE
(212,233,254)
#DCEDFE
(220,237,254)
#E4F1FE
(228,241,254)
#ECF5FE
(236,245,254)
#F4F9FE
(244,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D1FE color. Also use rgb(164,209,254) instead hex code.

Text Font Color

.myTextColor { color: #A4D1FE; }

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

This text font color is #A4D1FE.


Background Color

.myBgColor { background-color: #A4D1FE; }

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

This div background color is #A4D1FE.


Border color

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

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

This div border color is #A4D1FE.


Opacity

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

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

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

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

This text has shadow with #A4D1FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D1FE on black background.


Color preview on white background

This text has color #A4D1FE on white background.



Black color preview on #A4D1FE background

This text has black color on #A4D1FE background.


White color preview on #A4D1FE background

This text has white color on #A4D1FE background.