COLOR #A4DAF3

HEX: #A4DAF3
RGB: (164,218,243)

Color info

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

RGB color model

#A4DAF3 color RGB value is (164,218,243).

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

RGB channels and saturation

R 164 of 255 = 64%
G 218 of 255 = 85%
B 243 of 255 = 95%

164
218
243

R + G + B ~ 81%. #A4DAF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 218 + 243 = 625 (100%)
R 164 of 625 ~ 26.24%
G 218 of 625 ~ 34.88%
B 243 of 625 ~ 38.88%

%26.24
%34.88
%38.88

CMYK color model

#A4DAF3 color CMYK value is (33,10,0,5).

  • cyan value is 32.51%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(33,10,0,5)
C33M10Y0K5 
(33%,10%,0%,5%)
(0.33/0.10/0.00/0.05)	

CMYK percentages

%32.51
%10.29
%0
%4.71

Codes

Color #A4DAF3 in popluar color models

A4DAF3
RGB164218243
HSL199°76.70%79.80%
HSB/HSV199°32.51%95.29%
CMYK32.51%10.29%0.00%
4.71%

Color #A4DAF3 in popluar number systems.

HEXA4DAF3
Decimal164218243
Binary101001001101101011110011
Octal244332363

Shades and tints

Shades of #A4DAF3

#A4DAF3
(164,218,243)
#96C7DD
(150,199,221)
#88B4C7
(136,180,199)
#7AA1B1
(122,161,177)
#6C8E9B
(108,142,155)
#5E7B85
(94,123,133)
#50686F
(80,104,111)
#425559
(66,85,89)
#344243
(52,66,67)
#262F2D
(38,47,45)
#181C17
(24,28,23)
#000000
(0,0,0)

Tints of #A4DAF3

#A4DAF3
(164,218,243)
#ACDDF4
(172,221,244)
#B4E0F5
(180,224,245)
#BCE3F6
(188,227,246)
#C4E6F7
(196,230,247)
#CCE9F8
(204,233,248)
#D4ECF9
(212,236,249)
#DCEFFA
(220,239,250)
#E4F2FB
(228,242,251)
#ECF5FC
(236,245,252)
#F4F8FD
(244,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4DAF3; }

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

This text font color is #A4DAF3.


Background Color

.myBgColor { background-color: #A4DAF3; }

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

This div background color is #A4DAF3.


Border color

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

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

This div border color is #A4DAF3.


Opacity

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

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

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

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

This text has shadow with #A4DAF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4DAF3 on black background.


Color preview on white background

This text has color #A4DAF3 on white background.



Black color preview on #A4DAF3 background

This text has black color on #A4DAF3 background.


White color preview on #A4DAF3 background

This text has white color on #A4DAF3 background.