COLOR #A1CAB1

HEX: #A1CAB1 RGB: (161,202,177)

Color info

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

RGB color model

#A1CAB1 color RGB value is (161,202,177).

RGB: (161,202,177) (63%, 79%, 69%)

RGB channels and saturation

R 161 of 255 = 63%
G 202 of 255 = 79%
B 177 of 255 = 69%

161
202
177

R + G + B ~ 70%. #A1CAB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 202 + 177 = 540 (100%)
R 161 of 540 ~ 29.81%
G 202 of 540 ~ 37.41%
B 177 of 540 ~ 32.78'%

%29.81
%37.41
%32.78

CMYK color model

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

  • cyan value is 20.30%
  • magenta value is 0.00%
  • yellow value is 12.38%
  • 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
%12.38
%20.78

Codes

Color #A1CAB1 in popluar color models

A1 CA B1
RGB 161 202 177
HSL 143° 27.89% 71.18%
HSB/HSV 143° 20.30% 79.22%
CMYK 20.30% 0.00% 12.38%
20.78%

Color #A1CAB1 in popluar number systems.

HEX A1 CA B1
Decimal 161 202 177
Binary 10100001 11001010 10110001
Octal 241 312 261

Shades and tints

Shades of #A1CAB1

#A1CAB1
(161,202,177)
#93B8A1
(147,184,161)
#85A691
(133,166,145)
#779481
(119,148,129)
#698271
(105,130,113)
#5B7061
(91,112,97)
#4D5E51
(77,94,81)
#3F4C41
(63,76,65)
#313A31
(49,58,49)
#232821
(35,40,33)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #A1CAB1

#A1CAB1
(161,202,177)
#A9CEB8
(169,206,184)
#B1D2BF
(177,210,191)
#B9D6C6
(185,214,198)
#C1DACD
(193,218,205)
#C9DED4
(201,222,212)
#D1E2DB
(209,226,219)
#D9E6E2
(217,230,226)
#E1EAE9
(225,234,233)
#E9EEF0
(233,238,240)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1CAB1; }

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

This text font color is #A1CAB1.

Background Color

.myBgColor { background-color: #A1CAB1; }

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

This div background color is #A1CAB1.

Border color

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

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

This div border color is #A1CAB1.

Opacity

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

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

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

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

This text has shadow with #A1CAB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1CAB1.

Preview

Color preview on black background

This text has color #A1CAB1 on black background.


Color preview on white background

This text has color #A1CAB1 on white background.


Black color preview on #A1CAB1 background

This text has black color on #A1CAB1 background.


White color preview on #A1CAB1 background

This text has white color on #A1CAB1 background.


Related colors

Complementary color

Complementary color for #hex is #5E354E.


I love getcolorcode.com

Triadic colors

1 #B1A1CA and #CAB1A1 with #A1CAB1 are triadic colors.

2 #B1CAA1 and #CAA1B1 with #A1CAB1 are triadic colors.