COLOR #A1CA9E

HEX: #A1CA9E
RGB: (161,202,158)

Color info

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

RGB color model

#A1CA9E color RGB value is (161,202,158).

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

RGB channels and saturation

R 161 of 255 = 63%
G 202 of 255 = 79%
B 158 of 255 = 62%

161
202
158

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

Portions of RGB colors in percentages

R + G + B =
161 + 202 + 158 = 521 (100%)
R 161 of 521 ~ 30.9%
G 202 of 521 ~ 38.77%
B 158 of 521 ~ 30.33%

%30.9
%38.77
%30.33

CMYK color model

#A1CA9E color CMYK value is (20,0,22,21).

  • cyan value is 20.30%
  • magenta value is 0.00%
  • yellow value is 21.78%
  • key color value is 20.78%
CMYK:
(20,0,22,21)
C20M0Y22K21 
(20%,0%,22%,21%)
(0.20/0.00/0.22/0.21)	

CMYK percentages

%20.3
%0
%21.78
%20.78

Codes

Color #A1CA9E in popluar color models

A1CA9E
RGB161202158
HSL116°29.33%70.59%
HSB/HSV116°21.78%79.22%
CMYK20.30%0.00%21.78%
20.78%

Color #A1CA9E in popluar number systems.

HEXA1CA9E
Decimal161202158
Binary101000011100101010011110
Octal241312236

Shades and tints

Shades of #A1CA9E

#A1CA9E
(161,202,158)
#93B890
(147,184,144)
#85A682
(133,166,130)
#779474
(119,148,116)
#698266
(105,130,102)
#5B7058
(91,112,88)
#4D5E4A
(77,94,74)
#3F4C3C
(63,76,60)
#313A2E
(49,58,46)
#232820
(35,40,32)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #A1CA9E

#A1CA9E
(161,202,158)
#A9CEA6
(169,206,166)
#B1D2AE
(177,210,174)
#B9D6B6
(185,214,182)
#C1DABE
(193,218,190)
#C9DEC6
(201,222,198)
#D1E2CE
(209,226,206)
#D9E6D6
(217,230,214)
#E1EADE
(225,234,222)
#E9EEE6
(233,238,230)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1CA9E; }

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

This text font color is #A1CA9E.


Background Color

.myBgColor { background-color: #A1CA9E; }

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

This div background color is #A1CA9E.


Border color

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

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

This div border color is #A1CA9E.


Opacity

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

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

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

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

This text has shadow with #A1CA9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1CA9E on black background.


Color preview on white background

This text has color #A1CA9E on white background.



Black color preview on #A1CA9E background

This text has black color on #A1CA9E background.


White color preview on #A1CA9E background

This text has white color on #A1CA9E background.