COLOR #A3DAF3

HEX: #A3DAF3
RGB: (163,218,243)

Color info

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

RGB color model

#A3DAF3 color RGB value is (163,218,243).

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

RGB channels and saturation

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

163
218
243

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

Portions of RGB colors in percentages

R + G + B =
163 + 218 + 243 = 624 (100%)
R 163 of 624 ~ 26.12%
G 218 of 624 ~ 34.94%
B 243 of 624 ~ 38.94%

%26.12
%34.94
%38.94

CMYK color model

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

  • cyan value is 32.92%
  • 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.92
%10.29
%0
%4.71

Codes

Color #A3DAF3 in popluar color models

A3DAF3
RGB163218243
HSL199°76.92%79.61%
HSB/HSV199°32.92%95.29%
CMYK32.92%10.29%0.00%
4.71%

Color #A3DAF3 in popluar number systems.

HEXA3DAF3
Decimal163218243
Binary101000111101101011110011
Octal243332363

Shades and tints

Shades of #A3DAF3

#A3DAF3
(163,218,243)
#95C7DD
(149,199,221)
#87B4C7
(135,180,199)
#79A1B1
(121,161,177)
#6B8E9B
(107,142,155)
#5D7B85
(93,123,133)
#4F686F
(79,104,111)
#415559
(65,85,89)
#334243
(51,66,67)
#252F2D
(37,47,45)
#171C17
(23,28,23)
#000000
(0,0,0)

Tints of #A3DAF3

#A3DAF3
(163,218,243)
#ABDDF4
(171,221,244)
#B3E0F5
(179,224,245)
#BBE3F6
(187,227,246)
#C3E6F7
(195,230,247)
#CBE9F8
(203,233,248)
#D3ECF9
(211,236,249)
#DBEFFA
(219,239,250)
#E3F2FB
(227,242,251)
#EBF5FC
(235,245,252)
#F3F8FD
(243,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3DAF3; }

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

This text font color is #A3DAF3.


Background Color

.myBgColor { background-color: #A3DAF3; }

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

This div background color is #A3DAF3.


Border color

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

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

This div border color is #A3DAF3.


Opacity

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

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

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

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

This text has shadow with #A3DAF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3DAF3 on black background.


Color preview on white background

This text has color #A3DAF3 on white background.



Black color preview on #A3DAF3 background

This text has black color on #A3DAF3 background.


White color preview on #A3DAF3 background

This text has white color on #A3DAF3 background.