COLOR #A3DCFC

HEX: #A3DCFC
RGB: (163,220,252)

Color info

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

RGB color model

#A3DCFC color RGB value is (163,220,252).

  • red value is 163;
  • green value is 220;
  • blue value is 252.
RGB:
(163,220,252)
(64%,86%,99%)

RGB channels and saturation

R 163 of 255 = 64%
G 220 of 255 = 86%
B 252 of 255 = 99%

163
220
252

R + G + B ~ 83%. #A3DCFC is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 220 + 252 = 635 (100%)
R 163 of 635 ~ 25.67%
G 220 of 635 ~ 34.65%
B 252 of 635 ~ 39.69%

%25.67
%34.65
%39.69

CMYK color model

#A3DCFC color CMYK value is (35,13,0,1).

  • cyan value is 35.32%
  • magenta value is 12.70%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(35,13,0,1)
C35M13Y0K1 
(35%,13%,0%,1%)
(0.35/0.13/0.00/0.01)	

CMYK percentages

%35.32
%12.7
%0
%1.18

Codes

Color #A3DCFC in popluar color models

A3DCFC
RGB163220252
HSL202°93.68%81.37%
HSB/HSV202°35.32%98.82%
CMYK35.32%12.70%0.00%
1.18%

Color #A3DCFC in popluar number systems.

HEXA3DCFC
Decimal163220252
Binary101000111101110011111100
Octal243334374

Shades and tints

Shades of #A3DCFC

#A3DCFC
(163,220,252)
#95C8E6
(149,200,230)
#87B4D0
(135,180,208)
#79A0BA
(121,160,186)
#6B8CA4
(107,140,164)
#5D788E
(93,120,142)
#4F6478
(79,100,120)
#415062
(65,80,98)
#333C4C
(51,60,76)
#252836
(37,40,54)
#171420
(23,20,32)
#000000
(0,0,0)

Tints of #A3DCFC

#A3DCFC
(163,220,252)
#ABDFFC
(171,223,252)
#B3E2FC
(179,226,252)
#BBE5FC
(187,229,252)
#C3E8FC
(195,232,252)
#CBEBFC
(203,235,252)
#D3EEFC
(211,238,252)
#DBF1FC
(219,241,252)
#E3F4FC
(227,244,252)
#EBF7FC
(235,247,252)
#F3FAFC
(243,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3DCFC color. Also use rgb(163,220,252) instead hex code.

Text Font Color

.myTextColor { color: #A3DCFC; }

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

This text font color is #A3DCFC.


Background Color

.myBgColor { background-color: #A3DCFC; }

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

This div background color is #A3DCFC.


Border color

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

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

This div border color is #A3DCFC.


Opacity

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

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

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

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

This text has shadow with #A3DCFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3DCFC on black background.


Color preview on white background

This text has color #A3DCFC on white background.



Black color preview on #A3DCFC background

This text has black color on #A3DCFC background.


White color preview on #A3DCFC background

This text has white color on #A3DCFC background.