COLOR #A3C1DF

HEX: #A3C1DF
RGB: (163,193,223)

Color info

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

RGB color model

#A3C1DF color RGB value is (163,193,223).

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

RGB channels and saturation

R 163 of 255 = 64%
G 193 of 255 = 76%
B 223 of 255 = 87%

163
193
223

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

Portions of RGB colors in percentages

R + G + B =
163 + 193 + 223 = 579 (100%)
R 163 of 579 ~ 28.15%
G 193 of 579 ~ 33.33%
B 223 of 579 ~ 38.51%

%28.15
%33.33
%38.51

CMYK color model

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

  • cyan value is 26.91%
  • magenta value is 13.45%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(27,13,0,13)
C27M13Y0K13 
(27%,13%,0%,13%)
(0.27/0.13/0.00/0.13)	

CMYK percentages

%26.91
%13.45
%0
%12.55

Codes

Color #A3C1DF in popluar color models

A3C1DF
RGB163193223
HSL210°48.39%75.69%
HSB/HSV210°26.91%87.45%
CMYK26.91%13.45%0.00%
12.55%

Color #A3C1DF in popluar number systems.

HEXA3C1DF
Decimal163193223
Binary101000111100000111011111
Octal243301337

Shades and tints

Shades of #A3C1DF

#A3C1DF
(163,193,223)
#95B0CB
(149,176,203)
#879FB7
(135,159,183)
#798EA3
(121,142,163)
#6B7D8F
(107,125,143)
#5D6C7B
(93,108,123)
#4F5B67
(79,91,103)
#414A53
(65,74,83)
#33393F
(51,57,63)
#25282B
(37,40,43)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #A3C1DF

#A3C1DF
(163,193,223)
#ABC6E1
(171,198,225)
#B3CBE3
(179,203,227)
#BBD0E5
(187,208,229)
#C3D5E7
(195,213,231)
#CBDAE9
(203,218,233)
#D3DFEB
(211,223,235)
#DBE4ED
(219,228,237)
#E3E9EF
(227,233,239)
#EBEEF1
(235,238,241)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3C1DF; }

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

This text font color is #A3C1DF.


Background Color

.myBgColor { background-color: #A3C1DF; }

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

This div background color is #A3C1DF.


Border color

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

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

This div border color is #A3C1DF.


Opacity

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

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

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

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

This text has shadow with #A3C1DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C1DF on black background.


Color preview on white background

This text has color #A3C1DF on white background.



Black color preview on #A3C1DF background

This text has black color on #A3C1DF background.


White color preview on #A3C1DF background

This text has white color on #A3C1DF background.