COLOR #A2CE9D

HEX: #A2CE9D
RGB: (162,206,157)

Color info

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

RGB color model

#A2CE9D color RGB value is (162,206,157).

  • red value is 162;
  • green value is 206;
  • blue value is 157.
RGB:
(162,206,157)
(64%,81%,62%)

RGB channels and saturation

R 162 of 255 = 64%
G 206 of 255 = 81%
B 157 of 255 = 62%

162
206
157

R + G + B ~ 69%. #A2CE9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 206 + 157 = 525 (100%)
R 162 of 525 ~ 30.86%
G 206 of 525 ~ 39.24%
B 157 of 525 ~ 29.9%

%30.86
%39.24
%29.9

CMYK color model

#A2CE9D color CMYK value is (21,0,24,19).

  • cyan value is 21.36%
  • magenta value is 0.00%
  • yellow value is 23.79%
  • key color value is 19.22%
CMYK:
(21,0,24,19)
C21M0Y24K19 
(21%,0%,24%,19%)
(0.21/0.00/0.24/0.19)	

CMYK percentages

%21.36
%0
%23.79
%19.22

Codes

Color #A2CE9D in popluar color models

A2CE9D
RGB162206157
HSL114°33.33%71.18%
HSB/HSV114°23.79%80.78%
CMYK21.36%0.00%23.79%
19.22%

Color #A2CE9D in popluar number systems.

HEXA2CE9D
Decimal162206157
Binary101000101100111010011101
Octal242316235

Shades and tints

Shades of #A2CE9D

#A2CE9D
(162,206,157)
#94BC8F
(148,188,143)
#86AA81
(134,170,129)
#789873
(120,152,115)
#6A8665
(106,134,101)
#5C7457
(92,116,87)
#4E6249
(78,98,73)
#40503B
(64,80,59)
#323E2D
(50,62,45)
#242C1F
(36,44,31)
#161A11
(22,26,17)
#000000
(0,0,0)

Tints of #A2CE9D

#A2CE9D
(162,206,157)
#AAD2A5
(170,210,165)
#B2D6AD
(178,214,173)
#BADAB5
(186,218,181)
#C2DEBD
(194,222,189)
#CAE2C5
(202,226,197)
#D2E6CD
(210,230,205)
#DAEAD5
(218,234,213)
#E2EEDD
(226,238,221)
#EAF2E5
(234,242,229)
#F2F6ED
(242,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2CE9D color. Also use rgb(162,206,157) instead hex code.

Text Font Color

.myTextColor { color: #A2CE9D; }

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

This text font color is #A2CE9D.


Background Color

.myBgColor { background-color: #A2CE9D; }

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

This div background color is #A2CE9D.


Border color

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

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

This div border color is #A2CE9D.


Opacity

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

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

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

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

This text has shadow with #A2CE9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2CE9D on black background.


Color preview on white background

This text has color #A2CE9D on white background.



Black color preview on #A2CE9D background

This text has black color on #A2CE9D background.


White color preview on #A2CE9D background

This text has white color on #A2CE9D background.