COLOR #A1CAC6

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

161
202
198

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

Portions of RGB colors in percentages

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

%28.7
%36.01
%35.29

CMYK color model

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

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

CMYK percentages

%20.3
%0
%1.98
%20.78

Codes

Color #A1CAC6 in popluar color models

A1CAC6
RGB161202198
HSL174°27.89%71.18%
HSB/HSV174°20.30%79.22%
CMYK20.30%0.00%1.98%
20.78%

Color #A1CAC6 in popluar number systems.

HEXA1CAC6
Decimal161202198
Binary101000011100101011000110
Octal241312306

Shades and tints

Shades of #A1CAC6

#A1CAC6
(161,202,198)
#93B8B4
(147,184,180)
#85A6A2
(133,166,162)
#779490
(119,148,144)
#69827E
(105,130,126)
#5B706C
(91,112,108)
#4D5E5A
(77,94,90)
#3F4C48
(63,76,72)
#313A36
(49,58,54)
#232824
(35,40,36)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #A1CAC6

#A1CAC6
(161,202,198)
#A9CECB
(169,206,203)
#B1D2D0
(177,210,208)
#B9D6D5
(185,214,213)
#C1DADA
(193,218,218)
#C9DEDF
(201,222,223)
#D1E2E4
(209,226,228)
#D9E6E9
(217,230,233)
#E1EAEE
(225,234,238)
#E9EEF3
(233,238,243)
#F1F2F8
(241,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1CAC6; }

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

This text font color is #A1CAC6.


Background Color

.myBgColor { background-color: #A1CAC6; }

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

This div background color is #A1CAC6.


Border color

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

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

This div border color is #A1CAC6.


Opacity

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

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

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

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

This text has shadow with #A1CAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1CAC6 on black background.


Color preview on white background

This text has color #A1CAC6 on white background.



Black color preview on #A1CAC6 background

This text has black color on #A1CAC6 background.


White color preview on #A1CAC6 background

This text has white color on #A1CAC6 background.