COLOR #A3C1D7

HEX: #A3C1D7
RGB: (163,193,215)

Color info

#A3C1D7 contains red, green and blue colors in about the same proportion. Web safe color of #A3C1D7 is #99CCCC (or #9CC).

RGB color model

#A3C1D7 color RGB value is (163,193,215).

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

RGB channels and saturation

R 163 of 255 = 64%
G 193 of 255 = 76%
B 215 of 255 = 84%

163
193
215

R + G + B ~ 75%. #A3C1D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 193 + 215 = 571 (100%)
R 163 of 571 ~ 28.55%
G 193 of 571 ~ 33.8%
B 215 of 571 ~ 37.65%

%28.55
%33.8
%37.65

CMYK color model

#A3C1D7 color CMYK value is (24,10,0,16).

  • cyan value is 24.19%
  • magenta value is 10.23%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(24,10,0,16)
C24M10Y0K16 
(24%,10%,0%,16%)
(0.24/0.10/0.00/0.16)	

CMYK percentages

%24.19
%10.23
%0
%15.69

Codes

Color #A3C1D7 in popluar color models

A3C1D7
RGB163193215
HSL205°39.39%74.12%
HSB/HSV205°24.19%84.31%
CMYK24.19%10.23%0.00%
15.69%

Color #A3C1D7 in popluar number systems.

HEXA3C1D7
Decimal163193215
Binary101000111100000111010111
Octal243301327

Shades and tints

Shades of #A3C1D7

#A3C1D7
(163,193,215)
#95B0C4
(149,176,196)
#879FB1
(135,159,177)
#798E9E
(121,142,158)
#6B7D8B
(107,125,139)
#5D6C78
(93,108,120)
#4F5B65
(79,91,101)
#414A52
(65,74,82)
#33393F
(51,57,63)
#25282C
(37,40,44)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #A3C1D7

#A3C1D7
(163,193,215)
#ABC6DA
(171,198,218)
#B3CBDD
(179,203,221)
#BBD0E0
(187,208,224)
#C3D5E3
(195,213,227)
#CBDAE6
(203,218,230)
#D3DFE9
(211,223,233)
#DBE4EC
(219,228,236)
#E3E9EF
(227,233,239)
#EBEEF2
(235,238,242)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3C1D7; }

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

This text font color is #A3C1D7.


Background Color

.myBgColor { background-color: #A3C1D7; }

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

This div background color is #A3C1D7.


Border color

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

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

This div border color is #A3C1D7.


Opacity

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

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

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

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

This text has shadow with #A3C1D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C1D7 on black background.


Color preview on white background

This text has color #A3C1D7 on white background.



Black color preview on #A3C1D7 background

This text has black color on #A3C1D7 background.


White color preview on #A3C1D7 background

This text has white color on #A3C1D7 background.