COLOR #A1CE96

HEX: #A1CE96
RGB: (161,206,150)

Color info

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

RGB color model

#A1CE96 color RGB value is (161,206,150).

  • red value is 161;
  • green value is 206;
  • blue value is 150.
RGB:
(161,206,150)
(63%,81%,59%)

RGB channels and saturation

R 161 of 255 = 63%
G 206 of 255 = 81%
B 150 of 255 = 59%

161
206
150

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

Portions of RGB colors in percentages

R + G + B =
161 + 206 + 150 = 517 (100%)
R 161 of 517 ~ 31.14%
G 206 of 517 ~ 39.85%
B 150 of 517 ~ 29.01%

%31.14
%39.85
%29.01

CMYK color model

#A1CE96 color CMYK value is (22,0,27,19).

  • cyan value is 21.84%
  • magenta value is 0.00%
  • yellow value is 27.18%
  • key color value is 19.22%
CMYK:
(22,0,27,19)
C22M0Y27K19 
(22%,0%,27%,19%)
(0.22/0.00/0.27/0.19)	

CMYK percentages

%21.84
%0
%27.18
%19.22

Codes

Color #A1CE96 in popluar color models

A1CE96
RGB161206150
HSL108°36.36%69.80%
HSB/HSV108°27.18%80.78%
CMYK21.84%0.00%27.18%
19.22%

Color #A1CE96 in popluar number systems.

HEXA1CE96
Decimal161206150
Binary101000011100111010010110
Octal241316226

Shades and tints

Shades of #A1CE96

#A1CE96
(161,206,150)
#93BC89
(147,188,137)
#85AA7C
(133,170,124)
#77986F
(119,152,111)
#698662
(105,134,98)
#5B7455
(91,116,85)
#4D6248
(77,98,72)
#3F503B
(63,80,59)
#313E2E
(49,62,46)
#232C21
(35,44,33)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #A1CE96

#A1CE96
(161,206,150)
#A9D29F
(169,210,159)
#B1D6A8
(177,214,168)
#B9DAB1
(185,218,177)
#C1DEBA
(193,222,186)
#C9E2C3
(201,226,195)
#D1E6CC
(209,230,204)
#D9EAD5
(217,234,213)
#E1EEDE
(225,238,222)
#E9F2E7
(233,242,231)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1CE96 color. Also use rgb(161,206,150) instead hex code.

Text Font Color

.myTextColor { color: #A1CE96; }

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

This text font color is #A1CE96.


Background Color

.myBgColor { background-color: #A1CE96; }

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

This div background color is #A1CE96.


Border color

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

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

This div border color is #A1CE96.


Opacity

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

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

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

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

This text has shadow with #A1CE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1CE96 on black background.


Color preview on white background

This text has color #A1CE96 on white background.



Black color preview on #A1CE96 background

This text has black color on #A1CE96 background.


White color preview on #A1CE96 background

This text has white color on #A1CE96 background.