COLOR #A1C893

HEX: #A1C893
RGB: (161,200,147)

Color info

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

RGB color model

#A1C893 color RGB value is (161,200,147).

  • red value is 161;
  • green value is 200;
  • blue value is 147.
RGB:
(161,200,147)
(63%,78%,58%)

RGB channels and saturation

R 161 of 255 = 63%
G 200 of 255 = 78%
B 147 of 255 = 58%

161
200
147

R + G + B ~ 66%. #A1C893 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 200 + 147 = 508 (100%)
R 161 of 508 ~ 31.69%
G 200 of 508 ~ 39.37%
B 147 of 508 ~ 28.94%

%31.69
%39.37
%28.94

CMYK color model

#A1C893 color CMYK value is (20,0,27,22).

  • cyan value is 19.50%
  • magenta value is 0.00%
  • yellow value is 26.50%
  • key color value is 21.57%
CMYK:
(20,0,27,22)
C20M0Y27K22 
(20%,0%,27%,22%)
(0.20/0.00/0.27/0.22)	

CMYK percentages

%19.5
%0
%26.5
%21.57

Codes

Color #A1C893 in popluar color models

A1C893
RGB161200147
HSL104°32.52%68.04%
HSB/HSV104°26.50%78.43%
CMYK19.50%0.00%26.50%
21.57%

Color #A1C893 in popluar number systems.

HEXA1C893
Decimal161200147
Binary101000011100100010010011
Octal241310223

Shades and tints

Shades of #A1C893

#A1C893
(161,200,147)
#93B686
(147,182,134)
#85A479
(133,164,121)
#77926C
(119,146,108)
#69805F
(105,128,95)
#5B6E52
(91,110,82)
#4D5C45
(77,92,69)
#3F4A38
(63,74,56)
#31382B
(49,56,43)
#23261E
(35,38,30)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #A1C893

#A1C893
(161,200,147)
#A9CD9C
(169,205,156)
#B1D2A5
(177,210,165)
#B9D7AE
(185,215,174)
#C1DCB7
(193,220,183)
#C9E1C0
(201,225,192)
#D1E6C9
(209,230,201)
#D9EBD2
(217,235,210)
#E1F0DB
(225,240,219)
#E9F5E4
(233,245,228)
#F1FAED
(241,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1C893 color. Also use rgb(161,200,147) instead hex code.

Text Font Color

.myTextColor { color: #A1C893; }

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

This text font color is #A1C893.


Background Color

.myBgColor { background-color: #A1C893; }

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

This div background color is #A1C893.


Border color

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

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

This div border color is #A1C893.


Opacity

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

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

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

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

This text has shadow with #A1C893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C893 on black background.


Color preview on white background

This text has color #A1C893 on white background.



Black color preview on #A1C893 background

This text has black color on #A1C893 background.


White color preview on #A1C893 background

This text has white color on #A1C893 background.