COLOR #A3C5F3

HEX: #A3C5F3
RGB: (163,197,243)

Color info

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

RGB color model

#A3C5F3 color RGB value is (163,197,243).

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

RGB channels and saturation

R 163 of 255 = 64%
G 197 of 255 = 77%
B 243 of 255 = 95%

163
197
243

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

Portions of RGB colors in percentages

R + G + B =
163 + 197 + 243 = 603 (100%)
R 163 of 603 ~ 27.03%
G 197 of 603 ~ 32.67%
B 243 of 603 ~ 40.3%

%27.03
%32.67
%40.3

CMYK color model

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

  • cyan value is 32.92%
  • magenta value is 18.93%
  • 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.93
%0
%4.71

Codes

Color #A3C5F3 in popluar color models

A3C5F3
RGB163197243
HSL215°76.92%79.61%
HSB/HSV215°32.92%95.29%
CMYK32.92%18.93%0.00%
4.71%

Color #A3C5F3 in popluar number systems.

HEXA3C5F3
Decimal163197243
Binary101000111100010111110011
Octal243305363

Shades and tints

Shades of #A3C5F3

#A3C5F3
(163,197,243)
#95B4DD
(149,180,221)
#87A3C7
(135,163,199)
#7992B1
(121,146,177)
#6B819B
(107,129,155)
#5D7085
(93,112,133)
#4F5F6F
(79,95,111)
#414E59
(65,78,89)
#333D43
(51,61,67)
#252C2D
(37,44,45)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #A3C5F3

#A3C5F3
(163,197,243)
#ABCAF4
(171,202,244)
#B3CFF5
(179,207,245)
#BBD4F6
(187,212,246)
#C3D9F7
(195,217,247)
#CBDEF8
(203,222,248)
#D3E3F9
(211,227,249)
#DBE8FA
(219,232,250)
#E3EDFB
(227,237,251)
#EBF2FC
(235,242,252)
#F3F7FD
(243,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3C5F3; }

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

This text font color is #A3C5F3.


Background Color

.myBgColor { background-color: #A3C5F3; }

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

This div background color is #A3C5F3.


Border color

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

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

This div border color is #A3C5F3.


Opacity

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

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

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

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

This text has shadow with #A3C5F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C5F3 on black background.


Color preview on white background

This text has color #A3C5F3 on white background.



Black color preview on #A3C5F3 background

This text has black color on #A3C5F3 background.


White color preview on #A3C5F3 background

This text has white color on #A3C5F3 background.