COLOR #A3D1C6

HEX: #A3D1C6
RGB: (163,209,198)

Color info

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

RGB color model

#A3D1C6 color RGB value is (163,209,198).

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

RGB channels and saturation

R 163 of 255 = 64%
G 209 of 255 = 82%
B 198 of 255 = 78%

163
209
198

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

Portions of RGB colors in percentages

R + G + B =
163 + 209 + 198 = 570 (100%)
R 163 of 570 ~ 28.6%
G 209 of 570 ~ 36.67%
B 198 of 570 ~ 34.74%

%28.6
%36.67
%34.74

CMYK color model

#A3D1C6 color CMYK value is (22,0,5,18).

  • cyan value is 22.01%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 18.04%
CMYK:
(22,0,5,18)
C22M0Y5K18 
(22%,0%,5%,18%)
(0.22/0.00/0.05/0.18)	

CMYK percentages

%22.01
%0
%5.26
%18.04

Codes

Color #A3D1C6 in popluar color models

A3D1C6
RGB163209198
HSL166°33.33%72.94%
HSB/HSV166°22.01%81.96%
CMYK22.01%0.00%5.26%
18.04%

Color #A3D1C6 in popluar number systems.

HEXA3D1C6
Decimal163209198
Binary101000111101000111000110
Octal243321306

Shades and tints

Shades of #A3D1C6

#A3D1C6
(163,209,198)
#95BEB4
(149,190,180)
#87ABA2
(135,171,162)
#799890
(121,152,144)
#6B857E
(107,133,126)
#5D726C
(93,114,108)
#4F5F5A
(79,95,90)
#414C48
(65,76,72)
#333936
(51,57,54)
#252624
(37,38,36)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #A3D1C6

#A3D1C6
(163,209,198)
#ABD5CB
(171,213,203)
#B3D9D0
(179,217,208)
#BBDDD5
(187,221,213)
#C3E1DA
(195,225,218)
#CBE5DF
(203,229,223)
#D3E9E4
(211,233,228)
#DBEDE9
(219,237,233)
#E3F1EE
(227,241,238)
#EBF5F3
(235,245,243)
#F3F9F8
(243,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3D1C6; }

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

This text font color is #A3D1C6.


Background Color

.myBgColor { background-color: #A3D1C6; }

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

This div background color is #A3D1C6.


Border color

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

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

This div border color is #A3D1C6.


Opacity

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

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

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

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

This text has shadow with #A3D1C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D1C6 on black background.


Color preview on white background

This text has color #A3D1C6 on white background.



Black color preview on #A3D1C6 background

This text has black color on #A3D1C6 background.


White color preview on #A3D1C6 background

This text has white color on #A3D1C6 background.