COLOR #A4DAFB

HEX: #A4DAFB
RGB: (164,218,251)

Color info

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

RGB color model

#A4DAFB color RGB value is (164,218,251).

  • red value is 164;
  • green value is 218;
  • blue value is 251.
RGB:
(164,218,251)
(64%,85%,98%)

RGB channels and saturation

R 164 of 255 = 64%
G 218 of 255 = 85%
B 251 of 255 = 98%

164
218
251

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

Portions of RGB colors in percentages

R + G + B =
164 + 218 + 251 = 633 (100%)
R 164 of 633 ~ 25.91%
G 218 of 633 ~ 34.44%
B 251 of 633 ~ 39.65%

%25.91
%34.44
%39.65

CMYK color model

#A4DAFB color CMYK value is (35,13,0,2).

  • cyan value is 34.66%
  • magenta value is 13.15%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(35,13,0,2)
C35M13Y0K2 
(35%,13%,0%,2%)
(0.35/0.13/0.00/0.02)	

CMYK percentages

%34.66
%13.15
%0
%1.57

Codes

Color #A4DAFB in popluar color models

A4DAFB
RGB164218251
HSL203°91.58%81.37%
HSB/HSV203°34.66%98.43%
CMYK34.66%13.15%0.00%
1.57%

Color #A4DAFB in popluar number systems.

HEXA4DAFB
Decimal164218251
Binary101001001101101011111011
Octal244332373

Shades and tints

Shades of #A4DAFB

#A4DAFB
(164,218,251)
#96C7E5
(150,199,229)
#88B4CF
(136,180,207)
#7AA1B9
(122,161,185)
#6C8EA3
(108,142,163)
#5E7B8D
(94,123,141)
#506877
(80,104,119)
#425561
(66,85,97)
#34424B
(52,66,75)
#262F35
(38,47,53)
#181C1F
(24,28,31)
#000000
(0,0,0)

Tints of #A4DAFB

#A4DAFB
(164,218,251)
#ACDDFB
(172,221,251)
#B4E0FB
(180,224,251)
#BCE3FB
(188,227,251)
#C4E6FB
(196,230,251)
#CCE9FB
(204,233,251)
#D4ECFB
(212,236,251)
#DCEFFB
(220,239,251)
#E4F2FB
(228,242,251)
#ECF5FB
(236,245,251)
#F4F8FB
(244,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4DAFB; }

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

This text font color is #A4DAFB.


Background Color

.myBgColor { background-color: #A4DAFB; }

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

This div background color is #A4DAFB.


Border color

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

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

This div border color is #A4DAFB.


Opacity

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

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

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

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

This text has shadow with #A4DAFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4DAFB on black background.


Color preview on white background

This text has color #A4DAFB on white background.



Black color preview on #A4DAFB background

This text has black color on #A4DAFB background.


White color preview on #A4DAFB background

This text has white color on #A4DAFB background.