COLOR #A1C9BC

HEX: #A1C9BC
RGB: (161,201,188)

Color info

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

RGB color model

#A1C9BC color RGB value is (161,201,188).

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

RGB channels and saturation

R 161 of 255 = 63%
G 201 of 255 = 79%
B 188 of 255 = 74%

161
201
188

R + G + B ~ 72%. #A1C9BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 201 + 188 = 550 (100%)
R 161 of 550 ~ 29.27%
G 201 of 550 ~ 36.55%
B 188 of 550 ~ 34.18%

%29.27
%36.55
%34.18

CMYK color model

#A1C9BC color CMYK value is (20,0,6,21).

  • cyan value is 19.90%
  • magenta value is 0.00%
  • yellow value is 6.47%
  • key color value is 21.18%
CMYK:
(20,0,6,21)
C20M0Y6K21 
(20%,0%,6%,21%)
(0.20/0.00/0.06/0.21)	

CMYK percentages

%19.9
%0
%6.47
%21.18

Codes

Color #A1C9BC in popluar color models

A1C9BC
RGB161201188
HSL161°27.03%70.98%
HSB/HSV161°19.90%78.82%
CMYK19.90%0.00%6.47%
21.18%

Color #A1C9BC in popluar number systems.

HEXA1C9BC
Decimal161201188
Binary101000011100100110111100
Octal241311274

Shades and tints

Shades of #A1C9BC

#A1C9BC
(161,201,188)
#93B7AB
(147,183,171)
#85A59A
(133,165,154)
#779389
(119,147,137)
#698178
(105,129,120)
#5B6F67
(91,111,103)
#4D5D56
(77,93,86)
#3F4B45
(63,75,69)
#313934
(49,57,52)
#232723
(35,39,35)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #A1C9BC

#A1C9BC
(161,201,188)
#A9CDC2
(169,205,194)
#B1D1C8
(177,209,200)
#B9D5CE
(185,213,206)
#C1D9D4
(193,217,212)
#C9DDDA
(201,221,218)
#D1E1E0
(209,225,224)
#D9E5E6
(217,229,230)
#E1E9EC
(225,233,236)
#E9EDF2
(233,237,242)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1C9BC; }

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

This text font color is #A1C9BC.


Background Color

.myBgColor { background-color: #A1C9BC; }

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

This div background color is #A1C9BC.


Border color

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

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

This div border color is #A1C9BC.


Opacity

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

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

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

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

This text has shadow with #A1C9BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C9BC on black background.


Color preview on white background

This text has color #A1C9BC on white background.



Black color preview on #A1C9BC background

This text has black color on #A1C9BC background.


White color preview on #A1C9BC background

This text has white color on #A1C9BC background.