COLOR #A1C9CB

HEX: #A1C9CB
RGB: (161,201,203)

Color info

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

RGB color model

#A1C9CB color RGB value is (161,201,203).

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

RGB channels and saturation

R 161 of 255 = 63%
G 201 of 255 = 79%
B 203 of 255 = 80%

161
201
203

R + G + B ~ 74%. #A1C9CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 201 + 203 = 565 (100%)
R 161 of 565 ~ 28.5%
G 201 of 565 ~ 35.58%
B 203 of 565 ~ 35.93%

%28.5
%35.58
%35.93

CMYK color model

#A1C9CB color CMYK value is (21,1,0,20).

  • cyan value is 20.69%
  • magenta value is 0.99%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(21,1,0,20)
C21M1Y0K20 
(21%,1%,0%,20%)
(0.21/0.01/0.00/0.20)	

CMYK percentages

%20.69
%0.99
%0
%20.39

Codes

Color #A1C9CB in popluar color models

A1C9CB
RGB161201203
HSL183°28.77%71.37%
HSB/HSV183°20.69%79.61%
CMYK20.69%0.99%0.00%
20.39%

Color #A1C9CB in popluar number systems.

HEXA1C9CB
Decimal161201203
Binary101000011100100111001011
Octal241311313

Shades and tints

Shades of #A1C9CB

#A1C9CB
(161,201,203)
#93B7B9
(147,183,185)
#85A5A7
(133,165,167)
#779395
(119,147,149)
#698183
(105,129,131)
#5B6F71
(91,111,113)
#4D5D5F
(77,93,95)
#3F4B4D
(63,75,77)
#31393B
(49,57,59)
#232729
(35,39,41)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #A1C9CB

#A1C9CB
(161,201,203)
#A9CDCF
(169,205,207)
#B1D1D3
(177,209,211)
#B9D5D7
(185,213,215)
#C1D9DB
(193,217,219)
#C9DDDF
(201,221,223)
#D1E1E3
(209,225,227)
#D9E5E7
(217,229,231)
#E1E9EB
(225,233,235)
#E9EDEF
(233,237,239)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1C9CB; }

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

This text font color is #A1C9CB.


Background Color

.myBgColor { background-color: #A1C9CB; }

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

This div background color is #A1C9CB.


Border color

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

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

This div border color is #A1C9CB.


Opacity

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

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

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

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

This text has shadow with #A1C9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C9CB on black background.


Color preview on white background

This text has color #A1C9CB on white background.



Black color preview on #A1C9CB background

This text has black color on #A1C9CB background.


White color preview on #A1C9CB background

This text has white color on #A1C9CB background.