COLOR #A1C6CA

HEX: #A1C6CA
RGB: (161,198,202)

Color info

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

RGB color model

#A1C6CA color RGB value is (161,198,202).

  • red value is 161;
  • green value is 198;
  • blue value is 202.
RGB:
(161,198,202)
(63%,78%,79%)

RGB channels and saturation

R 161 of 255 = 63%
G 198 of 255 = 78%
B 202 of 255 = 79%

161
198
202

R + G + B ~ 73%. #A1C6CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 198 + 202 = 561 (100%)
R 161 of 561 ~ 28.7%
G 198 of 561 ~ 35.29%
B 202 of 561 ~ 36.01%

%28.7
%35.29
%36.01

CMYK color model

#A1C6CA color CMYK value is (20,2,0,21).

  • cyan value is 20.30%
  • magenta value is 1.98%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(20,2,0,21)
C20M2Y0K21 
(20%,2%,0%,21%)
(0.20/0.02/0.00/0.21)	

CMYK percentages

%20.3
%1.98
%0
%20.78

Codes

Color #A1C6CA in popluar color models

A1C6CA
RGB161198202
HSL186°27.89%71.18%
HSB/HSV186°20.30%79.22%
CMYK20.30%1.98%0.00%
20.78%

Color #A1C6CA in popluar number systems.

HEXA1C6CA
Decimal161198202
Binary101000011100011011001010
Octal241306312

Shades and tints

Shades of #A1C6CA

#A1C6CA
(161,198,202)
#93B4B8
(147,180,184)
#85A2A6
(133,162,166)
#779094
(119,144,148)
#697E82
(105,126,130)
#5B6C70
(91,108,112)
#4D5A5E
(77,90,94)
#3F484C
(63,72,76)
#31363A
(49,54,58)
#232428
(35,36,40)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #A1C6CA

#A1C6CA
(161,198,202)
#A9CBCE
(169,203,206)
#B1D0D2
(177,208,210)
#B9D5D6
(185,213,214)
#C1DADA
(193,218,218)
#C9DFDE
(201,223,222)
#D1E4E2
(209,228,226)
#D9E9E6
(217,233,230)
#E1EEEA
(225,238,234)
#E9F3EE
(233,243,238)
#F1F8F2
(241,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1C6CA color. Also use rgb(161,198,202) instead hex code.

Text Font Color

.myTextColor { color: #A1C6CA; }

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

This text font color is #A1C6CA.


Background Color

.myBgColor { background-color: #A1C6CA; }

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

This div background color is #A1C6CA.


Border color

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

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

This div border color is #A1C6CA.


Opacity

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

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

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

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

This text has shadow with #A1C6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C6CA on black background.


Color preview on white background

This text has color #A1C6CA on white background.



Black color preview on #A1C6CA background

This text has black color on #A1C6CA background.


White color preview on #A1C6CA background

This text has white color on #A1C6CA background.