COLOR #A3C5DF

HEX: #A3C5DF
RGB: (163,197,223)

Color info

#A3C5DF contains mainly green and blue colors. Web safe color of #A3C5DF is #99CCCC (or #9CC).

RGB color model

#A3C5DF color RGB value is (163,197,223).

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

RGB channels and saturation

R 163 of 255 = 64%
G 197 of 255 = 77%
B 223 of 255 = 87%

163
197
223

R + G + B ~ 76%. #A3C5DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 197 + 223 = 583 (100%)
R 163 of 583 ~ 27.96%
G 197 of 583 ~ 33.79%
B 223 of 583 ~ 38.25%

%27.96
%33.79
%38.25

CMYK color model

#A3C5DF color CMYK value is (27,12,0,13).

  • cyan value is 26.91%
  • magenta value is 11.66%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(27,12,0,13)
C27M12Y0K13 
(27%,12%,0%,13%)
(0.27/0.12/0.00/0.13)	

CMYK percentages

%26.91
%11.66
%0
%12.55

Codes

Color #A3C5DF in popluar color models

A3C5DF
RGB163197223
HSL206°48.39%75.69%
HSB/HSV206°26.91%87.45%
CMYK26.91%11.66%0.00%
12.55%

Color #A3C5DF in popluar number systems.

HEXA3C5DF
Decimal163197223
Binary101000111100010111011111
Octal243305337

Shades and tints

Shades of #A3C5DF

#A3C5DF
(163,197,223)
#95B4CB
(149,180,203)
#87A3B7
(135,163,183)
#7992A3
(121,146,163)
#6B818F
(107,129,143)
#5D707B
(93,112,123)
#4F5F67
(79,95,103)
#414E53
(65,78,83)
#333D3F
(51,61,63)
#252C2B
(37,44,43)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #A3C5DF

#A3C5DF
(163,197,223)
#ABCAE1
(171,202,225)
#B3CFE3
(179,207,227)
#BBD4E5
(187,212,229)
#C3D9E7
(195,217,231)
#CBDEE9
(203,222,233)
#D3E3EB
(211,227,235)
#DBE8ED
(219,232,237)
#E3EDEF
(227,237,239)
#EBF2F1
(235,242,241)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3C5DF; }

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

This text font color is #A3C5DF.


Background Color

.myBgColor { background-color: #A3C5DF; }

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

This div background color is #A3C5DF.


Border color

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

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

This div border color is #A3C5DF.


Opacity

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

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

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

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

This text has shadow with #A3C5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C5DF on black background.


Color preview on white background

This text has color #A3C5DF on white background.



Black color preview on #A3C5DF background

This text has black color on #A3C5DF background.


White color preview on #A3C5DF background

This text has white color on #A3C5DF background.