COLOR #A3C6F3

HEX: #A3C6F3
RGB: (163,198,243)

Color info

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

RGB color model

#A3C6F3 color RGB value is (163,198,243).

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

RGB channels and saturation

R 163 of 255 = 64%
G 198 of 255 = 78%
B 243 of 255 = 95%

163
198
243

R + G + B ~ 79%. #A3C6F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 198 + 243 = 604 (100%)
R 163 of 604 ~ 26.99%
G 198 of 604 ~ 32.78%
B 243 of 604 ~ 40.23%

%26.99
%32.78
%40.23

CMYK color model

#A3C6F3 color CMYK value is (33,19,0,5).

  • cyan value is 32.92%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(33,19,0,5)
C33M19Y0K5 
(33%,19%,0%,5%)
(0.33/0.19/0.00/0.05)	

CMYK percentages

%32.92
%18.52
%0
%4.71

Codes

Color #A3C6F3 in popluar color models

A3C6F3
RGB163198243
HSL214°76.92%79.61%
HSB/HSV214°32.92%95.29%
CMYK32.92%18.52%0.00%
4.71%

Color #A3C6F3 in popluar number systems.

HEXA3C6F3
Decimal163198243
Binary101000111100011011110011
Octal243306363

Shades and tints

Shades of #A3C6F3

#A3C6F3
(163,198,243)
#95B4DD
(149,180,221)
#87A2C7
(135,162,199)
#7990B1
(121,144,177)
#6B7E9B
(107,126,155)
#5D6C85
(93,108,133)
#4F5A6F
(79,90,111)
#414859
(65,72,89)
#333643
(51,54,67)
#25242D
(37,36,45)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #A3C6F3

#A3C6F3
(163,198,243)
#ABCBF4
(171,203,244)
#B3D0F5
(179,208,245)
#BBD5F6
(187,213,246)
#C3DAF7
(195,218,247)
#CBDFF8
(203,223,248)
#D3E4F9
(211,228,249)
#DBE9FA
(219,233,250)
#E3EEFB
(227,238,251)
#EBF3FC
(235,243,252)
#F3F8FD
(243,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3C6F3; }

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

This text font color is #A3C6F3.


Background Color

.myBgColor { background-color: #A3C6F3; }

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

This div background color is #A3C6F3.


Border color

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

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

This div border color is #A3C6F3.


Opacity

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

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

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

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

This text has shadow with #A3C6F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C6F3 on black background.


Color preview on white background

This text has color #A3C6F3 on white background.



Black color preview on #A3C6F3 background

This text has black color on #A3C6F3 background.


White color preview on #A3C6F3 background

This text has white color on #A3C6F3 background.