COLOR #A9CE8D

HEX: #A9CE8D RGB: (169,206,141)

Color info

#A9CE8D contains mainly red and green colors. Web safe color of #A9CE8D is #99CC99 (or #9C9).

RGB color model

#A9CE8D color RGB value is (169,206,141).

RGB: (169,206,141) (66%, 81%, 55%)

RGB channels and saturation

R 169 of 255 = 66%
G 206 of 255 = 81%
B 141 of 255 = 55%

169
206
141

R + G + B ~ 67%. #A9CE8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 206 + 141 = 516 (100%)
R 169 of 516 ~ 32.75%
G 206 of 516 ~ 39.92%
B 141 of 516 ~ 27.33'%

%32.75
%39.92
%27.33

CMYK color model

#A9CE8D color CMYK value is (18,0,32,19).

  • cyan value is 17.96%
  • magenta value is 0.00%
  • yellow value is 31.55%
  • key color value is 19.22%

CMYK: (18,0,32,19)
C18M0Y32K19 (18%, 0%, 32%, 19%)
(0.18 / 0.00 / 0.32 / 0.19)

CMYK percentages

%17.96
%0
%31.55
%19.22

Codes

Color #A9CE8D in popluar color models

A9 CE 8D
RGB 169 206 141
HSL 94° 39.88% 68.04%
HSB/HSV 94° 31.55% 80.78%
CMYK 17.96% 0.00% 31.55%
19.22%

Color #A9CE8D in popluar number systems.

HEX A9 CE 8D
Decimal 169 206 141
Binary 10101001 11001110 10001101
Octal 251 316 215

Shades and tints

Shades of #A9CE8D

#A9CE8D
(169,206,141)
#9ABC81
(154,188,129)
#8BAA75
(139,170,117)
#7C9869
(124,152,105)
#6D865D
(109,134,93)
#5E7451
(94,116,81)
#4F6245
(79,98,69)
#405039
(64,80,57)
#313E2D
(49,62,45)
#222C21
(34,44,33)
#131A15
(19,26,21)
#000000
(0,0,0)

Tints of #A9CE8D

#A9CE8D
(169,206,141)
#B0D297
(176,210,151)
#B7D6A1
(183,214,161)
#BEDAAB
(190,218,171)
#C5DEB5
(197,222,181)
#CCE2BF
(204,226,191)
#D3E6C9
(211,230,201)
#DAEAD3
(218,234,211)
#E1EEDD
(225,238,221)
#E8F2E7
(232,242,231)
#EFF6F1
(239,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CE8D; }

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

This text font color is #A9CE8D.

Background Color

.myBgColor { background-color: #A9CE8D; }

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

This div background color is #A9CE8D.

Border color

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

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

This div border color is #A9CE8D.

Opacity

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

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

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

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

This text has shadow with #A9CE8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9CE8D.

Preview

Color preview on black background

This text has color #A9CE8D on black background.


Color preview on white background

This text has color #A9CE8D on white background.


Black color preview on #A9CE8D background

This text has black color on #A9CE8D background.


White color preview on #A9CE8D background

This text has white color on #A9CE8D background.


Related colors

Complementary color

Complementary color for #hex is #563172.


I love getcolorcode.com

Triadic colors

1 #8DA9CE and #CE8DA9 with #A9CE8D are triadic colors.

2 #8DCEA9 and #CEA98D with #A9CE8D are triadic colors.