COLOR #A3C9D1

HEX: #A3C9D1
RGB: (163,201,209)

Color info

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

RGB color model

#A3C9D1 color RGB value is (163,201,209).

  • red value is 163;
  • green value is 201;
  • blue value is 209.
RGB:
(163,201,209)
(64%,79%,82%)

RGB channels and saturation

R 163 of 255 = 64%
G 201 of 255 = 79%
B 209 of 255 = 82%

163
201
209

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

Portions of RGB colors in percentages

R + G + B =
163 + 201 + 209 = 573 (100%)
R 163 of 573 ~ 28.45%
G 201 of 573 ~ 35.08%
B 209 of 573 ~ 36.47%

%28.45
%35.08
%36.47

CMYK color model

#A3C9D1 color CMYK value is (22,4,0,18).

  • cyan value is 22.01%
  • magenta value is 3.83%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(22,4,0,18)
C22M4Y0K18 
(22%,4%,0%,18%)
(0.22/0.04/0.00/0.18)	

CMYK percentages

%22.01
%3.83
%0
%18.04

Codes

Color #A3C9D1 in popluar color models

A3C9D1
RGB163201209
HSL190°33.33%72.94%
HSB/HSV190°22.01%81.96%
CMYK22.01%3.83%0.00%
18.04%

Color #A3C9D1 in popluar number systems.

HEXA3C9D1
Decimal163201209
Binary101000111100100111010001
Octal243311321

Shades and tints

Shades of #A3C9D1

#A3C9D1
(163,201,209)
#95B7BE
(149,183,190)
#87A5AB
(135,165,171)
#799398
(121,147,152)
#6B8185
(107,129,133)
#5D6F72
(93,111,114)
#4F5D5F
(79,93,95)
#414B4C
(65,75,76)
#333939
(51,57,57)
#252726
(37,39,38)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #A3C9D1

#A3C9D1
(163,201,209)
#ABCDD5
(171,205,213)
#B3D1D9
(179,209,217)
#BBD5DD
(187,213,221)
#C3D9E1
(195,217,225)
#CBDDE5
(203,221,229)
#D3E1E9
(211,225,233)
#DBE5ED
(219,229,237)
#E3E9F1
(227,233,241)
#EBEDF5
(235,237,245)
#F3F1F9
(243,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C9D1 color. Also use rgb(163,201,209) instead hex code.

Text Font Color

.myTextColor { color: #A3C9D1; }

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

This text font color is #A3C9D1.


Background Color

.myBgColor { background-color: #A3C9D1; }

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

This div background color is #A3C9D1.


Border color

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

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

This div border color is #A3C9D1.


Opacity

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

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

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

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

This text has shadow with #A3C9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C9D1 on black background.


Color preview on white background

This text has color #A3C9D1 on white background.



Black color preview on #A3C9D1 background

This text has black color on #A3C9D1 background.


White color preview on #A3C9D1 background

This text has white color on #A3C9D1 background.