COLOR #A1CAB2

HEX: #A1CAB2
RGB: (161,202,178)

Color info

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

RGB color model

#A1CAB2 color RGB value is (161,202,178).

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

RGB channels and saturation

R 161 of 255 = 63%
G 202 of 255 = 79%
B 178 of 255 = 70%

161
202
178

R + G + B ~ 71%. #A1CAB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 202 + 178 = 541 (100%)
R 161 of 541 ~ 29.76%
G 202 of 541 ~ 37.34%
B 178 of 541 ~ 32.9%

%29.76
%37.34
%32.9

CMYK color model

#A1CAB2 color CMYK value is (20,0,12,21).

  • cyan value is 20.30%
  • magenta value is 0.00%
  • yellow value is 11.88%
  • key color value is 20.78%
CMYK:
(20,0,12,21)
C20M0Y12K21 
(20%,0%,12%,21%)
(0.20/0.00/0.12/0.21)	

CMYK percentages

%20.3
%0
%11.88
%20.78

Codes

Color #A1CAB2 in popluar color models

A1CAB2
RGB161202178
HSL145°27.89%71.18%
HSB/HSV145°20.30%79.22%
CMYK20.30%0.00%11.88%
20.78%

Color #A1CAB2 in popluar number systems.

HEXA1CAB2
Decimal161202178
Binary101000011100101010110010
Octal241312262

Shades and tints

Shades of #A1CAB2

#A1CAB2
(161,202,178)
#93B8A2
(147,184,162)
#85A692
(133,166,146)
#779482
(119,148,130)
#698272
(105,130,114)
#5B7062
(91,112,98)
#4D5E52
(77,94,82)
#3F4C42
(63,76,66)
#313A32
(49,58,50)
#232822
(35,40,34)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #A1CAB2

#A1CAB2
(161,202,178)
#A9CEB9
(169,206,185)
#B1D2C0
(177,210,192)
#B9D6C7
(185,214,199)
#C1DACE
(193,218,206)
#C9DED5
(201,222,213)
#D1E2DC
(209,226,220)
#D9E6E3
(217,230,227)
#E1EAEA
(225,234,234)
#E9EEF1
(233,238,241)
#F1F2F8
(241,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1CAB2; }

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

This text font color is #A1CAB2.


Background Color

.myBgColor { background-color: #A1CAB2; }

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

This div background color is #A1CAB2.


Border color

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

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

This div border color is #A1CAB2.


Opacity

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

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

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

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

This text has shadow with #A1CAB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1CAB2 on black background.


Color preview on white background

This text has color #A1CAB2 on white background.



Black color preview on #A1CAB2 background

This text has black color on #A1CAB2 background.


White color preview on #A1CAB2 background

This text has white color on #A1CAB2 background.