COLOR #A1CA9B

HEX: #A1CA9B RGB: (161,202,155)

Color info

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

RGB color model

#A1CA9B color RGB value is (161,202,155).

RGB: (161,202,155) (63%, 79%, 61%)

RGB channels and saturation

R 161 of 255 = 63%
G 202 of 255 = 79%
B 155 of 255 = 61%

161
202
155

R + G + B ~ 68%. #A1CA9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 202 + 155 = 518 (100%)
R 161 of 518 ~ 31.08%
G 202 of 518 ~ 39%
B 155 of 518 ~ 29.92'%

%31.08
%39
%29.92

CMYK color model

#A1CA9B color CMYK value is (20,0,23,21).

  • cyan value is 20.30%
  • magenta value is 0.00%
  • yellow value is 23.27%
  • key color value is 20.78%

CMYK: (20,0,23,21)
C20M0Y23K21 (20%, 0%, 23%, 21%)
(0.20 / 0.00 / 0.23 / 0.21)

CMYK percentages

%20.3
%0
%23.27
%20.78

Codes

Color #A1CA9B in popluar color models

A1 CA 9B
RGB 161 202 155
HSL 112° 30.72% 70.00%
HSB/HSV 112° 23.27% 79.22%
CMYK 20.30% 0.00% 23.27%
20.78%

Color #A1CA9B in popluar number systems.

HEX A1 CA 9B
Decimal 161 202 155
Binary 10100001 11001010 10011011
Octal 241 312 233

Shades and tints

Shades of #A1CA9B

#A1CA9B
(161,202,155)
#93B88D
(147,184,141)
#85A67F
(133,166,127)
#779471
(119,148,113)
#698263
(105,130,99)
#5B7055
(91,112,85)
#4D5E47
(77,94,71)
#3F4C39
(63,76,57)
#313A2B
(49,58,43)
#23281D
(35,40,29)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #A1CA9B

#A1CA9B
(161,202,155)
#A9CEA4
(169,206,164)
#B1D2AD
(177,210,173)
#B9D6B6
(185,214,182)
#C1DABF
(193,218,191)
#C9DEC8
(201,222,200)
#D1E2D1
(209,226,209)
#D9E6DA
(217,230,218)
#E1EAE3
(225,234,227)
#E9EEEC
(233,238,236)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1CA9B; }

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

This text font color is #A1CA9B.

Background Color

.myBgColor { background-color: #A1CA9B; }

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

This div background color is #A1CA9B.

Border color

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

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

This div border color is #A1CA9B.

Opacity

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

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

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

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

This text has shadow with #A1CA9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1CA9B.

Preview

Color preview on black background

This text has color #A1CA9B on black background.


Color preview on white background

This text has color #A1CA9B on white background.


Black color preview on #A1CA9B background

This text has black color on #A1CA9B background.


White color preview on #A1CA9B background

This text has white color on #A1CA9B background.


Related colors

Complementary color

Complementary color for #hex is #5E3564.


I love getcolorcode.com

Triadic colors

1 #9BA1CA and #CA9BA1 with #A1CA9B are triadic colors.

2 #9BCAA1 and #CAA19B with #A1CA9B are triadic colors.