COLOR #A9CEA0

HEX: #A9CEA0
RGB: (169,206,160)

Color info

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

RGB color model

#A9CEA0 color RGB value is (169,206,160).

  • red value is 169;
  • green value is 206;
  • blue value is 160.
RGB:
(169,206,160)
(66%,81%,63%)

RGB channels and saturation

R 169 of 255 = 66%
G 206 of 255 = 81%
B 160 of 255 = 63%

169
206
160

R + G + B ~ 70%. #A9CEA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 206 + 160 = 535 (100%)
R 169 of 535 ~ 31.59%
G 206 of 535 ~ 38.5%
B 160 of 535 ~ 29.91%

%31.59
%38.5
%29.91

CMYK color model

#A9CEA0 color CMYK value is (18,0,22,19).

  • cyan value is 17.96%
  • magenta value is 0.00%
  • yellow value is 22.33%
  • key color value is 19.22%
CMYK:
(18,0,22,19)
C18M0Y22K19 
(18%,0%,22%,19%)
(0.18/0.00/0.22/0.19)	

CMYK percentages

%17.96
%0
%22.33
%19.22

Codes

Color #A9CEA0 in popluar color models

A9CEA0
RGB169206160
HSL108°31.94%71.76%
HSB/HSV108°22.33%80.78%
CMYK17.96%0.00%22.33%
19.22%

Color #A9CEA0 in popluar number systems.

HEXA9CEA0
Decimal169206160
Binary101010011100111010100000
Octal251316240

Shades and tints

Shades of #A9CEA0

#A9CEA0
(169,206,160)
#9ABC92
(154,188,146)
#8BAA84
(139,170,132)
#7C9876
(124,152,118)
#6D8668
(109,134,104)
#5E745A
(94,116,90)
#4F624C
(79,98,76)
#40503E
(64,80,62)
#313E30
(49,62,48)
#222C22
(34,44,34)
#131A14
(19,26,20)
#000000
(0,0,0)

Tints of #A9CEA0

#A9CEA0
(169,206,160)
#B0D2A8
(176,210,168)
#B7D6B0
(183,214,176)
#BEDAB8
(190,218,184)
#C5DEC0
(197,222,192)
#CCE2C8
(204,226,200)
#D3E6D0
(211,230,208)
#DAEAD8
(218,234,216)
#E1EEE0
(225,238,224)
#E8F2E8
(232,242,232)
#EFF6F0
(239,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9CEA0 color. Also use rgb(169,206,160) instead hex code.

Text Font Color

.myTextColor { color: #A9CEA0; }

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

This text font color is #A9CEA0.


Background Color

.myBgColor { background-color: #A9CEA0; }

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

This div background color is #A9CEA0.


Border color

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

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

This div border color is #A9CEA0.


Opacity

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

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

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

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

This text has shadow with #A9CEA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CEA0 on black background.


Color preview on white background

This text has color #A9CEA0 on white background.



Black color preview on #A9CEA0 background

This text has black color on #A9CEA0 background.


White color preview on #A9CEA0 background

This text has white color on #A9CEA0 background.