COLOR #A1C9C2

HEX: #A1C9C2
RGB: (161,201,194)

Color info

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

RGB color model

#A1C9C2 color RGB value is (161,201,194).

  • red value is 161;
  • green value is 201;
  • blue value is 194.
RGB:
(161,201,194)
(63%,79%,76%)

RGB channels and saturation

R 161 of 255 = 63%
G 201 of 255 = 79%
B 194 of 255 = 76%

161
201
194

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

Portions of RGB colors in percentages

R + G + B =
161 + 201 + 194 = 556 (100%)
R 161 of 556 ~ 28.96%
G 201 of 556 ~ 36.15%
B 194 of 556 ~ 34.89%

%28.96
%36.15
%34.89

CMYK color model

#A1C9C2 color CMYK value is (20,0,3,21).

  • cyan value is 19.90%
  • magenta value is 0.00%
  • yellow value is 3.48%
  • key color value is 21.18%
CMYK:
(20,0,3,21)
C20M0Y3K21 
(20%,0%,3%,21%)
(0.20/0.00/0.03/0.21)	

CMYK percentages

%19.9
%0
%3.48
%21.18

Codes

Color #A1C9C2 in popluar color models

A1C9C2
RGB161201194
HSL170°27.03%70.98%
HSB/HSV170°19.90%78.82%
CMYK19.90%0.00%3.48%
21.18%

Color #A1C9C2 in popluar number systems.

HEXA1C9C2
Decimal161201194
Binary101000011100100111000010
Octal241311302

Shades and tints

Shades of #A1C9C2

#A1C9C2
(161,201,194)
#93B7B1
(147,183,177)
#85A5A0
(133,165,160)
#77938F
(119,147,143)
#69817E
(105,129,126)
#5B6F6D
(91,111,109)
#4D5D5C
(77,93,92)
#3F4B4B
(63,75,75)
#31393A
(49,57,58)
#232729
(35,39,41)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #A1C9C2

#A1C9C2
(161,201,194)
#A9CDC7
(169,205,199)
#B1D1CC
(177,209,204)
#B9D5D1
(185,213,209)
#C1D9D6
(193,217,214)
#C9DDDB
(201,221,219)
#D1E1E0
(209,225,224)
#D9E5E5
(217,229,229)
#E1E9EA
(225,233,234)
#E9EDEF
(233,237,239)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1C9C2 color. Also use rgb(161,201,194) instead hex code.

Text Font Color

.myTextColor { color: #A1C9C2; }

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

This text font color is #A1C9C2.


Background Color

.myBgColor { background-color: #A1C9C2; }

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

This div background color is #A1C9C2.


Border color

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

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

This div border color is #A1C9C2.


Opacity

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

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

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

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

This text has shadow with #A1C9C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C9C2 on black background.


Color preview on white background

This text has color #A1C9C2 on white background.



Black color preview on #A1C9C2 background

This text has black color on #A1C9C2 background.


White color preview on #A1C9C2 background

This text has white color on #A1C9C2 background.